Shades of Misty Rose #FEE3DF
Tints of Misty Rose #FEE3DF
RGB
CMYK
RGB Variations
Color information
#FEE3DF (or 0xFEE3DF) is known color: Misty Rose. HEX triplet: FE, E3 and DF. RGB value is (254,227,223). Sum of RGB (Red+Green+Blue) = 254+227+223=704 (93% of max value = 765). Red value is 254 (99.61% from 255 or 36.08% from 704); Green value is 227 (89.06% from 255 or 32.24% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3DF is #011C20. Grayscale: #EAEAEA. Windows color (decimal): -72737 or 14672894. OLE color: 14672894.
HSL color Cylindrical-coordinate representation of color #FEE3DF: hue angle of 7.74º 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 #FEE3DF is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 227 | 223 | - |
CMYK | 0 | 0.11 | 0.12 | 0.00 |
HSL | 7.74º | 0.94% | 0.94% | - |
HSV(B) | 7.74º | 0.12% | 1% | - |
XYZ | 81.66 | 81.34 | 81.21 | - |
YUV | 234.62 | 121.45 | 141.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 227 | 223 | 0 | 0.11 | 0.12 | 0.00 | 7.74 | 0.94 | 0.94 |
Hex | FE | E3 | DF | 0 | B | C | 0 | 8 | 5E | 5E |
Octal | 376 | 343 | 337 | 0 | 13 | 14 | 0 | 10 | 136 | 136 |
Binary | 11111110 | 11100011 | 11011111 | 0 | 1011 | 1100 | 0 | 1000 | 1011110 | 1011110 |
Color Harmonies of #FEE3DF
Complementary color
Monochromatic Colors of #FEE3DF
Black with #FEE3DF
Text Example
Text Example
White with #FEE3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3DF; }
p { color: rgb(254,227,223); }
H1.HeaderClassName
{
color: #FEE3DF;
}
.AnyTagClassName
{
color: #FEE3DF;
}
</style>
background-color css
<style>
a { background-color: #FEE3DF; }
a { background-color: rgb(254,227,223); }
div.DivClassName
{
background-color: #FEE3DF;
}
.BgClassName
{
background-color: #FEE3DF;
}
</style>
border-color css
<style>
span { border-color: #FEE3DF; }
span { border-color: rgb(254,227,223); }
td.TdClassName
{
border-color: #FEE3DF;
}
.TagClassName
{
border-color: #FEE3DF;
}
</style>