#FCE1DD

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

Shades of Misty Rose #FCE1DD

Tints of Misty Rose #FCE1DD

Color information

#FCE1DD (or 0xFCE1DD) is unknown color: approx Misty Rose. HEX triplet: FC, E1 and DD. RGB value is (252,225,221). Sum of RGB (Red+Green+Blue) = 252+225+221=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1DD is #031E22. Grayscale: #E8E8E8. Windows color (decimal): -204323 or 14541308. OLE color: 14541308.

HSL color Cylindrical-coordinate representation of color #FCE1DD: hue angle of 7.74º 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 #FCE1DD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252225221-
CMYK00.110.120.01
HSL7.74º83.78%92.75%-
HSV(B)7.74º12.3%98.82%-
XYZ80.1279.7779.58-
YUV232.62121.45141.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.10%
GREEN value IS 225 (88.28% from 255) = 32.23%
BLUE value IS 221 (86.72% from 255) = 31.66%
R=36.10%
G=32.23%
B=31.66%

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
Decimal25222522100.110.120.017.7483.7892.75
HexFCE1DD0BC18545d
Octal37434133501314110124135
Binary1111110011100001110111010101111001100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE1DD; }

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

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

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

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

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

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

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

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