#FCE3DF

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

Shades of Misty Rose #FCE3DF

Tints of Misty Rose #FCE3DF

Color information

#FCE3DF (or 0xFCE3DF) is unknown color: approx Misty Rose. HEX triplet: FC, E3 and DF. RGB value is (252,227,223). Sum of RGB (Red+Green+Blue) = 252+227+223=702 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.90% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3DF is #031C20. Grayscale: #EAEAEA. Windows color (decimal): -203809 or 14672892. OLE color: 14672892.

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

Color convert

RGB252227223-
CMYK00.100.120.01
HSL8.28º82.86%93.14%-
HSV(B)8.28º11.51%98.82%-
XYZ80.9380.9681.17-
YUV234.02121.78140.83-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.90%
GREEN value IS 227 (89.06% from 255) = 32.34%
BLUE value IS 223 (87.5% from 255) = 31.77%
R=35.90%
G=32.34%
B=31.77%

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
Decimal25222722300.100.120.018.2882.8693.14
HexFCE3DF0AC18535d
Octal37434333701214110123135
Binary1111110011100011110111110101011001100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE3DF; }

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

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

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

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

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

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

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

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