Shades of Mona Lisa #FAA189
Tints of Mona Lisa #FAA189
RGB
CMYK
RGB Variations
Color information
#FAA189 (or 0xFAA189) is known color: Mona Lisa. HEX triplet: FA, A1 and 89. RGB value is (250,161,137). Sum of RGB (Red+Green+Blue) = 250+161+137=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA189 is #055E76. Grayscale: #B9B9B9. Windows color (decimal): -351863 or 9019898. OLE color: 9019898.
HSL color Cylindrical-coordinate representation of color #FAA189: hue angle of 12.74º degrees, saturation: 0.92, 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 #FAA189 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 137 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.02 |
| HSL | 12.74º | 0.92% | 0.76% | - |
| HSV(B) | 12.74º | 0.45% | 0.98% | - |
| XYZ | 56.68 | 47.62 | 29.87 | - |
| YUV | 184.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 137 | 0 | 0.36 | 0.45 | 0.02 | 12.74 | 0.92 | 0.76 |
| Hex | FA | A1 | 89 | 0 | 24 | 2D | 2 | D | 5C | 4C |
| Octal | 372 | 241 | 211 | 0 | 44 | 55 | 2 | 15 | 134 | 114 |
| Binary | 11111010 | 10100001 | 10001001 | 0 | 100100 | 101101 | 10 | 1101 | 1011100 | 1001100 |
Color Harmonies of #FAA189
Complementary color
Monochromatic Colors of #FAA189
Black with #FAA189
Text Example
Text Example
White with #FAA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA189; }
p { color: rgb(250,161,137); }
H1.HeaderClassName
{
color: #FAA189;
}
.AnyTagClassName
{
color: #FAA189;
}
</style>
background-color css
<style>
a { background-color: #FAA189; }
a { background-color: rgb(250,161,137); }
div.DivClassName
{
background-color: #FAA189;
}
.BgClassName
{
background-color: #FAA189;
}
</style>
border-color css
<style>
span { border-color: #FAA189; }
span { border-color: rgb(250,161,137); }
td.TdClassName
{
border-color: #FAA189;
}
.TagClassName
{
border-color: #FAA189;
}
</style>