Shades of Mona Lisa #FF968A
Tints of Mona Lisa #FF968A
RGB
CMYK
RGB Variations
Color information
#FF968A (or 0xFF968A) is known color: Mona Lisa. HEX triplet: FF, 96 and 8A. RGB value is (255,150,138). Sum of RGB (Red+Green+Blue) = 255+150+138=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF968A is #006975. Grayscale: #B4B4B4. Windows color (decimal): -26998 or 9082623. OLE color: 9082623.
HSL color Cylindrical-coordinate representation of color #FF968A: hue angle of 6.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FF968A is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 138 | - |
| CMYK | 0 | 0.41 | 0.46 | 0 |
| HSL | 6.15º | 1% | 0.77% | - |
| HSV(B) | 6.15º | 0.46% | 1% | - |
| XYZ | 56.73 | 44.91 | 29.72 | - |
| YUV | 180.03 | 104.29 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 138 | 0 | 0.41 | 0.46 | 0 | 6.15 | 1 | 0.77 |
| Hex | FF | 96 | 8A | 0 | 29 | 2E | 0 | 6 | 64 | 4D |
| Octal | 377 | 226 | 212 | 0 | 51 | 56 | 0 | 6 | 144 | 115 |
| Binary | 11111111 | 10010110 | 10001010 | 0 | 101001 | 101110 | 0 | 110 | 1100100 | 1001101 |
Color Harmonies of #FF968A
Complementary color
Monochromatic Colors of #FF968A
Black with #FF968A
Text Example
Text Example
White with #FF968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF968A; }
p { color: rgb(255,150,138); }
H1.HeaderClassName
{
color: #FF968A;
}
.AnyTagClassName
{
color: #FF968A;
}
</style>
background-color css
<style>
a { background-color: #FF968A; }
a { background-color: rgb(255,150,138); }
div.DivClassName
{
background-color: #FF968A;
}
.BgClassName
{
background-color: #FF968A;
}
</style>
border-color css
<style>
span { border-color: #FF968A; }
span { border-color: rgb(255,150,138); }
td.TdClassName
{
border-color: #FF968A;
}
.TagClassName
{
border-color: #FF968A;
}
</style>