#FCE4DF

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

Shades of Misty Rose #FCE4DF

Tints of Misty Rose #FCE4DF

Color information

#FCE4DF (or 0xFCE4DF) is unknown color: approx Misty Rose. HEX triplet: FC, E4 and DF. RGB value is (252,228,223). Sum of RGB (Red+Green+Blue) = 252+228+223=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 228 (89.45% from 255 or 32.43% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4DF is #031B20. Grayscale: #EAEAEA. Windows color (decimal): -203553 or 14673148. OLE color: 14673148.

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

Color convert

RGB252228223-
CMYK00.100.120.01
HSL10.34º82.86%93.14%-
HSV(B)10.34º11.51%98.82%-
XYZ81.2181.5181.26-
YUV234.61121.45140.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.85%
GREEN value IS 228 (89.45% from 255) = 32.43%
BLUE value IS 223 (87.5% from 255) = 31.72%
R=35.85%
G=32.43%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222822300.100.120.0110.3482.8693.14
HexFCE4DF0AC1a535d
Octal37434433701214112123135
Binary1111110011100100110111110101011001101010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE4DF; }

 p { color: rgb(252,228,223); }

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

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

 a { background-color: rgb(252,228,223); }

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

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

 span { border-color: rgb(252,228,223); }

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