Shades of Misty Rose #FCEAE8
Tints of Misty Rose #FCEAE8
RGB
CMYK
RGB Variations
Color information
#FCEAE8 (or 0xFCEAE8) is known color: Misty Rose. HEX triplet: FC, EA and E8. RGB value is (252,234,232). Sum of RGB (Red+Green+Blue) = 252+234+232=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 232 (91.02% from 255 or 32.31% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAE8 is #031517. Grayscale: #EFEFEF. Windows color (decimal): -202008 or 15264508. OLE color: 15264508.
HSL color Cylindrical-coordinate representation of color #FCEAE8: hue angle of 6º 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 #FCEAE8 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 232 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.01 |
| HSL | 6º | 0.77% | 0.95% | - |
| HSV(B) | 6º | 0.08% | 0.99% | - |
| XYZ | 84.13 | 85.37 | 88.39 | - |
| YUV | 239.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 232 | 0 | 0.07 | 0.08 | 0.01 | 6 | 0.77 | 0.95 |
| Hex | FC | EA | E8 | 0 | 7 | 8 | 1 | 6 | 4D | 5F |
| Octal | 374 | 352 | 350 | 0 | 7 | 10 | 1 | 6 | 115 | 137 |
| Binary | 11111100 | 11101010 | 11101000 | 0 | 111 | 1000 | 1 | 110 | 1001101 | 1011111 |
Color Harmonies of #FCEAE8
Complementary color
Monochromatic Colors of #FCEAE8
Black with #FCEAE8
Text Example
Text Example
White with #FCEAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEAE8; }
p { color: rgb(252,234,232); }
H1.HeaderClassName
{
color: #FCEAE8;
}
.AnyTagClassName
{
color: #FCEAE8;
}
</style>
background-color css
<style>
a { background-color: #FCEAE8; }
a { background-color: rgb(252,234,232); }
div.DivClassName
{
background-color: #FCEAE8;
}
.BgClassName
{
background-color: #FCEAE8;
}
</style>
border-color css
<style>
span { border-color: #FCEAE8; }
span { border-color: rgb(252,234,232); }
td.TdClassName
{
border-color: #FCEAE8;
}
.TagClassName
{
border-color: #FCEAE8;
}
</style>