Shades of Misty Rose #FFEEEC
Tints of Misty Rose #FFEEEC
RGB
CMYK
RGB Variations
Color information
#FFEEEC (or 0xFFEEEC) is known color: Misty Rose. HEX triplet: FF, EE and EC. RGB value is (255,238,236). Sum of RGB (Red+Green+Blue) = 255+238+236=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 238 (93.36% from 255 or 32.65% from 729); Blue value is 236 (92.58% from 255 or 32.37% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEEC is #001113. Grayscale: #F2F2F2. Windows color (decimal): -4372 or 15527679. OLE color: 15527679.
HSL color Cylindrical-coordinate representation of color #FFEEEC: hue angle of 6.32º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FFEEEC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 236 | - |
| CMYK | 0 | 0.07 | 0.07 | 0 |
| HSL | 6.32º | 1% | 0.96% | - |
| HSV(B) | 6.32º | 0.07% | 1% | - |
| XYZ | 86.95 | 88.47 | 91.85 | - |
| YUV | 242.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 236 | 0 | 0.07 | 0.07 | 0 | 6.32 | 1 | 0.96 |
| Hex | FF | EE | EC | 0 | 7 | 7 | 0 | 6 | 64 | 60 |
| Octal | 377 | 356 | 354 | 0 | 7 | 7 | 0 | 6 | 144 | 140 |
| Binary | 11111111 | 11101110 | 11101100 | 0 | 111 | 111 | 0 | 110 | 1100100 | 1100000 |
Color Harmonies of #FFEEEC
Complementary color
Monochromatic Colors of #FFEEEC
Black with #FFEEEC
Text Example
Text Example
White with #FFEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEEC; }
p { color: rgb(255,238,236); }
H1.HeaderClassName
{
color: #FFEEEC;
}
.AnyTagClassName
{
color: #FFEEEC;
}
</style>
background-color css
<style>
a { background-color: #FFEEEC; }
a { background-color: rgb(255,238,236); }
div.DivClassName
{
background-color: #FFEEEC;
}
.BgClassName
{
background-color: #FFEEEC;
}
</style>
border-color css
<style>
span { border-color: #FFEEEC; }
span { border-color: rgb(255,238,236); }
td.TdClassName
{
border-color: #FFEEEC;
}
.TagClassName
{
border-color: #FFEEEC;
}
</style>