Shades of Misty Rose #FEE2DF
Tints of Misty Rose #FEE2DF
RGB
CMYK
RGB Variations
Color information
#FEE2DF (or 0xFEE2DF) is known color: Misty Rose. HEX triplet: FE, E2 and DF. RGB value is (254,226,223). Sum of RGB (Red+Green+Blue) = 254+226+223=703 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.13% from 703); Green value is 226 (88.67% from 255 or 32.15% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2DF is #011D20. Grayscale: #EAEAEA. Windows color (decimal): -72993 or 14672638. OLE color: 14672638.
HSL color Cylindrical-coordinate representation of color #FEE2DF: hue angle of 5.81º 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 #FEE2DF is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 226 | 223 | - |
CMYK | 0 | 0.11 | 0.12 | 0.00 |
HSL | 5.81º | 0.94% | 0.94% | - |
HSV(B) | 5.81º | 0.12% | 1% | - |
XYZ | 81.39 | 80.79 | 81.12 | - |
YUV | 234.03 | 121.78 | 142.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 226 | 223 | 0 | 0.11 | 0.12 | 0.00 | 5.81 | 0.94 | 0.94 |
Hex | FE | E2 | DF | 0 | B | C | 0 | 6 | 5E | 5E |
Octal | 376 | 342 | 337 | 0 | 13 | 14 | 0 | 6 | 136 | 136 |
Binary | 11111110 | 11100010 | 11011111 | 0 | 1011 | 1100 | 0 | 110 | 1011110 | 1011110 |
Color Harmonies of #FEE2DF
Complementary color
Monochromatic Colors of #FEE2DF
Black with #FEE2DF
Text Example
Text Example
White with #FEE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2DF; }
p { color: rgb(254,226,223); }
H1.HeaderClassName
{
color: #FEE2DF;
}
.AnyTagClassName
{
color: #FEE2DF;
}
</style>
background-color css
<style>
a { background-color: #FEE2DF; }
a { background-color: rgb(254,226,223); }
div.DivClassName
{
background-color: #FEE2DF;
}
.BgClassName
{
background-color: #FEE2DF;
}
</style>
border-color css
<style>
span { border-color: #FEE2DF; }
span { border-color: rgb(254,226,223); }
td.TdClassName
{
border-color: #FEE2DF;
}
.TagClassName
{
border-color: #FEE2DF;
}
</style>