Shades of Rose White #FFEEE8
Tints of Rose White #FFEEE8
RGB
CMYK
RGB Variations
Color information
#FFEEE8 (or 0xFFEEE8) is known color: Rose White. HEX triplet: FF, EE and E8. RGB value is (255,238,232). Sum of RGB (Red+Green+Blue) = 255+238+232=725 (96% of max value = 765). Red value is 255 (100% from 255 or 35.17% from 725); Green value is 238 (93.36% from 255 or 32.83% from 725); Blue value is 232 (91.02% from 255 or 32% from 725); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEE8 is #001117. Grayscale: #F2F2F2. Windows color (decimal): -4376 or 15265535. OLE color: 15265535.
HSL color Cylindrical-coordinate representation of color #FFEEE8: hue angle of 15.65º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFEEE8 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 232 | - |
| CMYK | 0 | 0.07 | 0.09 | 0 |
| HSL | 15.65º | 1% | 0.95% | - |
| HSV(B) | 15.65º | 0.09% | 1% | - |
| XYZ | 86.38 | 88.24 | 88.82 | - |
| YUV | 242.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 232 | 0 | 0.07 | 0.09 | 0 | 15.65 | 1 | 0.95 |
| Hex | FF | EE | E8 | 0 | 7 | 9 | 0 | 10 | 64 | 5F |
| Octal | 377 | 356 | 350 | 0 | 7 | 11 | 0 | 20 | 144 | 137 |
| Binary | 11111111 | 11101110 | 11101000 | 0 | 111 | 1001 | 0 | 10000 | 1100100 | 1011111 |
Color Harmonies of #FFEEE8
Complementary color
Monochromatic Colors of #FFEEE8
Black with #FFEEE8
Text Example
Text Example
White with #FFEEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEE8; }
p { color: rgb(255,238,232); }
H1.HeaderClassName
{
color: #FFEEE8;
}
.AnyTagClassName
{
color: #FFEEE8;
}
</style>
background-color css
<style>
a { background-color: #FFEEE8; }
a { background-color: rgb(255,238,232); }
div.DivClassName
{
background-color: #FFEEE8;
}
.BgClassName
{
background-color: #FFEEE8;
}
</style>
border-color css
<style>
span { border-color: #FFEEE8; }
span { border-color: rgb(255,238,232); }
td.TdClassName
{
border-color: #FFEEE8;
}
.TagClassName
{
border-color: #FFEEE8;
}
</style>