Shades of Mona Lisa #FAA08A
Tints of Mona Lisa #FAA08A
RGB
CMYK
RGB Variations
Color information
#FAA08A (or 0xFAA08A) is known color: Mona Lisa. HEX triplet: FA, A0 and 8A. RGB value is (250,160,138). Sum of RGB (Red+Green+Blue) = 250+160+138=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA08A is #055F75. Grayscale: #B8B8B8. Windows color (decimal): -352118 or 9085178. OLE color: 9085178.
HSL color Cylindrical-coordinate representation of color #FAA08A: hue angle of 11.79º 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 #FAA08A is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 138 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.02 |
| HSL | 11.79º | 0.92% | 0.76% | - |
| HSV(B) | 11.79º | 0.45% | 0.98% | - |
| XYZ | 56.58 | 47.3 | 30.19 | - |
| YUV | 184.4 | 101.82 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 138 | 0 | 0.36 | 0.45 | 0.02 | 11.79 | 0.92 | 0.76 |
| Hex | FA | A0 | 8A | 0 | 24 | 2D | 2 | C | 5C | 4C |
| Octal | 372 | 240 | 212 | 0 | 44 | 55 | 2 | 14 | 134 | 114 |
| Binary | 11111010 | 10100000 | 10001010 | 0 | 100100 | 101101 | 10 | 1100 | 1011100 | 1001100 |
Color Harmonies of #FAA08A
Complementary color
Monochromatic Colors of #FAA08A
Black with #FAA08A
Text Example
Text Example
White with #FAA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA08A; }
p { color: rgb(250,160,138); }
H1.HeaderClassName
{
color: #FAA08A;
}
.AnyTagClassName
{
color: #FAA08A;
}
</style>
background-color css
<style>
a { background-color: #FAA08A; }
a { background-color: rgb(250,160,138); }
div.DivClassName
{
background-color: #FAA08A;
}
.BgClassName
{
background-color: #FAA08A;
}
</style>
border-color css
<style>
span { border-color: #FAA08A; }
span { border-color: rgb(250,160,138); }
td.TdClassName
{
border-color: #FAA08A;
}
.TagClassName
{
border-color: #FAA08A;
}
</style>