Shades of Rose White #FFEEE9
Tints of Rose White #FFEEE9
RGB
CMYK
RGB Variations
Color information
#FFEEE9 (or 0xFFEEE9) is known color: Rose White. HEX triplet: FF, EE and E9. RGB value is (255,238,233). Sum of RGB (Red+Green+Blue) = 255+238+233=726 (96% of max value = 765). Red value is 255 (100% from 255 or 35.12% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 233 (91.41% from 255 or 32.09% from 726); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEE9 is #001116. Grayscale: #F2F2F2. Windows color (decimal): -4375 or 15331071. OLE color: 15331071.
HSL color Cylindrical-coordinate representation of color #FFEEE9: hue angle of 13.64º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FFEEE9 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 238 | 233 | - |
CMYK | 0 | 0.07 | 0.09 | 0 |
HSL | 13.64º | 1% | 0.96% | - |
HSV(B) | 13.64º | 0.09% | 1% | - |
XYZ | 86.52 | 88.29 | 89.57 | - |
YUV | 242.51 | 122.63 | 136.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 238 | 233 | 0 | 0.07 | 0.09 | 0 | 13.64 | 1 | 0.96 |
Hex | FF | EE | E9 | 0 | 7 | 9 | 0 | E | 64 | 60 |
Octal | 377 | 356 | 351 | 0 | 7 | 11 | 0 | 16 | 144 | 140 |
Binary | 11111111 | 11101110 | 11101001 | 0 | 111 | 1001 | 0 | 1110 | 1100100 | 1100000 |
Color Harmonies of #FFEEE9
Complementary color
Monochromatic Colors of #FFEEE9
Black with #FFEEE9
Text Example
Text Example
White with #FFEEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEE9; }
p { color: rgb(255,238,233); }
H1.HeaderClassName
{
color: #FFEEE9;
}
.AnyTagClassName
{
color: #FFEEE9;
}
</style>
background-color css
<style>
a { background-color: #FFEEE9; }
a { background-color: rgb(255,238,233); }
div.DivClassName
{
background-color: #FFEEE9;
}
.BgClassName
{
background-color: #FFEEE9;
}
</style>
border-color css
<style>
span { border-color: #FFEEE9; }
span { border-color: rgb(255,238,233); }
td.TdClassName
{
border-color: #FFEEE9;
}
.TagClassName
{
border-color: #FFEEE9;
}
</style>