Shades of Misty Rose #FFE8E6
Tints of Misty Rose #FFE8E6
RGB
CMYK
RGB Variations
Color information
#FFE8E6 (or 0xFFE8E6) is known color: Misty Rose. HEX triplet: FF, E8 and E6. RGB value is (255,232,230). Sum of RGB (Red+Green+Blue) = 255+232+230=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 232 (91.02% from 255 or 32.36% from 717); Blue value is 230 (90.23% from 255 or 32.08% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFE8E6 is #001719. Grayscale: #EEEEEE. Windows color (decimal): -5914 or 15132927. OLE color: 15132927.
HSL color Cylindrical-coordinate representation of color #FFE8E6: hue angle of 4.8º 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 #FFE8E6 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 230 | - |
| CMYK | 0 | 0.09 | 0.10 | 0 |
| HSL | 4.8º | 1% | 0.95% | - |
| HSV(B) | 4.8º | 0.1% | 1% | - |
| XYZ | 84.38 | 84.69 | 86.76 | - |
| YUV | 238.65 | 123.12 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 230 | 0 | 0.09 | 0.10 | 0 | 4.8 | 1 | 0.95 |
| Hex | FF | E8 | E6 | 0 | 9 | A | 0 | 5 | 64 | 5F |
| Octal | 377 | 350 | 346 | 0 | 11 | 12 | 0 | 5 | 144 | 137 |
| Binary | 11111111 | 11101000 | 11100110 | 0 | 1001 | 1010 | 0 | 101 | 1100100 | 1011111 |
Color Harmonies of #FFE8E6
Complementary color
Monochromatic Colors of #FFE8E6
Black with #FFE8E6
Text Example
Text Example
White with #FFE8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8E6; }
p { color: rgb(255,232,230); }
H1.HeaderClassName
{
color: #FFE8E6;
}
.AnyTagClassName
{
color: #FFE8E6;
}
</style>
background-color css
<style>
a { background-color: #FFE8E6; }
a { background-color: rgb(255,232,230); }
div.DivClassName
{
background-color: #FFE8E6;
}
.BgClassName
{
background-color: #FFE8E6;
}
</style>
border-color css
<style>
span { border-color: #FFE8E6; }
span { border-color: rgb(255,232,230); }
td.TdClassName
{
border-color: #FFE8E6;
}
.TagClassName
{
border-color: #FFE8E6;
}
</style>