Shades of Misty Rose #FCEEEC
Tints of Misty Rose #FCEEEC
RGB
CMYK
RGB Variations
Color information
#FCEEEC (or 0xFCEEEC) is known color: Misty Rose. HEX triplet: FC, EE and EC. RGB value is (252,238,236). Sum of RGB (Red+Green+Blue) = 252+238+236=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 236 (92.58% from 255 or 32.51% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEEC is #031113. Grayscale: #F1F1F1. Windows color (decimal): -200980 or 15527676. OLE color: 15527676.
HSL color Cylindrical-coordinate representation of color #FCEEEC: hue angle of 7.5º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEEEC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 238 | 236 | - |
CMYK | 0 | 0.06 | 0.06 | 0.01 |
HSL | 7.5º | 0.73% | 0.96% | - |
HSV(B) | 7.5º | 0.06% | 0.99% | - |
XYZ | 85.86 | 87.9 | 91.8 | - |
YUV | 241.96 | 124.64 | 135.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 238 | 236 | 0 | 0.06 | 0.06 | 0.01 | 7.5 | 0.73 | 0.96 |
Hex | FC | EE | EC | 0 | 6 | 6 | 1 | 8 | 49 | 60 |
Octal | 374 | 356 | 354 | 0 | 6 | 6 | 1 | 10 | 111 | 140 |
Binary | 11111100 | 11101110 | 11101100 | 0 | 110 | 110 | 1 | 1000 | 1001001 | 1100000 |
Color Harmonies of #FCEEEC
Complementary color
Monochromatic Colors of #FCEEEC
Black with #FCEEEC
Text Example
Text Example
White with #FCEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEEC; }
p { color: rgb(252,238,236); }
H1.HeaderClassName
{
color: #FCEEEC;
}
.AnyTagClassName
{
color: #FCEEEC;
}
</style>
background-color css
<style>
a { background-color: #FCEEEC; }
a { background-color: rgb(252,238,236); }
div.DivClassName
{
background-color: #FCEEEC;
}
.BgClassName
{
background-color: #FCEEEC;
}
</style>
border-color css
<style>
span { border-color: #FCEEEC; }
span { border-color: rgb(252,238,236); }
td.TdClassName
{
border-color: #FCEEEC;
}
.TagClassName
{
border-color: #FCEEEC;
}
</style>