Shades of Misty Rose #FFE5E0
Tints of Misty Rose #FFE5E0
RGB
CMYK
RGB Variations
Color information
#FFE5E0 (or 0xFFE5E0) is known color: Misty Rose. HEX triplet: FF, E5 and E0. RGB value is (255,229,224). Sum of RGB (Red+Green+Blue) = 255+229+224=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 229 (89.84% from 255 or 32.34% from 708); Blue value is 224 (87.89% from 255 or 31.64% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5E0 is #001A1F. Grayscale: #ECECEC. Windows color (decimal): -6688 or 14738943. OLE color: 14738943.
HSL color Cylindrical-coordinate representation of color #FFE5E0: hue angle of 9.68º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FFE5E0 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 224 | - |
| CMYK | 0 | 0.10 | 0.12 | 0 |
| HSL | 9.68º | 1% | 0.94% | - |
| HSV(B) | 9.68º | 0.12% | 1% | - |
| XYZ | 82.71 | 82.68 | 82.12 | - |
| YUV | 236.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 224 | 0 | 0.10 | 0.12 | 0 | 9.68 | 1 | 0.94 |
| Hex | FF | E5 | E0 | 0 | A | C | 0 | A | 64 | 5E |
| Octal | 377 | 345 | 340 | 0 | 12 | 14 | 0 | 12 | 144 | 136 |
| Binary | 11111111 | 11100101 | 11100000 | 0 | 1010 | 1100 | 0 | 1010 | 1100100 | 1011110 |
Color Harmonies of #FFE5E0
Complementary color
Monochromatic Colors of #FFE5E0
Black with #FFE5E0
Text Example
Text Example
White with #FFE5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5E0; }
p { color: rgb(255,229,224); }
H1.HeaderClassName
{
color: #FFE5E0;
}
.AnyTagClassName
{
color: #FFE5E0;
}
</style>
background-color css
<style>
a { background-color: #FFE5E0; }
a { background-color: rgb(255,229,224); }
div.DivClassName
{
background-color: #FFE5E0;
}
.BgClassName
{
background-color: #FFE5E0;
}
</style>
border-color css
<style>
span { border-color: #FFE5E0; }
span { border-color: rgb(255,229,224); }
td.TdClassName
{
border-color: #FFE5E0;
}
.TagClassName
{
border-color: #FFE5E0;
}
</style>