Shades of Rose White #FFEEE6
Tints of Rose White #FFEEE6
RGB
CMYK
RGB Variations
Color information
#FFEEE6 (or 0xFFEEE6) is known color: Rose White. HEX triplet: FF, EE and E6. RGB value is (255,238,230). Sum of RGB (Red+Green+Blue) = 255+238+230=723 (95% of max value = 765). Red value is 255 (100% from 255 or 35.27% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 230 (90.23% from 255 or 31.81% from 723); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEE6 is #001119. Grayscale: #F2F2F2. Windows color (decimal): -4378 or 15134463. OLE color: 15134463.
HSL color Cylindrical-coordinate representation of color #FFEEE6: hue angle of 19.2º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FFEEE6 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 238 | 230 | - |
| CMYK | 0 | 0.07 | 0.10 | 0 |
| HSL | 19.2º | 1% | 0.95% | - |
| HSV(B) | 19.2º | 0.1% | 1% | - |
| XYZ | 86.1 | 88.12 | 87.33 | - |
| YUV | 242.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 238 | 230 | 0 | 0.07 | 0.10 | 0 | 19.2 | 1 | 0.95 |
| Hex | FF | EE | E6 | 0 | 7 | A | 0 | 13 | 64 | 5F |
| Octal | 377 | 356 | 346 | 0 | 7 | 12 | 0 | 23 | 144 | 137 |
| Binary | 11111111 | 11101110 | 11100110 | 0 | 111 | 1010 | 0 | 10011 | 1100100 | 1011111 |
Color Harmonies of #FFEEE6
Complementary color
Monochromatic Colors of #FFEEE6
Black with #FFEEE6
Text Example
Text Example
White with #FFEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEE6; }
p { color: rgb(255,238,230); }
H1.HeaderClassName
{
color: #FFEEE6;
}
.AnyTagClassName
{
color: #FFEEE6;
}
</style>
background-color css
<style>
a { background-color: #FFEEE6; }
a { background-color: rgb(255,238,230); }
div.DivClassName
{
background-color: #FFEEE6;
}
.BgClassName
{
background-color: #FFEEE6;
}
</style>
border-color css
<style>
span { border-color: #FFEEE6; }
span { border-color: rgb(255,238,230); }
td.TdClassName
{
border-color: #FFEEE6;
}
.TagClassName
{
border-color: #FFEEE6;
}
</style>