Shades of Misty Rose #FCE3DE
Tints of Misty Rose #FCE3DE
RGB
CMYK
RGB Variations
Color information
#FCE3DE (or 0xFCE3DE) is known color: Misty Rose. HEX triplet: FC, E3 and DE. RGB value is (252,227,222). Sum of RGB (Red+Green+Blue) = 252+227+222=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 227 (89.06% from 255 or 32.38% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE3DE is #031C21. Grayscale: #E9E9E9. Windows color (decimal): -203810 or 14607356. OLE color: 14607356.
HSL color Cylindrical-coordinate representation of color #FCE3DE: hue angle of 10º 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 #FCE3DE is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 222 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.01 |
| HSL | 10º | 0.83% | 0.93% | - |
| HSV(B) | 10º | 0.12% | 0.99% | - |
| XYZ | 80.8 | 80.91 | 80.47 | - |
| YUV | 233.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 222 | 0 | 0.10 | 0.12 | 0.01 | 10 | 0.83 | 0.93 |
| Hex | FC | E3 | DE | 0 | A | C | 1 | A | 53 | 5D |
| Octal | 374 | 343 | 336 | 0 | 12 | 14 | 1 | 12 | 123 | 135 |
| Binary | 11111100 | 11100011 | 11011110 | 0 | 1010 | 1100 | 1 | 1010 | 1010011 | 1011101 |
Color Harmonies of #FCE3DE
Complementary color
Monochromatic Colors of #FCE3DE
Black with #FCE3DE
Text Example
Text Example
White with #FCE3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE3DE; }
p { color: rgb(252,227,222); }
H1.HeaderClassName
{
color: #FCE3DE;
}
.AnyTagClassName
{
color: #FCE3DE;
}
</style>
background-color css
<style>
a { background-color: #FCE3DE; }
a { background-color: rgb(252,227,222); }
div.DivClassName
{
background-color: #FCE3DE;
}
.BgClassName
{
background-color: #FCE3DE;
}
</style>
border-color css
<style>
span { border-color: #FCE3DE; }
span { border-color: rgb(252,227,222); }
td.TdClassName
{
border-color: #FCE3DE;
}
.TagClassName
{
border-color: #FCE3DE;
}
</style>