Shades of Mona Lisa #FAA18A
Tints of Mona Lisa #FAA18A
RGB
CMYK
RGB Variations
Color information
#FAA18A (or 0xFAA18A) is known color: Mona Lisa. HEX triplet: FA, A1 and 8A. RGB value is (250,161,138). Sum of RGB (Red+Green+Blue) = 250+161+138=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA18A is #055E75. Grayscale: #B9B9B9. Windows color (decimal): -351862 or 9085434. OLE color: 9085434.
HSL color Cylindrical-coordinate representation of color #FAA18A: hue angle of 12.32º 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 #FAA18A is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 138 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.02 |
| HSL | 12.32º | 0.92% | 0.76% | - |
| HSV(B) | 12.32º | 0.45% | 0.98% | - |
| XYZ | 56.76 | 47.65 | 30.25 | - |
| YUV | 184.99 | 101.49 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 138 | 0 | 0.36 | 0.45 | 0.02 | 12.32 | 0.92 | 0.76 |
| Hex | FA | A1 | 8A | 0 | 24 | 2D | 2 | C | 5C | 4C |
| Octal | 372 | 241 | 212 | 0 | 44 | 55 | 2 | 14 | 134 | 114 |
| Binary | 11111010 | 10100001 | 10001010 | 0 | 100100 | 101101 | 10 | 1100 | 1011100 | 1001100 |
Color Harmonies of #FAA18A
Complementary color
Monochromatic Colors of #FAA18A
Black with #FAA18A
Text Example
Text Example
White with #FAA18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA18A; }
p { color: rgb(250,161,138); }
H1.HeaderClassName
{
color: #FAA18A;
}
.AnyTagClassName
{
color: #FAA18A;
}
</style>
background-color css
<style>
a { background-color: #FAA18A; }
a { background-color: rgb(250,161,138); }
div.DivClassName
{
background-color: #FAA18A;
}
.BgClassName
{
background-color: #FAA18A;
}
</style>
border-color css
<style>
span { border-color: #FAA18A; }
span { border-color: rgb(250,161,138); }
td.TdClassName
{
border-color: #FAA18A;
}
.TagClassName
{
border-color: #FAA18A;
}
</style>