Shades of Mona Lisa #FAA093
Tints of Mona Lisa #FAA093
RGB
CMYK
RGB Variations
Color information
#FAA093 (or 0xFAA093) is known color: Mona Lisa. HEX triplet: FA, A0 and 93. RGB value is (250,160,147). Sum of RGB (Red+Green+Blue) = 250+160+147=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA093 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA093 is #055F6C. Grayscale: #B9B9B9. Windows color (decimal): -352109 or 9675002. OLE color: 9675002.
HSL color Cylindrical-coordinate representation of color #FAA093: hue angle of 7.57º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FAA093 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 147 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.02 |
| HSL | 7.57º | 0.91% | 0.78% | - |
| HSV(B) | 7.57º | 0.41% | 0.98% | - |
| XYZ | 57.26 | 47.57 | 33.77 | - |
| YUV | 185.43 | 106.32 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 147 | 0 | 0.36 | 0.41 | 0.02 | 7.57 | 0.91 | 0.78 |
| Hex | FA | A0 | 93 | 0 | 24 | 29 | 2 | 8 | 5B | 4E |
| Octal | 372 | 240 | 223 | 0 | 44 | 51 | 2 | 10 | 133 | 116 |
| Binary | 11111010 | 10100000 | 10010011 | 0 | 100100 | 101001 | 10 | 1000 | 1011011 | 1001110 |
Color Harmonies of #FAA093
Complementary color
Monochromatic Colors of #FAA093
Black with #FAA093
Text Example
Text Example
White with #FAA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA093; }
p { color: rgb(250,160,147); }
H1.HeaderClassName
{
color: #FAA093;
}
.AnyTagClassName
{
color: #FAA093;
}
</style>
background-color css
<style>
a { background-color: #FAA093; }
a { background-color: rgb(250,160,147); }
div.DivClassName
{
background-color: #FAA093;
}
.BgClassName
{
background-color: #FAA093;
}
</style>
border-color css
<style>
span { border-color: #FAA093; }
span { border-color: rgb(250,160,147); }
td.TdClassName
{
border-color: #FAA093;
}
.TagClassName
{
border-color: #FAA093;
}
</style>