Shades of Misty Rose #FCE9E6
Tints of Misty Rose #FCE9E6
RGB
CMYK
RGB Variations
Color information
#FCE9E6 (or 0xFCE9E6) is known color: Misty Rose. HEX triplet: FC, E9 and E6. RGB value is (252,233,230). Sum of RGB (Red+Green+Blue) = 252+233+230=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 233 (91.41% from 255 or 32.59% from 715); Blue value is 230 (90.23% from 255 or 32.17% from 715); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9E6 is #031619. Grayscale: #EEEEEE. Windows color (decimal): -202266 or 15133180. OLE color: 15133180.
HSL color Cylindrical-coordinate representation of color #FCE9E6: hue angle of 8.18º 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 #FCE9E6 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 233 | 230 | - |
CMYK | 0 | 0.08 | 0.09 | 0.01 |
HSL | 8.18º | 0.79% | 0.95% | - |
HSV(B) | 8.18º | 0.09% | 0.99% | - |
XYZ | 83.57 | 84.69 | 86.8 | - |
YUV | 238.34 | 123.29 | 137.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 233 | 230 | 0 | 0.08 | 0.09 | 0.01 | 8.18 | 0.79 | 0.95 |
Hex | FC | E9 | E6 | 0 | 8 | 9 | 1 | 8 | 4F | 5F |
Octal | 374 | 351 | 346 | 0 | 10 | 11 | 1 | 10 | 117 | 137 |
Binary | 11111100 | 11101001 | 11100110 | 0 | 1000 | 1001 | 1 | 1000 | 1001111 | 1011111 |
Color Harmonies of #FCE9E6
Complementary color
Monochromatic Colors of #FCE9E6
Black with #FCE9E6
Text Example
Text Example
White with #FCE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE9E6; }
p { color: rgb(252,233,230); }
H1.HeaderClassName
{
color: #FCE9E6;
}
.AnyTagClassName
{
color: #FCE9E6;
}
</style>
background-color css
<style>
a { background-color: #FCE9E6; }
a { background-color: rgb(252,233,230); }
div.DivClassName
{
background-color: #FCE9E6;
}
.BgClassName
{
background-color: #FCE9E6;
}
</style>
border-color css
<style>
span { border-color: #FCE9E6; }
span { border-color: rgb(252,233,230); }
td.TdClassName
{
border-color: #FCE9E6;
}
.TagClassName
{
border-color: #FCE9E6;
}
</style>