Shades of Misty Rose #FFE6E5
Tints of Misty Rose #FFE6E5
RGB
CMYK
RGB Variations
Color information
#FFE6E5 (or 0xFFE6E5) is known color: Misty Rose. HEX triplet: FF, E6 and E5. RGB value is (255,230,229). Sum of RGB (Red+Green+Blue) = 255+230+229=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 230 (90.23% from 255 or 32.21% from 714); Blue value is 229 (89.84% from 255 or 32.07% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6E5 is #00191A. Grayscale: #EDEDED. Windows color (decimal): -6427 or 15066879. OLE color: 15066879.
HSL color Cylindrical-coordinate representation of color #FFE6E5: hue angle of 2.31º 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 #FFE6E5 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 229 | - |
| CMYK | 0 | 0.10 | 0.10 | 0 |
| HSL | 2.31º | 1% | 0.95% | - |
| HSV(B) | 2.31º | 0.1% | 1% | - |
| XYZ | 83.68 | 83.51 | 85.84 | - |
| YUV | 237.36 | 123.28 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 229 | 0 | 0.10 | 0.10 | 0 | 2.31 | 1 | 0.95 |
| Hex | FF | E6 | E5 | 0 | A | A | 0 | 2 | 64 | 5F |
| Octal | 377 | 346 | 345 | 0 | 12 | 12 | 0 | 2 | 144 | 137 |
| Binary | 11111111 | 11100110 | 11100101 | 0 | 1010 | 1010 | 0 | 10 | 1100100 | 1011111 |
Color Harmonies of #FFE6E5
Complementary color
Monochromatic Colors of #FFE6E5
Black with #FFE6E5
Text Example
Text Example
White with #FFE6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6E5; }
p { color: rgb(255,230,229); }
H1.HeaderClassName
{
color: #FFE6E5;
}
.AnyTagClassName
{
color: #FFE6E5;
}
</style>
background-color css
<style>
a { background-color: #FFE6E5; }
a { background-color: rgb(255,230,229); }
div.DivClassName
{
background-color: #FFE6E5;
}
.BgClassName
{
background-color: #FFE6E5;
}
</style>
border-color css
<style>
span { border-color: #FFE6E5; }
span { border-color: rgb(255,230,229); }
td.TdClassName
{
border-color: #FFE6E5;
}
.TagClassName
{
border-color: #FFE6E5;
}
</style>