Shades of Misty Rose #FFE0DF
Tints of Misty Rose #FFE0DF
RGB
CMYK
RGB Variations
Color information
#FFE0DF (or 0xFFE0DF) is known color: Misty Rose. HEX triplet: FF, E0 and DF. RGB value is (255,224,223). Sum of RGB (Red+Green+Blue) = 255+224+223=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 224 (87.89% from 255 or 31.91% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0DF is #001F20. Grayscale: #E9E9E9. Windows color (decimal): -7969 or 14672127. OLE color: 14672127.
HSL color Cylindrical-coordinate representation of color #FFE0DF: hue angle of 1.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFE0DF is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 223 | - |
| CMYK | 0 | 0.12 | 0.13 | 0 |
| HSL | 1.88º | 1% | 0.94% | - |
| HSV(B) | 1.88º | 0.13% | 1% | - |
| XYZ | 81.21 | 79.9 | 80.95 | - |
| YUV | 233.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 223 | 0 | 0.12 | 0.13 | 0 | 1.88 | 1 | 0.94 |
| Hex | FF | E0 | DF | 0 | C | D | 0 | 2 | 64 | 5E |
| Octal | 377 | 340 | 337 | 0 | 14 | 15 | 0 | 2 | 144 | 136 |
| Binary | 11111111 | 11100000 | 11011111 | 0 | 1100 | 1101 | 0 | 10 | 1100100 | 1011110 |
Color Harmonies of #FFE0DF
Complementary color
Monochromatic Colors of #FFE0DF
Black with #FFE0DF
Text Example
Text Example
White with #FFE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0DF; }
p { color: rgb(255,224,223); }
H1.HeaderClassName
{
color: #FFE0DF;
}
.AnyTagClassName
{
color: #FFE0DF;
}
</style>
background-color css
<style>
a { background-color: #FFE0DF; }
a { background-color: rgb(255,224,223); }
div.DivClassName
{
background-color: #FFE0DF;
}
.BgClassName
{
background-color: #FFE0DF;
}
</style>
border-color css
<style>
span { border-color: #FFE0DF; }
span { border-color: rgb(255,224,223); }
td.TdClassName
{
border-color: #FFE0DF;
}
.TagClassName
{
border-color: #FFE0DF;
}
</style>