Shades of Mona Lisa #FF9B96
Tints of Mona Lisa #FF9B96
RGB
CMYK
RGB Variations
Color information
#FF9B96 (or 0xFF9B96) is known color: Mona Lisa. HEX triplet: FF, 9B and 96. RGB value is (255,155,150). Sum of RGB (Red+Green+Blue) = 255+155+150=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9B96 is #006469. Grayscale: #B8B8B8. Windows color (decimal): -25706 or 9870335. OLE color: 9870335.
HSL color Cylindrical-coordinate representation of color #FF9B96: hue angle of 2.86º 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 #FF9B96 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 150 | - |
| CMYK | 0 | 0.39 | 0.41 | 0 |
| HSL | 2.86º | 1% | 0.79% | - |
| HSV(B) | 2.86º | 0.41% | 1% | - |
| XYZ | 58.47 | 46.9 | 34.83 | - |
| YUV | 184.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 150 | 0 | 0.39 | 0.41 | 0 | 2.86 | 1 | 0.79 |
| Hex | FF | 9B | 96 | 0 | 27 | 29 | 0 | 3 | 64 | 4F |
| Octal | 377 | 233 | 226 | 0 | 47 | 51 | 0 | 3 | 144 | 117 |
| Binary | 11111111 | 10011011 | 10010110 | 0 | 100111 | 101001 | 0 | 11 | 1100100 | 1001111 |
Color Harmonies of #FF9B96
Complementary color
Monochromatic Colors of #FF9B96
Black with #FF9B96
Text Example
Text Example
White with #FF9B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B96; }
p { color: rgb(255,155,150); }
H1.HeaderClassName
{
color: #FF9B96;
}
.AnyTagClassName
{
color: #FF9B96;
}
</style>
background-color css
<style>
a { background-color: #FF9B96; }
a { background-color: rgb(255,155,150); }
div.DivClassName
{
background-color: #FF9B96;
}
.BgClassName
{
background-color: #FF9B96;
}
</style>
border-color css
<style>
span { border-color: #FF9B96; }
span { border-color: rgb(255,155,150); }
td.TdClassName
{
border-color: #FF9B96;
}
.TagClassName
{
border-color: #FF9B96;
}
</style>