Shades of Mona Lisa #FFA08E
Tints of Mona Lisa #FFA08E
RGB
CMYK
RGB Variations
Color information
#FFA08E (or 0xFFA08E) is known color: Mona Lisa. HEX triplet: FF, A0 and 8E. RGB value is (255,160,142). Sum of RGB (Red+Green+Blue) = 255+160+142=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA08E is #005F71. Grayscale: #BABABA. Windows color (decimal): -24434 or 9347327. OLE color: 9347327.
HSL color Cylindrical-coordinate representation of color #FFA08E: hue angle of 9.56º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FFA08E is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 142 | - |
| CMYK | 0 | 0.37 | 0.44 | 0 |
| HSL | 9.56º | 1% | 0.78% | - |
| HSV(B) | 9.56º | 0.44% | 1% | - |
| XYZ | 58.69 | 48.35 | 31.83 | - |
| YUV | 186.35 | 102.97 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 142 | 0 | 0.37 | 0.44 | 0 | 9.56 | 1 | 0.78 |
| Hex | FF | A0 | 8E | 0 | 25 | 2C | 0 | A | 64 | 4E |
| Octal | 377 | 240 | 216 | 0 | 45 | 54 | 0 | 12 | 144 | 116 |
| Binary | 11111111 | 10100000 | 10001110 | 0 | 100101 | 101100 | 0 | 1010 | 1100100 | 1001110 |
Color Harmonies of #FFA08E
Complementary color
Monochromatic Colors of #FFA08E
Black with #FFA08E
Text Example
Text Example
White with #FFA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA08E; }
p { color: rgb(255,160,142); }
H1.HeaderClassName
{
color: #FFA08E;
}
.AnyTagClassName
{
color: #FFA08E;
}
</style>
background-color css
<style>
a { background-color: #FFA08E; }
a { background-color: rgb(255,160,142); }
div.DivClassName
{
background-color: #FFA08E;
}
.BgClassName
{
background-color: #FFA08E;
}
</style>
border-color css
<style>
span { border-color: #FFA08E; }
span { border-color: rgb(255,160,142); }
td.TdClassName
{
border-color: #FFA08E;
}
.TagClassName
{
border-color: #FFA08E;
}
</style>