Shades of Mona Lisa #FA9E8D
Tints of Mona Lisa #FA9E8D
RGB
CMYK
RGB Variations
Color information
#FA9E8D (or 0xFA9E8D) is known color: Mona Lisa. HEX triplet: FA, 9E and 8D. RGB value is (250,158,141). Sum of RGB (Red+Green+Blue) = 250+158+141=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9E8D is #056172. Grayscale: #B7B7B7. Windows color (decimal): -352627 or 9281274. OLE color: 9281274.
HSL color Cylindrical-coordinate representation of color #FA9E8D: hue angle of 9.36º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA9E8D is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 141 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.02 |
| HSL | 9.36º | 0.92% | 0.77% | - |
| HSV(B) | 9.36º | 0.44% | 0.98% | - |
| XYZ | 56.46 | 46.7 | 31.24 | - |
| YUV | 183.57 | 103.98 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 141 | 0 | 0.37 | 0.44 | 0.02 | 9.36 | 0.92 | 0.77 |
| Hex | FA | 9E | 8D | 0 | 25 | 2C | 2 | 9 | 5C | 4D |
| Octal | 372 | 236 | 215 | 0 | 45 | 54 | 2 | 11 | 134 | 115 |
| Binary | 11111010 | 10011110 | 10001101 | 0 | 100101 | 101100 | 10 | 1001 | 1011100 | 1001101 |
Color Harmonies of #FA9E8D
Complementary color
Monochromatic Colors of #FA9E8D
Black with #FA9E8D
Text Example
Text Example
White with #FA9E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E8D; }
p { color: rgb(250,158,141); }
H1.HeaderClassName
{
color: #FA9E8D;
}
.AnyTagClassName
{
color: #FA9E8D;
}
</style>
background-color css
<style>
a { background-color: #FA9E8D; }
a { background-color: rgb(250,158,141); }
div.DivClassName
{
background-color: #FA9E8D;
}
.BgClassName
{
background-color: #FA9E8D;
}
</style>
border-color css
<style>
span { border-color: #FA9E8D; }
span { border-color: rgb(250,158,141); }
td.TdClassName
{
border-color: #FA9E8D;
}
.TagClassName
{
border-color: #FA9E8D;
}
</style>