Shades of Mona Lisa #FF9796
Tints of Mona Lisa #FF9796
RGB
CMYK
RGB Variations
Color information
#FF9796 (or 0xFF9796) is known color: Mona Lisa. HEX triplet: FF, 97 and 96. RGB value is (255,151,150). Sum of RGB (Red+Green+Blue) = 255+151+150=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9796 is #006869. Grayscale: #B6B6B6. Windows color (decimal): -26730 or 9869311. OLE color: 9869311.
HSL color Cylindrical-coordinate representation of color #FF9796: hue angle of 0.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF9796 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 151 | 150 | - |
| CMYK | 0 | 0.41 | 0.41 | 0 |
| HSL | 0.57º | 1% | 0.79% | - |
| HSV(B) | 0.57º | 0.41% | 1% | - |
| XYZ | 57.81 | 45.6 | 34.61 | - |
| YUV | 181.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 151 | 150 | 0 | 0.41 | 0.41 | 0 | 0.57 | 1 | 0.79 |
| Hex | FF | 97 | 96 | 0 | 29 | 29 | 0 | 1 | 64 | 4F |
| Octal | 377 | 227 | 226 | 0 | 51 | 51 | 0 | 1 | 144 | 117 |
| Binary | 11111111 | 10010111 | 10010110 | 0 | 101001 | 101001 | 0 | 1 | 1100100 | 1001111 |
Color Harmonies of #FF9796
Complementary color
Monochromatic Colors of #FF9796
Black with #FF9796
Text Example
Text Example
White with #FF9796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9796; }
p { color: rgb(255,151,150); }
H1.HeaderClassName
{
color: #FF9796;
}
.AnyTagClassName
{
color: #FF9796;
}
</style>
background-color css
<style>
a { background-color: #FF9796; }
a { background-color: rgb(255,151,150); }
div.DivClassName
{
background-color: #FF9796;
}
.BgClassName
{
background-color: #FF9796;
}
</style>
border-color css
<style>
span { border-color: #FF9796; }
span { border-color: rgb(255,151,150); }
td.TdClassName
{
border-color: #FF9796;
}
.TagClassName
{
border-color: #FF9796;
}
</style>