Shades of Misty Rose #FEECEA
Tints of Misty Rose #FEECEA
RGB
CMYK
RGB Variations
Color information
#FEECEA (or 0xFEECEA) is known color: Misty Rose. HEX triplet: FE, EC and EA. RGB value is (254,236,234). Sum of RGB (Red+Green+Blue) = 254+236+234=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 236 (92.58% from 255 or 32.60% from 724); Blue value is 234 (91.80% from 255 or 32.32% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEECEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEECEA is #011315. Grayscale: #F1F1F1. Windows color (decimal): -70422 or 15396094. OLE color: 15396094.
HSL color Cylindrical-coordinate representation of color #FEECEA: hue angle of 6º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEECEA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 236 | 234 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.00 |
| HSL | 6º | 0.91% | 0.96% | - |
| HSV(B) | 6º | 0.08% | 1% | - |
| XYZ | 85.72 | 87 | 90.12 | - |
| YUV | 241.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 236 | 234 | 0 | 0.07 | 0.08 | 0.00 | 6 | 0.91 | 0.96 |
| Hex | FE | EC | EA | 0 | 7 | 8 | 0 | 6 | 5B | 60 |
| Octal | 376 | 354 | 352 | 0 | 7 | 10 | 0 | 6 | 133 | 140 |
| Binary | 11111110 | 11101100 | 11101010 | 0 | 111 | 1000 | 0 | 110 | 1011011 | 1100000 |
Color Harmonies of #FEECEA
Complementary color
Monochromatic Colors of #FEECEA
Black with #FEECEA
Text Example
Text Example
White with #FEECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEECEA; }
p { color: rgb(254,236,234); }
H1.HeaderClassName
{
color: #FEECEA;
}
.AnyTagClassName
{
color: #FEECEA;
}
</style>
background-color css
<style>
a { background-color: #FEECEA; }
a { background-color: rgb(254,236,234); }
div.DivClassName
{
background-color: #FEECEA;
}
.BgClassName
{
background-color: #FEECEA;
}
</style>
border-color css
<style>
span { border-color: #FEECEA; }
span { border-color: rgb(254,236,234); }
td.TdClassName
{
border-color: #FEECEA;
}
.TagClassName
{
border-color: #FEECEA;
}
</style>