Shades of Mona Lisa #F99686
Tints of Mona Lisa #F99686
RGB
CMYK
RGB Variations
Color information
#F99686 (or 0xF99686) is known color: Mona Lisa. HEX triplet: F9, 96 and 86. RGB value is (249,150,134). Sum of RGB (Red+Green+Blue) = 249+150+134=533 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.72% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 249 - color contains mainly: red. Hex color #F99686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99686 is #066979. Grayscale: #B1B1B1. Windows color (decimal): -420218 or 8820473. OLE color: 8820473.
HSL color Cylindrical-coordinate representation of color #F99686: hue angle of 8.35º degrees, saturation: 0.91, 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 #F99686 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 150 | 134 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.02 |
| HSL | 8.35º | 0.91% | 0.75% | - |
| HSV(B) | 8.35º | 0.46% | 0.98% | - |
| XYZ | 54.28 | 43.67 | 28.12 | - |
| YUV | 177.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 150 | 134 | 0 | 0.40 | 0.46 | 0.02 | 8.35 | 0.91 | 0.75 |
| Hex | F9 | 96 | 86 | 0 | 28 | 2E | 2 | 8 | 5B | 4B |
| Octal | 371 | 226 | 206 | 0 | 50 | 56 | 2 | 10 | 133 | 113 |
| Binary | 11111001 | 10010110 | 10000110 | 0 | 101000 | 101110 | 10 | 1000 | 1011011 | 1001011 |
Color Harmonies of #F99686
Complementary color
Monochromatic Colors of #F99686
Black with #F99686
Text Example
Text Example
White with #F99686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99686; }
p { color: rgb(249,150,134); }
H1.HeaderClassName
{
color: #F99686;
}
.AnyTagClassName
{
color: #F99686;
}
</style>
background-color css
<style>
a { background-color: #F99686; }
a { background-color: rgb(249,150,134); }
div.DivClassName
{
background-color: #F99686;
}
.BgClassName
{
background-color: #F99686;
}
</style>
border-color css
<style>
span { border-color: #F99686; }
span { border-color: rgb(249,150,134); }
td.TdClassName
{
border-color: #F99686;
}
.TagClassName
{
border-color: #F99686;
}
</style>