Shades of Misty Rose #FCE4E1
Tints of Misty Rose #FCE4E1
RGB
CMYK
RGB Variations
Color information
#FCE4E1 (or 0xFCE4E1) is known color: Misty Rose. HEX triplet: FC, E4 and E1. RGB value is (252,228,225). Sum of RGB (Red+Green+Blue) = 252+228+225=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 225 (88.28% from 255 or 31.91% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4E1 is #031B1E. Grayscale: #EAEAEA. Windows color (decimal): -203551 or 14804220. OLE color: 14804220.
HSL color Cylindrical-coordinate representation of color #FCE4E1: hue angle of 6.67º degrees, saturation: 0.82, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FCE4E1 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 225 | - |
| CMYK | 0 | 0.10 | 0.11 | 0.01 |
| HSL | 6.67º | 0.82% | 0.94% | - |
| HSV(B) | 6.67º | 0.11% | 0.99% | - |
| XYZ | 81.48 | 81.62 | 82.69 | - |
| YUV | 234.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 225 | 0 | 0.10 | 0.11 | 0.01 | 6.67 | 0.82 | 0.94 |
| Hex | FC | E4 | E1 | 0 | A | B | 1 | 7 | 52 | 5E |
| Octal | 374 | 344 | 341 | 0 | 12 | 13 | 1 | 7 | 122 | 136 |
| Binary | 11111100 | 11100100 | 11100001 | 0 | 1010 | 1011 | 1 | 111 | 1010010 | 1011110 |
Color Harmonies of #FCE4E1
Complementary color
Monochromatic Colors of #FCE4E1
Black with #FCE4E1
Text Example
Text Example
White with #FCE4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4E1; }
p { color: rgb(252,228,225); }
H1.HeaderClassName
{
color: #FCE4E1;
}
.AnyTagClassName
{
color: #FCE4E1;
}
</style>
background-color css
<style>
a { background-color: #FCE4E1; }
a { background-color: rgb(252,228,225); }
div.DivClassName
{
background-color: #FCE4E1;
}
.BgClassName
{
background-color: #FCE4E1;
}
</style>
border-color css
<style>
span { border-color: #FCE4E1; }
span { border-color: rgb(252,228,225); }
td.TdClassName
{
border-color: #FCE4E1;
}
.TagClassName
{
border-color: #FCE4E1;
}
</style>