Shades of Rose White #FFEEE7
Tints of Rose White #FFEEE7
RGB
CMYK
RGB Variations
Color information
#FFEEE7 (or 0xFFEEE7) is known color: Rose White. HEX triplet: FF, EE and E7. RGB value is (255,238,231). Sum of RGB (Red+Green+Blue) = 255+238+231=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 238 (93.36% from 255 or 32.87% from 724); Blue value is 231 (90.62% from 255 or 31.91% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEE7 is #001118. Grayscale: #F2F2F2. Windows color (decimal): -4377 or 15199999. OLE color: 15199999.
HSL color Cylindrical-coordinate representation of color #FFEEE7: hue angle of 17.5º 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 #FFEEE7 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 231 | - |
| CMYK | 0 | 0.07 | 0.09 | 0 |
| HSL | 17.5º | 1% | 0.95% | - |
| HSV(B) | 17.5º | 0.09% | 1% | - |
| XYZ | 86.24 | 88.18 | 88.08 | - |
| YUV | 242.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 231 | 0 | 0.07 | 0.09 | 0 | 17.5 | 1 | 0.95 |
| Hex | FF | EE | E7 | 0 | 7 | 9 | 0 | 12 | 64 | 5F |
| Octal | 377 | 356 | 347 | 0 | 7 | 11 | 0 | 22 | 144 | 137 |
| Binary | 11111111 | 11101110 | 11100111 | 0 | 111 | 1001 | 0 | 10010 | 1100100 | 1011111 |
Color Harmonies of #FFEEE7
Complementary color
Monochromatic Colors of #FFEEE7
Black with #FFEEE7
Text Example
Text Example
White with #FFEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEE7; }
p { color: rgb(255,238,231); }
H1.HeaderClassName
{
color: #FFEEE7;
}
.AnyTagClassName
{
color: #FFEEE7;
}
</style>
background-color css
<style>
a { background-color: #FFEEE7; }
a { background-color: rgb(255,238,231); }
div.DivClassName
{
background-color: #FFEEE7;
}
.BgClassName
{
background-color: #FFEEE7;
}
</style>
border-color css
<style>
span { border-color: #FFEEE7; }
span { border-color: rgb(255,238,231); }
td.TdClassName
{
border-color: #FFEEE7;
}
.TagClassName
{
border-color: #FFEEE7;
}
</style>