Shades of Misty Rose #FFE2DF
Tints of Misty Rose #FFE2DF
RGB
CMYK
RGB Variations
Color information
#FFE2DF (or 0xFFE2DF) is known color: Misty Rose. HEX triplet: FF, E2 and DF. RGB value is (255,226,223). Sum of RGB (Red+Green+Blue) = 255+226+223=704 (93% of max value = 765). Red value is 255 (100% from 255 or 36.22% from 704); Green value is 226 (88.67% from 255 or 32.10% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2DF is #001D20. Grayscale: #EAEAEA. Windows color (decimal): -7457 or 14672639. OLE color: 14672639.
HSL color Cylindrical-coordinate representation of color #FFE2DF: hue angle of 5.62º 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 #FFE2DF is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 223 | - |
| CMYK | 0 | 0.11 | 0.13 | 0 |
| HSL | 5.63º | 1% | 0.94% | - |
| HSV(B) | 5.63º | 0.13% | 1% | - |
| XYZ | 81.76 | 80.98 | 81.13 | - |
| YUV | 234.33 | 121.61 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 223 | 0 | 0.11 | 0.13 | 0 | 5.63 | 1 | 0.94 |
| Hex | FF | E2 | DF | 0 | B | D | 0 | 6 | 64 | 5E |
| Octal | 377 | 342 | 337 | 0 | 13 | 15 | 0 | 6 | 144 | 136 |
| Binary | 11111111 | 11100010 | 11011111 | 0 | 1011 | 1101 | 0 | 110 | 1100100 | 1011110 |
Color Harmonies of #FFE2DF
Complementary color
Monochromatic Colors of #FFE2DF
Black with #FFE2DF
Text Example
Text Example
White with #FFE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2DF; }
p { color: rgb(255,226,223); }
H1.HeaderClassName
{
color: #FFE2DF;
}
.AnyTagClassName
{
color: #FFE2DF;
}
</style>
background-color css
<style>
a { background-color: #FFE2DF; }
a { background-color: rgb(255,226,223); }
div.DivClassName
{
background-color: #FFE2DF;
}
.BgClassName
{
background-color: #FFE2DF;
}
</style>
border-color css
<style>
span { border-color: #FFE2DF; }
span { border-color: rgb(255,226,223); }
td.TdClassName
{
border-color: #FFE2DF;
}
.TagClassName
{
border-color: #FFE2DF;
}
</style>