Shades of Misty Rose #FEE1DF
Tints of Misty Rose #FEE1DF
RGB
CMYK
RGB Variations
Color information
#FEE1DF (or 0xFEE1DF) is known color: Misty Rose. HEX triplet: FE, E1 and DF. RGB value is (254,225,223). Sum of RGB (Red+Green+Blue) = 254+225+223=702 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.18% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1DF is #011E20. Grayscale: #E9E9E9. Windows color (decimal): -73249 or 14672382. OLE color: 14672382.
HSL color Cylindrical-coordinate representation of color #FEE1DF: hue angle of 3.87º 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 #FEE1DF is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 225 | 223 | - |
CMYK | 0 | 0.11 | 0.12 | 0.00 |
HSL | 3.87º | 0.94% | 0.94% | - |
HSV(B) | 3.87º | 0.12% | 1% | - |
XYZ | 81.12 | 80.25 | 81.03 | - |
YUV | 233.44 | 122.11 | 142.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 225 | 223 | 0 | 0.11 | 0.12 | 0.00 | 3.87 | 0.94 | 0.94 |
Hex | FE | E1 | DF | 0 | B | C | 0 | 4 | 5E | 5E |
Octal | 376 | 341 | 337 | 0 | 13 | 14 | 0 | 4 | 136 | 136 |
Binary | 11111110 | 11100001 | 11011111 | 0 | 1011 | 1100 | 0 | 100 | 1011110 | 1011110 |
Color Harmonies of #FEE1DF
Complementary color
Monochromatic Colors of #FEE1DF
Black with #FEE1DF
Text Example
Text Example
White with #FEE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1DF; }
p { color: rgb(254,225,223); }
H1.HeaderClassName
{
color: #FEE1DF;
}
.AnyTagClassName
{
color: #FEE1DF;
}
</style>
background-color css
<style>
a { background-color: #FEE1DF; }
a { background-color: rgb(254,225,223); }
div.DivClassName
{
background-color: #FEE1DF;
}
.BgClassName
{
background-color: #FEE1DF;
}
</style>
border-color css
<style>
span { border-color: #FEE1DF; }
span { border-color: rgb(254,225,223); }
td.TdClassName
{
border-color: #FEE1DF;
}
.TagClassName
{
border-color: #FEE1DF;
}
</style>