Shades of Misty Rose #FCE3DF
Tints of Misty Rose #FCE3DF
RGB
CMYK
RGB Variations
Color information
#FCE3DF (or 0xFCE3DF) is known color: 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
RGB | 252 | 227 | 223 | - |
CMYK | 0 | 0.10 | 0.12 | 0.01 |
HSL | 8.28º | 0.83% | 0.93% | - |
HSV(B) | 8.28º | 0.12% | 0.99% | - |
XYZ | 80.93 | 80.96 | 81.17 | - |
YUV | 234.02 | 121.78 | 140.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 227 | 223 | 0 | 0.10 | 0.12 | 0.01 | 8.28 | 0.83 | 0.93 |
Hex | FC | E3 | DF | 0 | A | C | 1 | 8 | 53 | 5D |
Octal | 374 | 343 | 337 | 0 | 12 | 14 | 1 | 10 | 123 | 135 |
Binary | 11111100 | 11100011 | 11011111 | 0 | 1010 | 1100 | 1 | 1000 | 1010011 | 1011101 |
Color Harmonies of #FCE3DF
Complementary color
Monochromatic Colors of #FCE3DF
Black with #FCE3DF
Text Example
Text Example
White with #FCE3DF
Text Example
Text Example
HTML Codes & Css Web 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>