Shades of Misty Rose #FFE6E1
Tints of Misty Rose #FFE6E1
RGB
CMYK
RGB Variations
Color information
#FFE6E1 (or 0xFFE6E1) is known color: Misty Rose. HEX triplet: FF, E6 and E1. RGB value is (255,230,225). Sum of RGB (Red+Green+Blue) = 255+230+225=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 230 (90.23% from 255 or 32.39% from 710); Blue value is 225 (88.28% from 255 or 31.69% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6E1 is #00191E. Grayscale: #ECECEC. Windows color (decimal): -6431 or 14804735. OLE color: 14804735.
HSL color Cylindrical-coordinate representation of color #FFE6E1: hue angle of 10º 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 #FFE6E1 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 225 | - |
| CMYK | 0 | 0.10 | 0.12 | 0 |
| HSL | 10º | 1% | 0.94% | - |
| HSV(B) | 10º | 0.12% | 1% | - |
| XYZ | 83.13 | 83.29 | 82.93 | - |
| YUV | 236.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 225 | 0 | 0.10 | 0.12 | 0 | 10 | 1 | 0.94 |
| Hex | FF | E6 | E1 | 0 | A | C | 0 | A | 64 | 5E |
| Octal | 377 | 346 | 341 | 0 | 12 | 14 | 0 | 12 | 144 | 136 |
| Binary | 11111111 | 11100110 | 11100001 | 0 | 1010 | 1100 | 0 | 1010 | 1100100 | 1011110 |
Color Harmonies of #FFE6E1
Complementary color
Monochromatic Colors of #FFE6E1
Black with #FFE6E1
Text Example
Text Example
White with #FFE6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6E1; }
p { color: rgb(255,230,225); }
H1.HeaderClassName
{
color: #FFE6E1;
}
.AnyTagClassName
{
color: #FFE6E1;
}
</style>
background-color css
<style>
a { background-color: #FFE6E1; }
a { background-color: rgb(255,230,225); }
div.DivClassName
{
background-color: #FFE6E1;
}
.BgClassName
{
background-color: #FFE6E1;
}
</style>
border-color css
<style>
span { border-color: #FFE6E1; }
span { border-color: rgb(255,230,225); }
td.TdClassName
{
border-color: #FFE6E1;
}
.TagClassName
{
border-color: #FFE6E1;
}
</style>