#FCE0DD

Color #FCE0DD Misty Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Misty Rose #FCE0DD

Tints of Misty Rose #FCE0DD

Color information

#FCE0DD (or 0xFCE0DD) is unknown color: approx Misty Rose. HEX triplet: FC, E0 and DD. RGB value is (252,224,221). Sum of RGB (Red+Green+Blue) = 252+224+221=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0DD is #031F22. Grayscale: #E8E8E8. Windows color (decimal): -204579 or 14541052. OLE color: 14541052.

HSL color Cylindrical-coordinate representation of color #FCE0DD: hue angle of 5.81º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCE0DD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252224221-
CMYK00.110.120.01
HSL5.81º83.78%92.75%-
HSV(B)5.81º12.3%98.82%-
XYZ79.8579.2379.49-
YUV232.03121.78142.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 224 (87.89% from 255) = 32.14%
BLUE value IS 221 (86.72% from 255) = 31.71%
R=36.15%
G=32.14%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222422100.110.120.015.8183.7892.75
HexFCE0DD0BC16545d
Octal3743403350131416124135
Binary111111001110000011011101010111100111010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE0DD; }

 p { color: rgb(252,224,221); }

 H1.HeaderClassName
 {
   color: #FCE0DD;
 }
 .AnyTagClassName
 {
   color: #FCE0DD;
 }
</style>
background-color css

<style>
 a { background-color: #FCE0DD; }

 a { background-color: rgb(252,224,221); }

 div.DivClassName
 {
   background-color: #FCE0DD;
 }
 .BgClassName
 {
   background-color: #FCE0DD;
 }
</style>
border-color css

<style>
 span { border-color: #FCE0DD; }

 span { border-color: rgb(252,224,221); }

 td.TdClassName
 {
   border-color: #FCE0DD;
 }
 .TagClassName
 {
   border-color: #FCE0DD;
 }
</style>