Shades of Mona Lisa #FF9686
Tints of Mona Lisa #FF9686
RGB
CMYK
RGB Variations
Color information
#FF9686 (or 0xFF9686) is known color: Mona Lisa. HEX triplet: FF, 96 and 86. RGB value is (255,150,134). Sum of RGB (Red+Green+Blue) = 255+150+134=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9686 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9686 is #006979. Grayscale: #B3B3B3. Windows color (decimal): -27002 or 8820479. OLE color: 8820479.
HSL color Cylindrical-coordinate representation of color #FF9686: hue angle of 7.93º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF9686 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 134 | - |
| CMYK | 0 | 0.41 | 0.47 | 0 |
| HSL | 7.93º | 1% | 0.76% | - |
| HSV(B) | 7.93º | 0.47% | 1% | - |
| XYZ | 56.45 | 44.79 | 28.23 | - |
| YUV | 179.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 134 | 0 | 0.41 | 0.47 | 0 | 7.93 | 1 | 0.76 |
| Hex | FF | 96 | 86 | 0 | 29 | 2F | 0 | 8 | 64 | 4C |
| Octal | 377 | 226 | 206 | 0 | 51 | 57 | 0 | 10 | 144 | 114 |
| Binary | 11111111 | 10010110 | 10000110 | 0 | 101001 | 101111 | 0 | 1000 | 1100100 | 1001100 |
Color Harmonies of #FF9686
Complementary color
Monochromatic Colors of #FF9686
Black with #FF9686
Text Example
Text Example
White with #FF9686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9686; }
p { color: rgb(255,150,134); }
H1.HeaderClassName
{
color: #FF9686;
}
.AnyTagClassName
{
color: #FF9686;
}
</style>
background-color css
<style>
a { background-color: #FF9686; }
a { background-color: rgb(255,150,134); }
div.DivClassName
{
background-color: #FF9686;
}
.BgClassName
{
background-color: #FF9686;
}
</style>
border-color css
<style>
span { border-color: #FF9686; }
span { border-color: rgb(255,150,134); }
td.TdClassName
{
border-color: #FF9686;
}
.TagClassName
{
border-color: #FF9686;
}
</style>