Shades of Rose White #FFEEEA
Tints of Rose White #FFEEEA
RGB
CMYK
RGB Variations
Color information
#FFEEEA (or 0xFFEEEA) is known color: Rose White. HEX triplet: FF, EE and EA. RGB value is (255,238,234). Sum of RGB (Red+Green+Blue) = 255+238+234=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 234 (91.80% from 255 or 32.19% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEEA is #001115. Grayscale: #F2F2F2. Windows color (decimal): -4374 or 15396607. OLE color: 15396607.
HSL color Cylindrical-coordinate representation of color #FFEEEA: hue angle of 11.43º 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 #FFEEEA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 234 | - |
| CMYK | 0 | 0.07 | 0.08 | 0 |
| HSL | 11.43º | 1% | 0.96% | - |
| HSV(B) | 11.43º | 0.08% | 1% | - |
| XYZ | 86.67 | 88.35 | 90.33 | - |
| YUV | 242.63 | 123.13 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 234 | 0 | 0.07 | 0.08 | 0 | 11.43 | 1 | 0.96 |
| Hex | FF | EE | EA | 0 | 7 | 8 | 0 | B | 64 | 60 |
| Octal | 377 | 356 | 352 | 0 | 7 | 10 | 0 | 13 | 144 | 140 |
| Binary | 11111111 | 11101110 | 11101010 | 0 | 111 | 1000 | 0 | 1011 | 1100100 | 1100000 |
Color Harmonies of #FFEEEA
Complementary color
Monochromatic Colors of #FFEEEA
Black with #FFEEEA
Text Example
Text Example
White with #FFEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEEA; }
p { color: rgb(255,238,234); }
H1.HeaderClassName
{
color: #FFEEEA;
}
.AnyTagClassName
{
color: #FFEEEA;
}
</style>
background-color css
<style>
a { background-color: #FFEEEA; }
a { background-color: rgb(255,238,234); }
div.DivClassName
{
background-color: #FFEEEA;
}
.BgClassName
{
background-color: #FFEEEA;
}
</style>
border-color css
<style>
span { border-color: #FFEEEA; }
span { border-color: rgb(255,238,234); }
td.TdClassName
{
border-color: #FFEEEA;
}
.TagClassName
{
border-color: #FFEEEA;
}
</style>