Shades of Mona Lisa #FF968D
Tints of Mona Lisa #FF968D
RGB
CMYK
RGB Variations
Color information
#FF968D (or 0xFF968D) is known color: Mona Lisa. HEX triplet: FF, 96 and 8D. RGB value is (255,150,141). Sum of RGB (Red+Green+Blue) = 255+150+141=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF968D is #006972. Grayscale: #B4B4B4. Windows color (decimal): -26995 or 9279231. OLE color: 9279231.
HSL color Cylindrical-coordinate representation of color #FF968D: hue angle of 4.74º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF968D is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 141 | - |
| CMYK | 0 | 0.41 | 0.45 | 0 |
| HSL | 4.74º | 1% | 0.78% | - |
| HSV(B) | 4.74º | 0.45% | 1% | - |
| XYZ | 56.95 | 45 | 30.88 | - |
| YUV | 180.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 141 | 0 | 0.41 | 0.45 | 0 | 4.74 | 1 | 0.78 |
| Hex | FF | 96 | 8D | 0 | 29 | 2D | 0 | 5 | 64 | 4E |
| Octal | 377 | 226 | 215 | 0 | 51 | 55 | 0 | 5 | 144 | 116 |
| Binary | 11111111 | 10010110 | 10001101 | 0 | 101001 | 101101 | 0 | 101 | 1100100 | 1001110 |
Color Harmonies of #FF968D
Complementary color
Monochromatic Colors of #FF968D
Black with #FF968D
Text Example
Text Example
White with #FF968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF968D; }
p { color: rgb(255,150,141); }
H1.HeaderClassName
{
color: #FF968D;
}
.AnyTagClassName
{
color: #FF968D;
}
</style>
background-color css
<style>
a { background-color: #FF968D; }
a { background-color: rgb(255,150,141); }
div.DivClassName
{
background-color: #FF968D;
}
.BgClassName
{
background-color: #FF968D;
}
</style>
border-color css
<style>
span { border-color: #FF968D; }
span { border-color: rgb(255,150,141); }
td.TdClassName
{
border-color: #FF968D;
}
.TagClassName
{
border-color: #FF968D;
}
</style>