Shades of Mona Lisa #FA9785
Tints of Mona Lisa #FA9785
RGB
CMYK
RGB Variations
Color information
#FA9785 (or 0xFA9785) is known color: Mona Lisa. HEX triplet: FA, 97 and 85. RGB value is (250,151,133). Sum of RGB (Red+Green+Blue) = 250+151+133=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9785 is #05687A. Grayscale: #B2B2B2. Windows color (decimal): -354427 or 8755194. OLE color: 8755194.
HSL color Cylindrical-coordinate representation of color #FA9785: hue angle of 9.23º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FA9785 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 133 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.02 |
| HSL | 9.23º | 0.92% | 0.75% | - |
| HSV(B) | 9.23º | 0.47% | 0.98% | - |
| XYZ | 54.72 | 44.15 | 27.83 | - |
| YUV | 178.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 133 | 0 | 0.40 | 0.47 | 0.02 | 9.23 | 0.92 | 0.75 |
| Hex | FA | 97 | 85 | 0 | 28 | 2F | 2 | 9 | 5C | 4B |
| Octal | 372 | 227 | 205 | 0 | 50 | 57 | 2 | 11 | 134 | 113 |
| Binary | 11111010 | 10010111 | 10000101 | 0 | 101000 | 101111 | 10 | 1001 | 1011100 | 1001011 |
Color Harmonies of #FA9785
Complementary color
Monochromatic Colors of #FA9785
Black with #FA9785
Text Example
Text Example
White with #FA9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9785; }
p { color: rgb(250,151,133); }
H1.HeaderClassName
{
color: #FA9785;
}
.AnyTagClassName
{
color: #FA9785;
}
</style>
background-color css
<style>
a { background-color: #FA9785; }
a { background-color: rgb(250,151,133); }
div.DivClassName
{
background-color: #FA9785;
}
.BgClassName
{
background-color: #FA9785;
}
</style>
border-color css
<style>
span { border-color: #FA9785; }
span { border-color: rgb(250,151,133); }
td.TdClassName
{
border-color: #FA9785;
}
.TagClassName
{
border-color: #FA9785;
}
</style>