Shades of Misty Rose #FEE7E4
Tints of Misty Rose #FEE7E4
RGB
CMYK
RGB Variations
Color information
#FEE7E4 (or 0xFEE7E4) is known color: Misty Rose. HEX triplet: FE, E7 and E4. RGB value is (254,231,228). Sum of RGB (Red+Green+Blue) = 254+231+228=713 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.62% from 713); Green value is 231 (90.62% from 255 or 32.40% from 713); Blue value is 228 (89.45% from 255 or 31.98% from 713); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7E4 is #01181B. Grayscale: #EDEDED. Windows color (decimal): -71708 or 15001598. OLE color: 15001598.
HSL color Cylindrical-coordinate representation of color #FEE7E4: hue angle of 6.92º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE7E4 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 228 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.00 |
| HSL | 6.92º | 0.93% | 0.95% | - |
| HSV(B) | 6.92º | 0.1% | 1% | - |
| XYZ | 83.45 | 83.82 | 85.18 | - |
| YUV | 237.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 228 | 0 | 0.09 | 0.10 | 0.00 | 6.92 | 0.93 | 0.95 |
| Hex | FE | E7 | E4 | 0 | 9 | A | 0 | 7 | 5D | 5F |
| Octal | 376 | 347 | 344 | 0 | 11 | 12 | 0 | 7 | 135 | 137 |
| Binary | 11111110 | 11100111 | 11100100 | 0 | 1001 | 1010 | 0 | 111 | 1011101 | 1011111 |
Color Harmonies of #FEE7E4
Complementary color
Monochromatic Colors of #FEE7E4
Black with #FEE7E4
Text Example
Text Example
White with #FEE7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7E4; }
p { color: rgb(254,231,228); }
H1.HeaderClassName
{
color: #FEE7E4;
}
.AnyTagClassName
{
color: #FEE7E4;
}
</style>
background-color css
<style>
a { background-color: #FEE7E4; }
a { background-color: rgb(254,231,228); }
div.DivClassName
{
background-color: #FEE7E4;
}
.BgClassName
{
background-color: #FEE7E4;
}
</style>
border-color css
<style>
span { border-color: #FEE7E4; }
span { border-color: rgb(254,231,228); }
td.TdClassName
{
border-color: #FEE7E4;
}
.TagClassName
{
border-color: #FEE7E4;
}
</style>