Shades of Misty Rose #FCE6E4
Tints of Misty Rose #FCE6E4
RGB
CMYK
RGB Variations
Color information
#FCE6E4 (or 0xFCE6E4) is known color: Misty Rose. HEX triplet: FC, E6 and E4. RGB value is (252,230,228). Sum of RGB (Red+Green+Blue) = 252+230+228=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 228 (89.45% from 255 or 32.11% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE6E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE6E4 is #03191B. Grayscale: #ECECEC. Windows color (decimal): -203036 or 15001340. OLE color: 15001340.
HSL color Cylindrical-coordinate representation of color #FCE6E4: hue angle of 5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FCE6E4 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 228 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.01 |
| HSL | 5º | 0.8% | 0.94% | - |
| HSV(B) | 5º | 0.1% | 0.99% | - |
| XYZ | 82.45 | 82.89 | 85.05 | - |
| YUV | 236.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 228 | 0 | 0.09 | 0.10 | 0.01 | 5 | 0.8 | 0.94 |
| Hex | FC | E6 | E4 | 0 | 9 | A | 1 | 5 | 50 | 5E |
| Octal | 374 | 346 | 344 | 0 | 11 | 12 | 1 | 5 | 120 | 136 |
| Binary | 11111100 | 11100110 | 11100100 | 0 | 1001 | 1010 | 1 | 101 | 1010000 | 1011110 |
Color Harmonies of #FCE6E4
Complementary color
Monochromatic Colors of #FCE6E4
Black with #FCE6E4
Text Example
Text Example
White with #FCE6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE6E4; }
p { color: rgb(252,230,228); }
H1.HeaderClassName
{
color: #FCE6E4;
}
.AnyTagClassName
{
color: #FCE6E4;
}
</style>
background-color css
<style>
a { background-color: #FCE6E4; }
a { background-color: rgb(252,230,228); }
div.DivClassName
{
background-color: #FCE6E4;
}
.BgClassName
{
background-color: #FCE6E4;
}
</style>
border-color css
<style>
span { border-color: #FCE6E4; }
span { border-color: rgb(252,230,228); }
td.TdClassName
{
border-color: #FCE6E4;
}
.TagClassName
{
border-color: #FCE6E4;
}
</style>