Shades of Misty Rose #FEEAE6
Tints of Misty Rose #FEEAE6
RGB
CMYK
RGB Variations
Color information
#FEEAE6 (or 0xFEEAE6) is known color: Misty Rose. HEX triplet: FE, EA and E6. RGB value is (254,234,230). Sum of RGB (Red+Green+Blue) = 254+234+230=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 230 (90.23% from 255 or 32.03% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAE6 is #011519. Grayscale: #EFEFEF. Windows color (decimal): -70938 or 15133438. OLE color: 15133438.
HSL color Cylindrical-coordinate representation of color #FEEAE6: hue angle of 10º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEEAE6 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 230 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.00 |
| HSL | 10º | 0.92% | 0.95% | - |
| HSV(B) | 10º | 0.09% | 1% | - |
| XYZ | 84.58 | 85.63 | 86.93 | - |
| YUV | 239.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 230 | 0 | 0.08 | 0.09 | 0.00 | 10 | 0.92 | 0.95 |
| Hex | FE | EA | E6 | 0 | 8 | 9 | 0 | A | 5C | 5F |
| Octal | 376 | 352 | 346 | 0 | 10 | 11 | 0 | 12 | 134 | 137 |
| Binary | 11111110 | 11101010 | 11100110 | 0 | 1000 | 1001 | 0 | 1010 | 1011100 | 1011111 |
Color Harmonies of #FEEAE6
Complementary color
Monochromatic Colors of #FEEAE6
Black with #FEEAE6
Text Example
Text Example
White with #FEEAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAE6; }
p { color: rgb(254,234,230); }
H1.HeaderClassName
{
color: #FEEAE6;
}
.AnyTagClassName
{
color: #FEEAE6;
}
</style>
background-color css
<style>
a { background-color: #FEEAE6; }
a { background-color: rgb(254,234,230); }
div.DivClassName
{
background-color: #FEEAE6;
}
.BgClassName
{
background-color: #FEEAE6;
}
</style>
border-color css
<style>
span { border-color: #FEEAE6; }
span { border-color: rgb(254,234,230); }
td.TdClassName
{
border-color: #FEEAE6;
}
.TagClassName
{
border-color: #FEEAE6;
}
</style>