Shades of Misty Rose #FFE9E6
Tints of Misty Rose #FFE9E6
RGB
CMYK
RGB Variations
Color information
#FFE9E6 (or 0xFFE9E6) is known color: Misty Rose. HEX triplet: FF, E9 and E6. RGB value is (255,233,230). Sum of RGB (Red+Green+Blue) = 255+233+230=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 233 (91.41% from 255 or 32.45% from 718); Blue value is 230 (90.23% from 255 or 32.03% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE9E6 is #001619. Grayscale: #EFEFEF. Windows color (decimal): -5658 or 15133183. OLE color: 15133183.
HSL color Cylindrical-coordinate representation of color #FFE9E6: hue angle of 7.2º 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 #FFE9E6 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 230 | - |
| CMYK | 0 | 0.09 | 0.10 | 0 |
| HSL | 7.2º | 1% | 0.95% | - |
| HSV(B) | 7.2º | 0.1% | 1% | - |
| XYZ | 84.66 | 85.25 | 86.86 | - |
| YUV | 239.24 | 122.79 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 230 | 0 | 0.09 | 0.10 | 0 | 7.2 | 1 | 0.95 |
| Hex | FF | E9 | E6 | 0 | 9 | A | 0 | 7 | 64 | 5F |
| Octal | 377 | 351 | 346 | 0 | 11 | 12 | 0 | 7 | 144 | 137 |
| Binary | 11111111 | 11101001 | 11100110 | 0 | 1001 | 1010 | 0 | 111 | 1100100 | 1011111 |
Color Harmonies of #FFE9E6
Complementary color
Monochromatic Colors of #FFE9E6
Black with #FFE9E6
Text Example
Text Example
White with #FFE9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9E6; }
p { color: rgb(255,233,230); }
H1.HeaderClassName
{
color: #FFE9E6;
}
.AnyTagClassName
{
color: #FFE9E6;
}
</style>
background-color css
<style>
a { background-color: #FFE9E6; }
a { background-color: rgb(255,233,230); }
div.DivClassName
{
background-color: #FFE9E6;
}
.BgClassName
{
background-color: #FFE9E6;
}
</style>
border-color css
<style>
span { border-color: #FFE9E6; }
span { border-color: rgb(255,233,230); }
td.TdClassName
{
border-color: #FFE9E6;
}
.TagClassName
{
border-color: #FFE9E6;
}
</style>