Shades of Mona Lisa #FA9996
Tints of Mona Lisa #FA9996
RGB
CMYK
RGB Variations
Color information
#FA9996 (or 0xFA9996) is known color: Mona Lisa. HEX triplet: FA, 99 and 96. RGB value is (250,153,150). Sum of RGB (Red+Green+Blue) = 250+153+150=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9996 is #056669. Grayscale: #B5B5B5. Windows color (decimal): -353898 or 9869818. OLE color: 9869818.
HSL color Cylindrical-coordinate representation of color #FA9996: hue angle of 1.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA9996 is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 150 | - |
| CMYK | 0 | 0.39 | 0.4 | 0.02 |
| HSL | 1.8º | 0.91% | 0.78% | - |
| HSV(B) | 1.8º | 0.4% | 0.98% | - |
| XYZ | 56.32 | 45.31 | 34.63 | - |
| YUV | 181.66 | 110.14 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 150 | 0 | 0.39 | 0.4 | 0.02 | 1.8 | 0.91 | 0.78 |
| Hex | FA | 99 | 96 | 0 | 27 | 28 | 2 | 2 | 5B | 4E |
| Octal | 372 | 231 | 226 | 0 | 47 | 50 | 2 | 2 | 133 | 116 |
| Binary | 11111010 | 10011001 | 10010110 | 0 | 100111 | 101000 | 10 | 10 | 1011011 | 1001110 |
Color Harmonies of #FA9996
Complementary color
Monochromatic Colors of #FA9996
Black with #FA9996
Text Example
Text Example
White with #FA9996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9996; }
p { color: rgb(250,153,150); }
H1.HeaderClassName
{
color: #FA9996;
}
.AnyTagClassName
{
color: #FA9996;
}
</style>
background-color css
<style>
a { background-color: #FA9996; }
a { background-color: rgb(250,153,150); }
div.DivClassName
{
background-color: #FA9996;
}
.BgClassName
{
background-color: #FA9996;
}
</style>
border-color css
<style>
span { border-color: #FA9996; }
span { border-color: rgb(250,153,150); }
td.TdClassName
{
border-color: #FA9996;
}
.TagClassName
{
border-color: #FA9996;
}
</style>