Shades of Mona Lisa #FEA08A
Tints of Mona Lisa #FEA08A
RGB
CMYK
RGB Variations
Color information
#FEA08A (or 0xFEA08A) is known color: Mona Lisa. HEX triplet: FE, A0 and 8A. RGB value is (254,160,138). Sum of RGB (Red+Green+Blue) = 254+160+138=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA08A is #015F75. Grayscale: #B9B9B9. Windows color (decimal): -89974 or 9085182. OLE color: 9085182.
HSL color Cylindrical-coordinate representation of color #FEA08A: hue angle of 11.38º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FEA08A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 138 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.00 |
| HSL | 11.38º | 0.98% | 0.77% | - |
| HSV(B) | 11.38º | 0.46% | 1% | - |
| XYZ | 58.03 | 48.05 | 30.26 | - |
| YUV | 185.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 138 | 0 | 0.37 | 0.46 | 0.00 | 11.38 | 0.98 | 0.77 |
| Hex | FE | A0 | 8A | 0 | 25 | 2E | 0 | B | 62 | 4D |
| Octal | 376 | 240 | 212 | 0 | 45 | 56 | 0 | 13 | 142 | 115 |
| Binary | 11111110 | 10100000 | 10001010 | 0 | 100101 | 101110 | 0 | 1011 | 1100010 | 1001101 |
Color Harmonies of #FEA08A
Complementary color
Monochromatic Colors of #FEA08A
Black with #FEA08A
Text Example
Text Example
White with #FEA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA08A; }
p { color: rgb(254,160,138); }
H1.HeaderClassName
{
color: #FEA08A;
}
.AnyTagClassName
{
color: #FEA08A;
}
</style>
background-color css
<style>
a { background-color: #FEA08A; }
a { background-color: rgb(254,160,138); }
div.DivClassName
{
background-color: #FEA08A;
}
.BgClassName
{
background-color: #FEA08A;
}
</style>
border-color css
<style>
span { border-color: #FEA08A; }
span { border-color: rgb(254,160,138); }
td.TdClassName
{
border-color: #FEA08A;
}
.TagClassName
{
border-color: #FEA08A;
}
</style>