Shades of Mona Lisa #FAA18B
Tints of Mona Lisa #FAA18B
RGB
CMYK
RGB Variations
Color information
#FAA18B (or 0xFAA18B) is known color: Mona Lisa. HEX triplet: FA, A1 and 8B. RGB value is (250,161,139). Sum of RGB (Red+Green+Blue) = 250+161+139=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 139 (54.69% from 255 or 25.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA18B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA18B is #055E74. Grayscale: #B9B9B9. Windows color (decimal): -351861 or 9150970. OLE color: 9150970.
HSL color Cylindrical-coordinate representation of color #FAA18B: hue angle of 11.89º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FAA18B is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 139 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.02 |
| HSL | 11.89º | 0.92% | 0.76% | - |
| HSV(B) | 11.89º | 0.44% | 0.98% | - |
| XYZ | 56.83 | 47.68 | 30.63 | - |
| YUV | 185.1 | 101.99 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 139 | 0 | 0.36 | 0.44 | 0.02 | 11.89 | 0.92 | 0.76 |
| Hex | FA | A1 | 8B | 0 | 24 | 2C | 2 | C | 5C | 4C |
| Octal | 372 | 241 | 213 | 0 | 44 | 54 | 2 | 14 | 134 | 114 |
| Binary | 11111010 | 10100001 | 10001011 | 0 | 100100 | 101100 | 10 | 1100 | 1011100 | 1001100 |
Color Harmonies of #FAA18B
Complementary color
Monochromatic Colors of #FAA18B
Black with #FAA18B
Text Example
Text Example
White with #FAA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA18B; }
p { color: rgb(250,161,139); }
H1.HeaderClassName
{
color: #FAA18B;
}
.AnyTagClassName
{
color: #FAA18B;
}
</style>
background-color css
<style>
a { background-color: #FAA18B; }
a { background-color: rgb(250,161,139); }
div.DivClassName
{
background-color: #FAA18B;
}
.BgClassName
{
background-color: #FAA18B;
}
</style>
border-color css
<style>
span { border-color: #FAA18B; }
span { border-color: rgb(250,161,139); }
td.TdClassName
{
border-color: #FAA18B;
}
.TagClassName
{
border-color: #FAA18B;
}
</style>