#f4c8d5 Color Hex Mountain Laurel

Information about Mountain Laurel Color | #0000FF

#f4c8d5 color RGB value is (244,200,213). #f4c8d5 color name is Mountain Laurel color.

#f4c8d5 hex color red value is 244 , green value is 200 and the blue value of its RGB is 213 . Cylindrical-coordinate representations (also known as HSL) of color #f4c8d5 hue: 342 , saturation: 67 and the lightness value of #f4c8d5 is 87

The process color (four color CMYK) of #f4c8d5 color hex is 0 , 7 ,5, 2 .

#f4c8d5

~Mountain Laurel

Color Converions

HEX
#f4c8d5
RGB
244,200,213
LAB
85,18,0
CMYK
0,18,13,4
LCH
85,18,-1
XYZ
70,65,72
HSV
342,18,96
HSL
342,67,87

Base Numbers

Base Red Green Blue
Binary 11110100 11001000 11010101
Octal 364 310 325
Decimal 244 200 213
Hex f4 c8 d5

RGB Percentages of Color #f4c8d5

96%
78%
84%

CMYK Percentages of Color #f4c8d5

0%
5%
7%
2%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #f4c8d5

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#f4c8d5
20%
#dcb4c0
30%
#c3a0aa
40%
#ab8c95
50%
#927880
60%
#7a646b
70%
#625055
80%
#493c40
90%
#31282b
100%
#181415

Tints of #f4c8d5

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#f4c8d5
20%
#f5ced9
30%
#f6d3dd
40%
#f7d9e2
50%
#f8dee6
60%
#f9e4ea
70%
#fbe9ee
80%
#fceff2
90%
#fdf4f7
100%
#fefafb

Tones of #f4c8d5

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#f4c8d5
20%
#e8c1cc
30%
#ddbac4
40%
#d1b2bb
50%
#c5abb3
60%
#baa4aa
70%
#ae9ca2
80%
#a29599
90%
#978e91
100%
#8b8788

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#f4c8d5
#f4c8e7
#f4c8de
#f4c8d5
#f4c8cc
#f4cdc8

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#f4c8d5
#c8f4e7

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#f4c8d5
#f4f0c8
#c8e7f4

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#f4c8d5
#d5f4c8
#c8d5f4

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#f4c8d5
#ebf4c8
#c8f4e7
#d1c8f4

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#f4c8d5
#1f1a1b
#4a3d41
#745f66
#9f828b
#c9a5b0

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#f4c8d5

protanopia

#d4d1d9

deuteranopia

#e7cbd2

tritanopia

#f4c6d6

achromatopsia

#d2d2d2

protanomaly

#dfced8

deuteranomaly

#eccad3

achromatopsia

#d2d2d2

tritanomaly

#f4c7d5

achromatomaly

#dfcfd3

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 14/21
Hello World !

#f4c8d5 Color CSS Codes

.bgcolor {background-color:#f4c8d5; } 
.forecolor {color:#f4c8d5; }
.bordercolor {border:3px solid #f4c8d5; }
            

#f4c8d5 Text Font Color

<div style="color:#f4c8d5">
Div content here</div>

This sample text font color is #f4c8d5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#f4c8d5 Background Color

<div style="background-color:#f4c8d5">
Div content here</div>
Div content here

#f4c8d5 Border Color

<div style="border:3px solid #f4c8d5">
Div here</div>

This div border color is #f4c8d5

#f4c8d5 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #f4c8d5; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4c8d5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4c8d5;
  -webkit-box-shadow: 1px 1px 3px 2px #f4c8d5;
  box-shadow: 1px 1px 3px 2px #f4c8d5; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f4c8d5">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f4c8d5;
              -webkit-box-shadow: 1px 1px 3px 2px #f4c8d5;
              box-shadow:         1px 1px 3px 2px #f4c8d5#f4c8d5">
Div content here</div>

This div box has shadow with color #f4c8d5

More Colors

Light French Taupe
#c2c0bb
Angel Blush
#f7e3da
Pinky Beige
#c9aa98
French Grey Linen
#cac8b6
Alien Purple
#490648
Blue Flax
#ddebed
Forest Moss
#858f83
Muscadine
#f4e5ab
Gold Metal
#b17743
Overgrown
#88dd00
Dark Lime Green
#7ebd01
Intermediate Blue
#56626e
Facemark
#f7cf89
Light Spice
#b3a18e
Graceful Garden
#cba9d0
Medium Sky Blue
#80daeb
Lemon Whisper
#ffb10d
Holly Bush
#355d51
Ballroom Blue
#a6b3c9
Cool Charcoal
#807b76
Pineapple Sorbet
#f7f4da
Eshin Grey
#4a4f52
Butter Caramel
#a67a4c
Nephrite
#6d9288
Bright Manatee
#979aaa
Mocha Glow
#773322
After Burn
#fd8b60
Bredon Green
#5e9948
Hollyhock Blossom Pink
#bd79a5
Chalk Pink
#e6c5ca
Pickled Bluewood
#314459
Lemonade
#f0e79d
Persian Luxury Purple
#990077
Milk Star White
#f5ede2
Dark Rum
#45362b
Cryptic Light
#6d434e
Flowers of May
#e3d7e3
Grey of Darkness
#a2a2a2
Hydrology
#89acac
rating-img
Rate this tool
NaN/5   0 votes