Shades of Misty Rose #FEE0DF
Tints of Misty Rose #FEE0DF
RGB
CMYK
RGB Variations
Color information
#FEE0DF (or 0xFEE0DF) is known color: Misty Rose. HEX triplet: FE, E0 and DF. RGB value is (254,224,223). Sum of RGB (Red+Green+Blue) = 254+224+223=701 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.23% from 701); Green value is 224 (87.89% from 255 or 31.95% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0DF is #011F20. Grayscale: #E8E8E8. Windows color (decimal): -73505 or 14672126. OLE color: 14672126.
HSL color Cylindrical-coordinate representation of color #FEE0DF: hue angle of 1.94º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FEE0DF is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 223 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.00 |
| HSL | 1.94º | 0.94% | 0.94% | - |
| HSV(B) | 1.94º | 0.12% | 1% | - |
| XYZ | 80.85 | 79.71 | 80.94 | - |
| YUV | 232.86 | 122.44 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 223 | 0 | 0.12 | 0.12 | 0.00 | 1.94 | 0.94 | 0.94 |
| Hex | FE | E0 | DF | 0 | C | C | 0 | 2 | 5E | 5E |
| Octal | 376 | 340 | 337 | 0 | 14 | 14 | 0 | 2 | 136 | 136 |
| Binary | 11111110 | 11100000 | 11011111 | 0 | 1100 | 1100 | 0 | 10 | 1011110 | 1011110 |
Color Harmonies of #FEE0DF
Complementary color
Monochromatic Colors of #FEE0DF
Black with #FEE0DF
Text Example
Text Example
White with #FEE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0DF; }
p { color: rgb(254,224,223); }
H1.HeaderClassName
{
color: #FEE0DF;
}
.AnyTagClassName
{
color: #FEE0DF;
}
</style>
background-color css
<style>
a { background-color: #FEE0DF; }
a { background-color: rgb(254,224,223); }
div.DivClassName
{
background-color: #FEE0DF;
}
.BgClassName
{
background-color: #FEE0DF;
}
</style>
border-color css
<style>
span { border-color: #FEE0DF; }
span { border-color: rgb(254,224,223); }
td.TdClassName
{
border-color: #FEE0DF;
}
.TagClassName
{
border-color: #FEE0DF;
}
</style>