Shades of Rose White #FFEEE5
Tints of Rose White #FFEEE5
RGB
CMYK
RGB Variations
Color information
#FFEEE5 (or 0xFFEEE5) is known color: Rose White. HEX triplet: FF, EE and E5. RGB value is (255,238,229). Sum of RGB (Red+Green+Blue) = 255+238+229=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 229 (89.84% from 255 or 31.72% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEE5 is #00111A. Grayscale: #F2F2F2. Windows color (decimal): -4379 or 15068927. OLE color: 15068927.
HSL color Cylindrical-coordinate representation of color #FFEEE5: hue angle of 20.77º 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 #FFEEE5 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 238 | 229 | - |
CMYK | 0 | 0.07 | 0.10 | 0 |
HSL | 20.77º | 1% | 0.95% | - |
HSV(B) | 20.77º | 0.1% | 1% | - |
XYZ | 85.96 | 88.07 | 86.6 | - |
YUV | 242.06 | 120.63 | 137.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 238 | 229 | 0 | 0.07 | 0.10 | 0 | 20.77 | 1 | 0.95 |
Hex | FF | EE | E5 | 0 | 7 | A | 0 | 15 | 64 | 5F |
Octal | 377 | 356 | 345 | 0 | 7 | 12 | 0 | 25 | 144 | 137 |
Binary | 11111111 | 11101110 | 11100101 | 0 | 111 | 1010 | 0 | 10101 | 1100100 | 1011111 |
Color Harmonies of #FFEEE5
Complementary color
Monochromatic Colors of #FFEEE5
Black with #FFEEE5
Text Example
Text Example
White with #FFEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEEE5; }
p { color: rgb(255,238,229); }
H1.HeaderClassName
{
color: #FFEEE5;
}
.AnyTagClassName
{
color: #FFEEE5;
}
</style>
background-color css
<style>
a { background-color: #FFEEE5; }
a { background-color: rgb(255,238,229); }
div.DivClassName
{
background-color: #FFEEE5;
}
.BgClassName
{
background-color: #FFEEE5;
}
</style>
border-color css
<style>
span { border-color: #FFEEE5; }
span { border-color: rgb(255,238,229); }
td.TdClassName
{
border-color: #FFEEE5;
}
.TagClassName
{
border-color: #FFEEE5;
}
</style>