Shades of Mona Lisa #FE9696
Tints of Mona Lisa #FE9696
RGB
CMYK
RGB Variations
Color information
#FE9696 (or 0xFE9696) is known color: Mona Lisa. HEX triplet: FE, 96 and 96. RGB value is (254,150,150). Sum of RGB (Red+Green+Blue) = 254+150+150=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 150 (58.98% from 255 or 27.08% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9696 is #016969. Grayscale: #B5B5B5. Windows color (decimal): -92522 or 9869054. OLE color: 9869054.
HSL color Cylindrical-coordinate representation of color #FE9696: hue angle of 0º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FE9696 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 150 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.00 |
| HSL | 0º | 0.98% | 0.79% | - |
| HSV(B) | 0º | 0.41% | 1% | - |
| XYZ | 57.28 | 45.09 | 34.54 | - |
| YUV | 181.1 | 110.46 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 150 | 0 | 0.41 | 0.41 | 0.00 | 0 | 0.98 | 0.79 |
| Hex | FE | 96 | 96 | 0 | 29 | 29 | 0 | 0 | 62 | 4F |
| Octal | 376 | 226 | 226 | 0 | 51 | 51 | 0 | 0 | 142 | 117 |
| Binary | 11111110 | 10010110 | 10010110 | 0 | 101001 | 101001 | 0 | 0 | 1100010 | 1001111 |
Color Harmonies of #FE9696
Complementary color
Monochromatic Colors of #FE9696
Black with #FE9696
Text Example
Text Example
White with #FE9696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9696; }
p { color: rgb(254,150,150); }
H1.HeaderClassName
{
color: #FE9696;
}
.AnyTagClassName
{
color: #FE9696;
}
</style>
background-color css
<style>
a { background-color: #FE9696; }
a { background-color: rgb(254,150,150); }
div.DivClassName
{
background-color: #FE9696;
}
.BgClassName
{
background-color: #FE9696;
}
</style>
border-color css
<style>
span { border-color: #FE9696; }
span { border-color: rgb(254,150,150); }
td.TdClassName
{
border-color: #FE9696;
}
.TagClassName
{
border-color: #FE9696;
}
</style>