Shades of Mona Lisa #FFA08C
Tints of Mona Lisa #FFA08C
RGB
CMYK
RGB Variations
Color information
#FFA08C (or 0xFFA08C) is known color: Mona Lisa. HEX triplet: FF, A0 and 8C. RGB value is (255,160,140). Sum of RGB (Red+Green+Blue) = 255+160+140=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA08C is #005F73. Grayscale: #BABABA. Windows color (decimal): -24436 or 9216255. OLE color: 9216255.
HSL color Cylindrical-coordinate representation of color #FFA08C: hue angle of 10.43º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FFA08C is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 140 | - |
| CMYK | 0 | 0.37 | 0.45 | 0 |
| HSL | 10.43º | 1% | 0.77% | - |
| HSV(B) | 10.43º | 0.45% | 1% | - |
| XYZ | 58.54 | 48.3 | 31.05 | - |
| YUV | 186.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 140 | 0 | 0.37 | 0.45 | 0 | 10.43 | 1 | 0.77 |
| Hex | FF | A0 | 8C | 0 | 25 | 2D | 0 | A | 64 | 4D |
| Octal | 377 | 240 | 214 | 0 | 45 | 55 | 0 | 12 | 144 | 115 |
| Binary | 11111111 | 10100000 | 10001100 | 0 | 100101 | 101101 | 0 | 1010 | 1100100 | 1001101 |
Color Harmonies of #FFA08C
Complementary color
Monochromatic Colors of #FFA08C
Black with #FFA08C
Text Example
Text Example
White with #FFA08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA08C; }
p { color: rgb(255,160,140); }
H1.HeaderClassName
{
color: #FFA08C;
}
.AnyTagClassName
{
color: #FFA08C;
}
</style>
background-color css
<style>
a { background-color: #FFA08C; }
a { background-color: rgb(255,160,140); }
div.DivClassName
{
background-color: #FFA08C;
}
.BgClassName
{
background-color: #FFA08C;
}
</style>
border-color css
<style>
span { border-color: #FFA08C; }
span { border-color: rgb(255,160,140); }
td.TdClassName
{
border-color: #FFA08C;
}
.TagClassName
{
border-color: #FFA08C;
}
</style>