Shades of Mona Lisa #FA968E
Tints of Mona Lisa #FA968E
RGB
CMYK
RGB Variations
Color information
#FA968E (or 0xFA968E) is known color: Mona Lisa. HEX triplet: FA, 96 and 8E. RGB value is (250,150,142). Sum of RGB (Red+Green+Blue) = 250+150+142=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA968E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA968E is #056971. Grayscale: #B3B3B3. Windows color (decimal): -354674 or 9344762. OLE color: 9344762.
HSL color Cylindrical-coordinate representation of color #FA968E: hue angle of 4.44º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA968E is Cyan = 0, Magento = 0.4, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 150 | 142 | - |
| CMYK | 0 | 0.4 | 0.43 | 0.02 |
| HSL | 4.44º | 0.92% | 0.77% | - |
| HSV(B) | 4.44º | 0.43% | 0.98% | - |
| XYZ | 55.21 | 44.09 | 31.19 | - |
| YUV | 178.99 | 107.13 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 150 | 142 | 0 | 0.4 | 0.43 | 0.02 | 4.44 | 0.92 | 0.77 |
| Hex | FA | 96 | 8E | 0 | 28 | 2B | 2 | 4 | 5C | 4D |
| Octal | 372 | 226 | 216 | 0 | 50 | 53 | 2 | 4 | 134 | 115 |
| Binary | 11111010 | 10010110 | 10001110 | 0 | 101000 | 101011 | 10 | 100 | 1011100 | 1001101 |
Color Harmonies of #FA968E
Complementary color
Monochromatic Colors of #FA968E
Black with #FA968E
Text Example
Text Example
White with #FA968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA968E; }
p { color: rgb(250,150,142); }
H1.HeaderClassName
{
color: #FA968E;
}
.AnyTagClassName
{
color: #FA968E;
}
</style>
background-color css
<style>
a { background-color: #FA968E; }
a { background-color: rgb(250,150,142); }
div.DivClassName
{
background-color: #FA968E;
}
.BgClassName
{
background-color: #FA968E;
}
</style>
border-color css
<style>
span { border-color: #FA968E; }
span { border-color: rgb(250,150,142); }
td.TdClassName
{
border-color: #FA968E;
}
.TagClassName
{
border-color: #FA968E;
}
</style>