Shades of Mona Lisa #FFA08A
Tints of Mona Lisa #FFA08A
RGB
CMYK
RGB Variations
Color information
#FFA08A (or 0xFFA08A) is known color: Mona Lisa. HEX triplet: FF, A0 and 8A. RGB value is (255,160,138). Sum of RGB (Red+Green+Blue) = 255+160+138=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA08A is #005F75. Grayscale: #BABABA. Windows color (decimal): -24438 or 9085183. OLE color: 9085183.
HSL color Cylindrical-coordinate representation of color #FFA08A: hue angle of 11.28º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFA08A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 138 | - |
| CMYK | 0 | 0.37 | 0.46 | 0 |
| HSL | 11.28º | 1% | 0.77% | - |
| HSV(B) | 11.28º | 0.46% | 1% | - |
| XYZ | 58.4 | 48.24 | 30.28 | - |
| YUV | 185.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 138 | 0 | 0.37 | 0.46 | 0 | 11.28 | 1 | 0.77 |
| Hex | FF | A0 | 8A | 0 | 25 | 2E | 0 | B | 64 | 4D |
| Octal | 377 | 240 | 212 | 0 | 45 | 56 | 0 | 13 | 144 | 115 |
| Binary | 11111111 | 10100000 | 10001010 | 0 | 100101 | 101110 | 0 | 1011 | 1100100 | 1001101 |
Color Harmonies of #FFA08A
Complementary color
Monochromatic Colors of #FFA08A
Black with #FFA08A
Text Example
Text Example
White with #FFA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA08A; }
p { color: rgb(255,160,138); }
H1.HeaderClassName
{
color: #FFA08A;
}
.AnyTagClassName
{
color: #FFA08A;
}
</style>
background-color css
<style>
a { background-color: #FFA08A; }
a { background-color: rgb(255,160,138); }
div.DivClassName
{
background-color: #FFA08A;
}
.BgClassName
{
background-color: #FFA08A;
}
</style>
border-color css
<style>
span { border-color: #FFA08A; }
span { border-color: rgb(255,160,138); }
td.TdClassName
{
border-color: #FFA08A;
}
.TagClassName
{
border-color: #FFA08A;
}
</style>