Shades of Mona Lisa #FA9686
Tints of Mona Lisa #FA9686
RGB
CMYK
RGB Variations
Color information
#FA9686 (or 0xFA9686) is known color: Mona Lisa. HEX triplet: FA, 96 and 86. RGB value is (250,150,134). Sum of RGB (Red+Green+Blue) = 250+150+134=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9686 is #056979. Grayscale: #B2B2B2. Windows color (decimal): -354682 or 8820474. OLE color: 8820474.
HSL color Cylindrical-coordinate representation of color #FA9686: hue angle of 8.28º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA9686 is Cyan = 0, Magento = 0.4, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 134 | - |
| CMYK | 0 | 0.4 | 0.46 | 0.02 |
| HSL | 8.28º | 0.92% | 0.75% | - |
| HSV(B) | 8.28º | 0.46% | 0.98% | - |
| XYZ | 54.63 | 43.86 | 28.14 | - |
| YUV | 178.08 | 103.13 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 134 | 0 | 0.4 | 0.46 | 0.02 | 8.28 | 0.92 | 0.75 |
| Hex | FA | 96 | 86 | 0 | 28 | 2E | 2 | 8 | 5C | 4B |
| Octal | 372 | 226 | 206 | 0 | 50 | 56 | 2 | 10 | 134 | 113 |
| Binary | 11111010 | 10010110 | 10000110 | 0 | 101000 | 101110 | 10 | 1000 | 1011100 | 1001011 |
Color Harmonies of #FA9686
Complementary color
Monochromatic Colors of #FA9686
Black with #FA9686
Text Example
Text Example
White with #FA9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9686; }
p { color: rgb(250,150,134); }
H1.HeaderClassName
{
color: #FA9686;
}
.AnyTagClassName
{
color: #FA9686;
}
</style>
background-color css
<style>
a { background-color: #FA9686; }
a { background-color: rgb(250,150,134); }
div.DivClassName
{
background-color: #FA9686;
}
.BgClassName
{
background-color: #FA9686;
}
</style>
border-color css
<style>
span { border-color: #FA9686; }
span { border-color: rgb(250,150,134); }
td.TdClassName
{
border-color: #FA9686;
}
.TagClassName
{
border-color: #FA9686;
}
</style>