Shades of Misty Rose #FEEEEC
Tints of Misty Rose #FEEEEC
RGB
CMYK
RGB Variations
Color information
#FEEEEC (or 0xFEEEEC) is known color: Misty Rose. HEX triplet: FE, EE and EC. RGB value is (254,238,236). Sum of RGB (Red+Green+Blue) = 254+238+236=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 238 (93.36% from 255 or 32.69% from 728); Blue value is 236 (92.58% from 255 or 32.42% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEEC is #011113. Grayscale: #F2F2F2. Windows color (decimal): -69908 or 15527678. OLE color: 15527678.
HSL color Cylindrical-coordinate representation of color #FEEEEC: hue angle of 6.67º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEEEEC is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 238 | 236 | - |
CMYK | 0 | 0.06 | 0.07 | 0.00 |
HSL | 6.67º | 0.9% | 0.96% | - |
HSV(B) | 6.67º | 0.07% | 1% | - |
XYZ | 86.59 | 88.28 | 91.83 | - |
YUV | 242.56 | 124.3 | 136.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 238 | 236 | 0 | 0.06 | 0.07 | 0.00 | 6.67 | 0.9 | 0.96 |
Hex | FE | EE | EC | 0 | 6 | 7 | 0 | 7 | 5A | 60 |
Octal | 376 | 356 | 354 | 0 | 6 | 7 | 0 | 7 | 132 | 140 |
Binary | 11111110 | 11101110 | 11101100 | 0 | 110 | 111 | 0 | 111 | 1011010 | 1100000 |
Color Harmonies of #FEEEEC
Complementary color
Monochromatic Colors of #FEEEEC
Black with #FEEEEC
Text Example
Text Example
White with #FEEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEEC; }
p { color: rgb(254,238,236); }
H1.HeaderClassName
{
color: #FEEEEC;
}
.AnyTagClassName
{
color: #FEEEEC;
}
</style>
background-color css
<style>
a { background-color: #FEEEEC; }
a { background-color: rgb(254,238,236); }
div.DivClassName
{
background-color: #FEEEEC;
}
.BgClassName
{
background-color: #FEEEEC;
}
</style>
border-color css
<style>
span { border-color: #FEEEEC; }
span { border-color: rgb(254,238,236); }
td.TdClassName
{
border-color: #FEEEEC;
}
.TagClassName
{
border-color: #FEEEEC;
}
</style>