Shades of Mona Lisa #FBA089
Tints of Mona Lisa #FBA089
RGB
CMYK
RGB Variations
Color information
#FBA089 (or 0xFBA089) is known color: Mona Lisa. HEX triplet: FB, A0 and 89. RGB value is (251,160,137). Sum of RGB (Red+Green+Blue) = 251+160+137=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA089 is #045F76. Grayscale: #B8B8B8. Windows color (decimal): -286583 or 9019643. OLE color: 9019643.
HSL color Cylindrical-coordinate representation of color #FBA089: hue angle of 12.11º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FBA089 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 137 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.02 |
| HSL | 12.11º | 0.93% | 0.76% | - |
| HSV(B) | 12.11º | 0.45% | 0.98% | - |
| XYZ | 56.87 | 47.46 | 29.83 | - |
| YUV | 184.59 | 101.15 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 137 | 0 | 0.36 | 0.45 | 0.02 | 12.11 | 0.93 | 0.76 |
| Hex | FB | A0 | 89 | 0 | 24 | 2D | 2 | C | 5D | 4C |
| Octal | 373 | 240 | 211 | 0 | 44 | 55 | 2 | 14 | 135 | 114 |
| Binary | 11111011 | 10100000 | 10001001 | 0 | 100100 | 101101 | 10 | 1100 | 1011101 | 1001100 |
Color Harmonies of #FBA089
Complementary color
Monochromatic Colors of #FBA089
Black with #FBA089
Text Example
Text Example
White with #FBA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA089; }
p { color: rgb(251,160,137); }
H1.HeaderClassName
{
color: #FBA089;
}
.AnyTagClassName
{
color: #FBA089;
}
</style>
background-color css
<style>
a { background-color: #FBA089; }
a { background-color: rgb(251,160,137); }
div.DivClassName
{
background-color: #FBA089;
}
.BgClassName
{
background-color: #FBA089;
}
</style>
border-color css
<style>
span { border-color: #FBA089; }
span { border-color: rgb(251,160,137); }
td.TdClassName
{
border-color: #FBA089;
}
.TagClassName
{
border-color: #FBA089;
}
</style>