Shades of Misty Rose #FCEBE8
Tints of Misty Rose #FCEBE8
RGB
CMYK
RGB Variations
Color information
#FCEBE8 (or 0xFCEBE8) is known color: Misty Rose. HEX triplet: FC, EB and E8. RGB value is (252,235,232). Sum of RGB (Red+Green+Blue) = 252+235+232=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 235 (92.19% from 255 or 32.68% from 719); Blue value is 232 (91.02% from 255 or 32.27% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEBE8 is #031417. Grayscale: #EFEFEF. Windows color (decimal): -201752 or 15264764. OLE color: 15264764.
HSL color Cylindrical-coordinate representation of color #FCEBE8: hue angle of 9º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCEBE8 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 232 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.01 |
| HSL | 9º | 0.77% | 0.95% | - |
| HSV(B) | 9º | 0.08% | 0.99% | - |
| XYZ | 84.42 | 85.94 | 88.48 | - |
| YUV | 239.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 232 | 0 | 0.07 | 0.08 | 0.01 | 9 | 0.77 | 0.95 |
| Hex | FC | EB | E8 | 0 | 7 | 8 | 1 | 9 | 4D | 5F |
| Octal | 374 | 353 | 350 | 0 | 7 | 10 | 1 | 11 | 115 | 137 |
| Binary | 11111100 | 11101011 | 11101000 | 0 | 111 | 1000 | 1 | 1001 | 1001101 | 1011111 |
Color Harmonies of #FCEBE8
Complementary color
Monochromatic Colors of #FCEBE8
Black with #FCEBE8
Text Example
Text Example
White with #FCEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBE8; }
p { color: rgb(252,235,232); }
H1.HeaderClassName
{
color: #FCEBE8;
}
.AnyTagClassName
{
color: #FCEBE8;
}
</style>
background-color css
<style>
a { background-color: #FCEBE8; }
a { background-color: rgb(252,235,232); }
div.DivClassName
{
background-color: #FCEBE8;
}
.BgClassName
{
background-color: #FCEBE8;
}
</style>
border-color css
<style>
span { border-color: #FCEBE8; }
span { border-color: rgb(252,235,232); }
td.TdClassName
{
border-color: #FCEBE8;
}
.TagClassName
{
border-color: #FCEBE8;
}
</style>