Shades of Mona Lisa #FEA18A
Tints of Mona Lisa #FEA18A
RGB
CMYK
RGB Variations
Color information
#FEA18A (or 0xFEA18A) is known color: Mona Lisa. HEX triplet: FE, A1 and 8A. RGB value is (254,161,138). Sum of RGB (Red+Green+Blue) = 254+161+138=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA18A is #015E75. Grayscale: #BABABA. Windows color (decimal): -89718 or 9085438. OLE color: 9085438.
HSL color Cylindrical-coordinate representation of color #FEA18A: hue angle of 11.9º 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 #FEA18A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 138 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.00 |
| HSL | 11.9º | 0.98% | 0.77% | - |
| HSV(B) | 11.9º | 0.46% | 1% | - |
| XYZ | 58.21 | 48.4 | 30.32 | - |
| YUV | 186.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 138 | 0 | 0.37 | 0.46 | 0.00 | 11.9 | 0.98 | 0.77 |
| Hex | FE | A1 | 8A | 0 | 25 | 2E | 0 | C | 62 | 4D |
| Octal | 376 | 241 | 212 | 0 | 45 | 56 | 0 | 14 | 142 | 115 |
| Binary | 11111110 | 10100001 | 10001010 | 0 | 100101 | 101110 | 0 | 1100 | 1100010 | 1001101 |
Color Harmonies of #FEA18A
Complementary color
Monochromatic Colors of #FEA18A
Black with #FEA18A
Text Example
Text Example
White with #FEA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA18A; }
p { color: rgb(254,161,138); }
H1.HeaderClassName
{
color: #FEA18A;
}
.AnyTagClassName
{
color: #FEA18A;
}
</style>
background-color css
<style>
a { background-color: #FEA18A; }
a { background-color: rgb(254,161,138); }
div.DivClassName
{
background-color: #FEA18A;
}
.BgClassName
{
background-color: #FEA18A;
}
</style>
border-color css
<style>
span { border-color: #FEA18A; }
span { border-color: rgb(254,161,138); }
td.TdClassName
{
border-color: #FEA18A;
}
.TagClassName
{
border-color: #FEA18A;
}
</style>