Shades of Mona Lisa #FBA189
Tints of Mona Lisa #FBA189
RGB
CMYK
RGB Variations
Color information
#FBA189 (or 0xFBA189) is known color: Mona Lisa. HEX triplet: FB, A1 and 89. RGB value is (251,161,137). Sum of RGB (Red+Green+Blue) = 251+161+137=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 137 (53.91% from 255 or 24.95% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA189 is #045E76. Grayscale: #B9B9B9. Windows color (decimal): -286327 or 9019899. OLE color: 9019899.
HSL color Cylindrical-coordinate representation of color #FBA189: hue angle of 12.63º 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 #FBA189 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 137 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.02 |
| HSL | 12.63º | 0.93% | 0.76% | - |
| HSV(B) | 12.63º | 0.45% | 0.98% | - |
| XYZ | 57.04 | 47.81 | 29.89 | - |
| YUV | 185.17 | 100.82 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 137 | 0 | 0.36 | 0.45 | 0.02 | 12.63 | 0.93 | 0.76 |
| Hex | FB | A1 | 89 | 0 | 24 | 2D | 2 | D | 5D | 4C |
| Octal | 373 | 241 | 211 | 0 | 44 | 55 | 2 | 15 | 135 | 114 |
| Binary | 11111011 | 10100001 | 10001001 | 0 | 100100 | 101101 | 10 | 1101 | 1011101 | 1001100 |
Color Harmonies of #FBA189
Complementary color
Monochromatic Colors of #FBA189
Black with #FBA189
Text Example
Text Example
White with #FBA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA189; }
p { color: rgb(251,161,137); }
H1.HeaderClassName
{
color: #FBA189;
}
.AnyTagClassName
{
color: #FBA189;
}
</style>
background-color css
<style>
a { background-color: #FBA189; }
a { background-color: rgb(251,161,137); }
div.DivClassName
{
background-color: #FBA189;
}
.BgClassName
{
background-color: #FBA189;
}
</style>
border-color css
<style>
span { border-color: #FBA189; }
span { border-color: rgb(251,161,137); }
td.TdClassName
{
border-color: #FBA189;
}
.TagClassName
{
border-color: #FBA189;
}
</style>