Shades of Mona Lisa #FFA08B
Tints of Mona Lisa #FFA08B
RGB
CMYK
RGB Variations
Color information
#FFA08B (or 0xFFA08B) is known color: Mona Lisa. HEX triplet: FF, A0 and 8B. RGB value is (255,160,139). Sum of RGB (Red+Green+Blue) = 255+160+139=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA08B is #005F74. Grayscale: #BABABA. Windows color (decimal): -24437 or 9150719. OLE color: 9150719.
HSL color Cylindrical-coordinate representation of color #FFA08B: hue angle of 10.86º 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 #FFA08B is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 139 | - |
| CMYK | 0 | 0.37 | 0.45 | 0 |
| HSL | 10.86º | 1% | 0.77% | - |
| HSV(B) | 10.86º | 0.45% | 1% | - |
| XYZ | 58.47 | 48.27 | 30.66 | - |
| YUV | 186.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 139 | 0 | 0.37 | 0.45 | 0 | 10.86 | 1 | 0.77 |
| Hex | FF | A0 | 8B | 0 | 25 | 2D | 0 | B | 64 | 4D |
| Octal | 377 | 240 | 213 | 0 | 45 | 55 | 0 | 13 | 144 | 115 |
| Binary | 11111111 | 10100000 | 10001011 | 0 | 100101 | 101101 | 0 | 1011 | 1100100 | 1001101 |
Color Harmonies of #FFA08B
Complementary color
Monochromatic Colors of #FFA08B
Black with #FFA08B
Text Example
Text Example
White with #FFA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA08B; }
p { color: rgb(255,160,139); }
H1.HeaderClassName
{
color: #FFA08B;
}
.AnyTagClassName
{
color: #FFA08B;
}
</style>
background-color css
<style>
a { background-color: #FFA08B; }
a { background-color: rgb(255,160,139); }
div.DivClassName
{
background-color: #FFA08B;
}
.BgClassName
{
background-color: #FFA08B;
}
</style>
border-color css
<style>
span { border-color: #FFA08B; }
span { border-color: rgb(255,160,139); }
td.TdClassName
{
border-color: #FFA08B;
}
.TagClassName
{
border-color: #FFA08B;
}
</style>