Shades of Mona Lisa #FEA08E
Tints of Mona Lisa #FEA08E
RGB
CMYK
RGB Variations
Color information
#FEA08E (or 0xFEA08E) is known color: Mona Lisa. HEX triplet: FE, A0 and 8E. RGB value is (254,160,142). Sum of RGB (Red+Green+Blue) = 254+160+142=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 142 (55.86% from 255 or 25.54% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA08E is #015F71. Grayscale: #BABABA. Windows color (decimal): -89970 or 9347326. OLE color: 9347326.
HSL color Cylindrical-coordinate representation of color #FEA08E: hue angle of 9.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEA08E is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 142 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.00 |
| HSL | 9.64º | 0.98% | 0.78% | - |
| HSV(B) | 9.64º | 0.44% | 1% | - |
| XYZ | 58.33 | 48.17 | 31.81 | - |
| YUV | 186.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 142 | 0 | 0.37 | 0.44 | 0.00 | 9.64 | 0.98 | 0.78 |
| Hex | FE | A0 | 8E | 0 | 25 | 2C | 0 | A | 62 | 4E |
| Octal | 376 | 240 | 216 | 0 | 45 | 54 | 0 | 12 | 142 | 116 |
| Binary | 11111110 | 10100000 | 10001110 | 0 | 100101 | 101100 | 0 | 1010 | 1100010 | 1001110 |
Color Harmonies of #FEA08E
Complementary color
Monochromatic Colors of #FEA08E
Black with #FEA08E
Text Example
Text Example
White with #FEA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA08E; }
p { color: rgb(254,160,142); }
H1.HeaderClassName
{
color: #FEA08E;
}
.AnyTagClassName
{
color: #FEA08E;
}
</style>
background-color css
<style>
a { background-color: #FEA08E; }
a { background-color: rgb(254,160,142); }
div.DivClassName
{
background-color: #FEA08E;
}
.BgClassName
{
background-color: #FEA08E;
}
</style>
border-color css
<style>
span { border-color: #FEA08E; }
span { border-color: rgb(254,160,142); }
td.TdClassName
{
border-color: #FEA08E;
}
.TagClassName
{
border-color: #FEA08E;
}
</style>