Shades of Misty Rose #FFE1E0
Tints of Misty Rose #FFE1E0
RGB
CMYK
RGB Variations
Color information
#FFE1E0 (or 0xFFE1E0) is known color: Misty Rose. HEX triplet: FF, E1 and E0. RGB value is (255,225,224). Sum of RGB (Red+Green+Blue) = 255+225+224=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 225 (88.28% from 255 or 31.96% from 704); Blue value is 224 (87.89% from 255 or 31.82% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1E0 is #001E1F. Grayscale: #E9E9E9. Windows color (decimal): -7712 or 14737919. OLE color: 14737919.
HSL color Cylindrical-coordinate representation of color #FFE1E0: hue angle of 1.94º 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 #FFE1E0 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 224 | - |
| CMYK | 0 | 0.12 | 0.12 | 0 |
| HSL | 1.94º | 1% | 0.94% | - |
| HSV(B) | 1.94º | 0.12% | 1% | - |
| XYZ | 81.62 | 80.49 | 81.76 | - |
| YUV | 233.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 224 | 0 | 0.12 | 0.12 | 0 | 1.94 | 1 | 0.94 |
| Hex | FF | E1 | E0 | 0 | C | C | 0 | 2 | 64 | 5E |
| Octal | 377 | 341 | 340 | 0 | 14 | 14 | 0 | 2 | 144 | 136 |
| Binary | 11111111 | 11100001 | 11100000 | 0 | 1100 | 1100 | 0 | 10 | 1100100 | 1011110 |
Color Harmonies of #FFE1E0
Complementary color
Monochromatic Colors of #FFE1E0
Black with #FFE1E0
Text Example
Text Example
White with #FFE1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1E0; }
p { color: rgb(255,225,224); }
H1.HeaderClassName
{
color: #FFE1E0;
}
.AnyTagClassName
{
color: #FFE1E0;
}
</style>
background-color css
<style>
a { background-color: #FFE1E0; }
a { background-color: rgb(255,225,224); }
div.DivClassName
{
background-color: #FFE1E0;
}
.BgClassName
{
background-color: #FFE1E0;
}
</style>
border-color css
<style>
span { border-color: #FFE1E0; }
span { border-color: rgb(255,225,224); }
td.TdClassName
{
border-color: #FFE1E0;
}
.TagClassName
{
border-color: #FFE1E0;
}
</style>