Shades of Misty Rose #FCE8E6
Tints of Misty Rose #FCE8E6
RGB
CMYK
RGB Variations
Color information
#FCE8E6 (or 0xFCE8E6) is known color: Misty Rose. HEX triplet: FC, E8 and E6. RGB value is (252,232,230). Sum of RGB (Red+Green+Blue) = 252+232+230=714 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.29% from 714); Green value is 232 (91.02% from 255 or 32.49% from 714); Blue value is 230 (90.23% from 255 or 32.21% from 714); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE8E6 is #031719. Grayscale: #EDEDED. Windows color (decimal): -202522 or 15132924. OLE color: 15132924.
HSL color Cylindrical-coordinate representation of color #FCE8E6: hue angle of 5.45º degrees, saturation: 0.79, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FCE8E6 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 230 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.01 |
| HSL | 5.45º | 0.79% | 0.95% | - |
| HSV(B) | 5.45º | 0.09% | 0.99% | - |
| XYZ | 83.28 | 84.12 | 86.71 | - |
| YUV | 237.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 230 | 0 | 0.08 | 0.09 | 0.01 | 5.45 | 0.79 | 0.95 |
| Hex | FC | E8 | E6 | 0 | 8 | 9 | 1 | 5 | 4F | 5F |
| Octal | 374 | 350 | 346 | 0 | 10 | 11 | 1 | 5 | 117 | 137 |
| Binary | 11111100 | 11101000 | 11100110 | 0 | 1000 | 1001 | 1 | 101 | 1001111 | 1011111 |
Color Harmonies of #FCE8E6
Complementary color
Monochromatic Colors of #FCE8E6
Black with #FCE8E6
Text Example
Text Example
White with #FCE8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE8E6; }
p { color: rgb(252,232,230); }
H1.HeaderClassName
{
color: #FCE8E6;
}
.AnyTagClassName
{
color: #FCE8E6;
}
</style>
background-color css
<style>
a { background-color: #FCE8E6; }
a { background-color: rgb(252,232,230); }
div.DivClassName
{
background-color: #FCE8E6;
}
.BgClassName
{
background-color: #FCE8E6;
}
</style>
border-color css
<style>
span { border-color: #FCE8E6; }
span { border-color: rgb(252,232,230); }
td.TdClassName
{
border-color: #FCE8E6;
}
.TagClassName
{
border-color: #FCE8E6;
}
</style>