Shades of Mona Lisa #FAA38A
Tints of Mona Lisa #FAA38A
RGB
CMYK
RGB Variations
Color information
#FAA38A (or 0xFAA38A) is known color: Mona Lisa. HEX triplet: FA, A3 and 8A. RGB value is (250,163,138). Sum of RGB (Red+Green+Blue) = 250+163+138=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 163 (64.06% from 255 or 29.58% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA38A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA38A is #055C75. Grayscale: #BABABA. Windows color (decimal): -351350 or 9085946. OLE color: 9085946.
HSL color Cylindrical-coordinate representation of color #FAA38A: hue angle of 13.39º 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 #FAA38A is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 163 | 138 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.02 |
| HSL | 13.39º | 0.92% | 0.76% | - |
| HSV(B) | 13.39º | 0.45% | 0.98% | - |
| XYZ | 57.11 | 48.35 | 30.37 | - |
| YUV | 186.16 | 100.82 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 163 | 138 | 0 | 0.35 | 0.45 | 0.02 | 13.39 | 0.92 | 0.76 |
| Hex | FA | A3 | 8A | 0 | 23 | 2D | 2 | D | 5C | 4C |
| Octal | 372 | 243 | 212 | 0 | 43 | 55 | 2 | 15 | 134 | 114 |
| Binary | 11111010 | 10100011 | 10001010 | 0 | 100011 | 101101 | 10 | 1101 | 1011100 | 1001100 |
Color Harmonies of #FAA38A
Complementary color
Monochromatic Colors of #FAA38A
Black with #FAA38A
Text Example
Text Example
White with #FAA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA38A; }
p { color: rgb(250,163,138); }
H1.HeaderClassName
{
color: #FAA38A;
}
.AnyTagClassName
{
color: #FAA38A;
}
</style>
background-color css
<style>
a { background-color: #FAA38A; }
a { background-color: rgb(250,163,138); }
div.DivClassName
{
background-color: #FAA38A;
}
.BgClassName
{
background-color: #FAA38A;
}
</style>
border-color css
<style>
span { border-color: #FAA38A; }
span { border-color: rgb(250,163,138); }
td.TdClassName
{
border-color: #FAA38A;
}
.TagClassName
{
border-color: #FAA38A;
}
</style>