Shades of Mona Lisa #FA9F8C
Tints of Mona Lisa #FA9F8C
RGB
CMYK
RGB Variations
Color information
#FA9F8C (or 0xFA9F8C) is known color: Mona Lisa. HEX triplet: FA, 9F and 8C. RGB value is (250,159,140). Sum of RGB (Red+Green+Blue) = 250+159+140=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9F8C is #056073. Grayscale: #B8B8B8. Windows color (decimal): -352372 or 9215994. OLE color: 9215994.
HSL color Cylindrical-coordinate representation of color #FA9F8C: hue angle of 10.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA9F8C is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 140 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.02 |
| HSL | 10.36º | 0.92% | 0.76% | - |
| HSV(B) | 10.36º | 0.44% | 0.98% | - |
| XYZ | 56.56 | 47.01 | 30.9 | - |
| YUV | 184.04 | 103.15 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 140 | 0 | 0.36 | 0.44 | 0.02 | 10.36 | 0.92 | 0.76 |
| Hex | FA | 9F | 8C | 0 | 24 | 2C | 2 | A | 5C | 4C |
| Octal | 372 | 237 | 214 | 0 | 44 | 54 | 2 | 12 | 134 | 114 |
| Binary | 11111010 | 10011111 | 10001100 | 0 | 100100 | 101100 | 10 | 1010 | 1011100 | 1001100 |
Color Harmonies of #FA9F8C
Complementary color
Monochromatic Colors of #FA9F8C
Black with #FA9F8C
Text Example
Text Example
White with #FA9F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F8C; }
p { color: rgb(250,159,140); }
H1.HeaderClassName
{
color: #FA9F8C;
}
.AnyTagClassName
{
color: #FA9F8C;
}
</style>
background-color css
<style>
a { background-color: #FA9F8C; }
a { background-color: rgb(250,159,140); }
div.DivClassName
{
background-color: #FA9F8C;
}
.BgClassName
{
background-color: #FA9F8C;
}
</style>
border-color css
<style>
span { border-color: #FA9F8C; }
span { border-color: rgb(250,159,140); }
td.TdClassName
{
border-color: #FA9F8C;
}
.TagClassName
{
border-color: #FA9F8C;
}
</style>