Shades of Mona Lisa #FF9D96
Tints of Mona Lisa #FF9D96
RGB
CMYK
RGB Variations
Color information
#FF9D96 (or 0xFF9D96) is known color: Mona Lisa. HEX triplet: FF, 9D and 96. RGB value is (255,157,150). Sum of RGB (Red+Green+Blue) = 255+157+150=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 157 (61.72% from 255 or 27.94% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D96 is #006269. Grayscale: #B9B9B9. Windows color (decimal): -25194 or 9870847. OLE color: 9870847.
HSL color Cylindrical-coordinate representation of color #FF9D96: hue angle of 4º 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 #FF9D96 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 150 | - |
| CMYK | 0 | 0.38 | 0.41 | 0 |
| HSL | 4º | 1% | 0.79% | - |
| HSV(B) | 4º | 0.41% | 1% | - |
| XYZ | 58.8 | 47.58 | 34.94 | - |
| YUV | 185.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 150 | 0 | 0.38 | 0.41 | 0 | 4 | 1 | 0.79 |
| Hex | FF | 9D | 96 | 0 | 26 | 29 | 0 | 4 | 64 | 4F |
| Octal | 377 | 235 | 226 | 0 | 46 | 51 | 0 | 4 | 144 | 117 |
| Binary | 11111111 | 10011101 | 10010110 | 0 | 100110 | 101001 | 0 | 100 | 1100100 | 1001111 |
Color Harmonies of #FF9D96
Complementary color
Monochromatic Colors of #FF9D96
Black with #FF9D96
Text Example
Text Example
White with #FF9D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D96; }
p { color: rgb(255,157,150); }
H1.HeaderClassName
{
color: #FF9D96;
}
.AnyTagClassName
{
color: #FF9D96;
}
</style>
background-color css
<style>
a { background-color: #FF9D96; }
a { background-color: rgb(255,157,150); }
div.DivClassName
{
background-color: #FF9D96;
}
.BgClassName
{
background-color: #FF9D96;
}
</style>
border-color css
<style>
span { border-color: #FF9D96; }
span { border-color: rgb(255,157,150); }
td.TdClassName
{
border-color: #FF9D96;
}
.TagClassName
{
border-color: #FF9D96;
}
</style>