Shades of Misty Rose #FFE2E0
Tints of Misty Rose #FFE2E0
RGB
CMYK
RGB Variations
Color information
#FFE2E0 (or 0xFFE2E0) is known color: Misty Rose. HEX triplet: FF, E2 and E0. RGB value is (255,226,224). Sum of RGB (Red+Green+Blue) = 255+226+224=705 (93% of max value = 765). Red value is 255 (100% from 255 or 36.17% from 705); Green value is 226 (88.67% from 255 or 32.06% from 705); Blue value is 224 (87.89% from 255 or 31.77% from 705); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2E0 is #001D1F. Grayscale: #EAEAEA. Windows color (decimal): -7456 or 14738175. OLE color: 14738175.
HSL color Cylindrical-coordinate representation of color #FFE2E0: hue angle of 3.87º 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 #FFE2E0 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 224 | - |
| CMYK | 0 | 0.11 | 0.12 | 0 |
| HSL | 3.87º | 1% | 0.94% | - |
| HSV(B) | 3.87º | 0.12% | 1% | - |
| XYZ | 81.89 | 81.03 | 81.85 | - |
| YUV | 234.44 | 122.11 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 224 | 0 | 0.11 | 0.12 | 0 | 3.87 | 1 | 0.94 |
| Hex | FF | E2 | E0 | 0 | B | C | 0 | 4 | 64 | 5E |
| Octal | 377 | 342 | 340 | 0 | 13 | 14 | 0 | 4 | 144 | 136 |
| Binary | 11111111 | 11100010 | 11100000 | 0 | 1011 | 1100 | 0 | 100 | 1100100 | 1011110 |
Color Harmonies of #FFE2E0
Complementary color
Monochromatic Colors of #FFE2E0
Black with #FFE2E0
Text Example
Text Example
White with #FFE2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2E0; }
p { color: rgb(255,226,224); }
H1.HeaderClassName
{
color: #FFE2E0;
}
.AnyTagClassName
{
color: #FFE2E0;
}
</style>
background-color css
<style>
a { background-color: #FFE2E0; }
a { background-color: rgb(255,226,224); }
div.DivClassName
{
background-color: #FFE2E0;
}
.BgClassName
{
background-color: #FFE2E0;
}
</style>
border-color css
<style>
span { border-color: #FFE2E0; }
span { border-color: rgb(255,226,224); }
td.TdClassName
{
border-color: #FFE2E0;
}
.TagClassName
{
border-color: #FFE2E0;
}
</style>