Shades of Misty Rose #FEE7E5
Tints of Misty Rose #FEE7E5
RGB
CMYK
RGB Variations
Color information
#FEE7E5 (or 0xFEE7E5) is known color: Misty Rose. HEX triplet: FE, E7 and E5. RGB value is (254,231,229). Sum of RGB (Red+Green+Blue) = 254+231+229=714 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.57% from 714); Green value is 231 (90.62% from 255 or 32.35% from 714); Blue value is 229 (89.84% from 255 or 32.07% from 714); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7E5 is #01181A. Grayscale: #EDEDED. Windows color (decimal): -71707 or 15067134. OLE color: 15067134.
HSL color Cylindrical-coordinate representation of color #FEE7E5: hue angle of 4.8º 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 #FEE7E5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 231 | 229 | - |
CMYK | 0 | 0.09 | 0.10 | 0.00 |
HSL | 4.8º | 0.93% | 0.95% | - |
HSV(B) | 4.8º | 0.1% | 1% | - |
XYZ | 83.59 | 83.88 | 85.91 | - |
YUV | 237.65 | 123.12 | 139.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 231 | 229 | 0 | 0.09 | 0.10 | 0.00 | 4.8 | 0.93 | 0.95 |
Hex | FE | E7 | E5 | 0 | 9 | A | 0 | 5 | 5D | 5F |
Octal | 376 | 347 | 345 | 0 | 11 | 12 | 0 | 5 | 135 | 137 |
Binary | 11111110 | 11100111 | 11100101 | 0 | 1001 | 1010 | 0 | 101 | 1011101 | 1011111 |
Color Harmonies of #FEE7E5
Complementary color
Monochromatic Colors of #FEE7E5
Black with #FEE7E5
Text Example
Text Example
White with #FEE7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7E5; }
p { color: rgb(254,231,229); }
H1.HeaderClassName
{
color: #FEE7E5;
}
.AnyTagClassName
{
color: #FEE7E5;
}
</style>
background-color css
<style>
a { background-color: #FEE7E5; }
a { background-color: rgb(254,231,229); }
div.DivClassName
{
background-color: #FEE7E5;
}
.BgClassName
{
background-color: #FEE7E5;
}
</style>
border-color css
<style>
span { border-color: #FEE7E5; }
span { border-color: rgb(254,231,229); }
td.TdClassName
{
border-color: #FEE7E5;
}
.TagClassName
{
border-color: #FEE7E5;
}
</style>