Shades of Mona Lisa #FF968E
Tints of Mona Lisa #FF968E
RGB
CMYK
RGB Variations
Color information
#FF968E (or 0xFF968E) is known color: Mona Lisa. HEX triplet: FF, 96 and 8E. RGB value is (255,150,142). Sum of RGB (Red+Green+Blue) = 255+150+142=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF968E is #006971. Grayscale: #B4B4B4. Windows color (decimal): -26994 or 9344767. OLE color: 9344767.
HSL color Cylindrical-coordinate representation of color #FF968E: hue angle of 4.25º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF968E is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 142 | - |
| CMYK | 0 | 0.41 | 0.44 | 0 |
| HSL | 4.25º | 1% | 0.78% | - |
| HSV(B) | 4.25º | 0.44% | 1% | - |
| XYZ | 57.03 | 45.03 | 31.28 | - |
| YUV | 180.48 | 106.29 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 142 | 0 | 0.41 | 0.44 | 0 | 4.25 | 1 | 0.78 |
| Hex | FF | 96 | 8E | 0 | 29 | 2C | 0 | 4 | 64 | 4E |
| Octal | 377 | 226 | 216 | 0 | 51 | 54 | 0 | 4 | 144 | 116 |
| Binary | 11111111 | 10010110 | 10001110 | 0 | 101001 | 101100 | 0 | 100 | 1100100 | 1001110 |
Color Harmonies of #FF968E
Complementary color
Monochromatic Colors of #FF968E
Black with #FF968E
Text Example
Text Example
White with #FF968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF968E; }
p { color: rgb(255,150,142); }
H1.HeaderClassName
{
color: #FF968E;
}
.AnyTagClassName
{
color: #FF968E;
}
</style>
background-color css
<style>
a { background-color: #FF968E; }
a { background-color: rgb(255,150,142); }
div.DivClassName
{
background-color: #FF968E;
}
.BgClassName
{
background-color: #FF968E;
}
</style>
border-color css
<style>
span { border-color: #FF968E; }
span { border-color: rgb(255,150,142); }
td.TdClassName
{
border-color: #FF968E;
}
.TagClassName
{
border-color: #FF968E;
}
</style>