Shades of Mona Lisa #FAA38C
Tints of Mona Lisa #FAA38C
RGB
CMYK
RGB Variations
Color information
#FAA38C (or 0xFAA38C) is known color: Mona Lisa. HEX triplet: FA, A3 and 8C. RGB value is (250,163,140). Sum of RGB (Red+Green+Blue) = 250+163+140=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA38C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA38C is #055C73. Grayscale: #BABABA. Windows color (decimal): -351348 or 9217018. OLE color: 9217018.
HSL color Cylindrical-coordinate representation of color #FAA38C: hue angle of 12.55º 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 #FAA38C is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 140 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.02 |
| HSL | 12.55º | 0.92% | 0.76% | - |
| HSV(B) | 12.55º | 0.44% | 0.98% | - |
| XYZ | 57.26 | 48.41 | 31.14 | - |
| YUV | 186.39 | 101.82 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 140 | 0 | 0.35 | 0.44 | 0.02 | 12.55 | 0.92 | 0.76 |
| Hex | FA | A3 | 8C | 0 | 23 | 2C | 2 | D | 5C | 4C |
| Octal | 372 | 243 | 214 | 0 | 43 | 54 | 2 | 15 | 134 | 114 |
| Binary | 11111010 | 10100011 | 10001100 | 0 | 100011 | 101100 | 10 | 1101 | 1011100 | 1001100 |
Color Harmonies of #FAA38C
Complementary color
Monochromatic Colors of #FAA38C
Black with #FAA38C
Text Example
Text Example
White with #FAA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA38C; }
p { color: rgb(250,163,140); }
H1.HeaderClassName
{
color: #FAA38C;
}
.AnyTagClassName
{
color: #FAA38C;
}
</style>
background-color css
<style>
a { background-color: #FAA38C; }
a { background-color: rgb(250,163,140); }
div.DivClassName
{
background-color: #FAA38C;
}
.BgClassName
{
background-color: #FAA38C;
}
</style>
border-color css
<style>
span { border-color: #FAA38C; }
span { border-color: rgb(250,163,140); }
td.TdClassName
{
border-color: #FAA38C;
}
.TagClassName
{
border-color: #FAA38C;
}
</style>