Shades of Misty Rose #FFEEEB
Tints of Misty Rose #FFEEEB
RGB
CMYK
RGB Variations
Color information
#FFEEEB (or 0xFFEEEB) is known color: Misty Rose. HEX triplet: FF, EE and EB. RGB value is (255,238,235). Sum of RGB (Red+Green+Blue) = 255+238+235=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 238 (93.36% from 255 or 32.69% from 728); Blue value is 235 (92.19% from 255 or 32.28% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEEB is #001114. Grayscale: #F2F2F2. Windows color (decimal): -4373 or 15462143. OLE color: 15462143.
HSL color Cylindrical-coordinate representation of color #FFEEEB: hue angle of 9º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFEEEB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 235 | - |
| CMYK | 0 | 0.07 | 0.08 | 0 |
| HSL | 9º | 1% | 0.96% | - |
| HSV(B) | 9º | 0.08% | 1% | - |
| XYZ | 86.81 | 88.41 | 91.09 | - |
| YUV | 242.74 | 123.63 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 235 | 0 | 0.07 | 0.08 | 0 | 9 | 1 | 0.96 |
| Hex | FF | EE | EB | 0 | 7 | 8 | 0 | 9 | 64 | 60 |
| Octal | 377 | 356 | 353 | 0 | 7 | 10 | 0 | 11 | 144 | 140 |
| Binary | 11111111 | 11101110 | 11101011 | 0 | 111 | 1000 | 0 | 1001 | 1100100 | 1100000 |
Color Harmonies of #FFEEEB
Complementary color
Monochromatic Colors of #FFEEEB
Black with #FFEEEB
Text Example
Text Example
White with #FFEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEEB; }
p { color: rgb(255,238,235); }
H1.HeaderClassName
{
color: #FFEEEB;
}
.AnyTagClassName
{
color: #FFEEEB;
}
</style>
background-color css
<style>
a { background-color: #FFEEEB; }
a { background-color: rgb(255,238,235); }
div.DivClassName
{
background-color: #FFEEEB;
}
.BgClassName
{
background-color: #FFEEEB;
}
</style>
border-color css
<style>
span { border-color: #FFEEEB; }
span { border-color: rgb(255,238,235); }
td.TdClassName
{
border-color: #FFEEEB;
}
.TagClassName
{
border-color: #FFEEEB;
}
</style>