Shades of Mona Lisa #FA8C83
Tints of Mona Lisa #FA8C83
RGB
CMYK
RGB Variations
Color information
#FA8C83 (or 0xFA8C83) is known color: Mona Lisa. HEX triplet: FA, 8C and 83. RGB value is (250,140,131). Sum of RGB (Red+Green+Blue) = 250+140+131=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 131 (51.56% from 255 or 25.14% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8C83 is #05737C. Grayscale: #ACACAC. Windows color (decimal): -357245 or 8621306. OLE color: 8621306.
HSL color Cylindrical-coordinate representation of color #FA8C83: hue angle of 4.54º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8C83 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 131 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.02 |
| HSL | 4.54º | 0.92% | 0.75% | - |
| HSV(B) | 4.54º | 0.48% | 0.98% | - |
| XYZ | 52.9 | 40.72 | 26.54 | - |
| YUV | 171.86 | 104.94 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 131 | 0 | 0.44 | 0.48 | 0.02 | 4.54 | 0.92 | 0.75 |
| Hex | FA | 8C | 83 | 0 | 2C | 30 | 2 | 5 | 5C | 4B |
| Octal | 372 | 214 | 203 | 0 | 54 | 60 | 2 | 5 | 134 | 113 |
| Binary | 11111010 | 10001100 | 10000011 | 0 | 101100 | 110000 | 10 | 101 | 1011100 | 1001011 |
Color Harmonies of #FA8C83
Complementary color
Monochromatic Colors of #FA8C83
Black with #FA8C83
Text Example
Text Example
White with #FA8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C83; }
p { color: rgb(250,140,131); }
H1.HeaderClassName
{
color: #FA8C83;
}
.AnyTagClassName
{
color: #FA8C83;
}
</style>
background-color css
<style>
a { background-color: #FA8C83; }
a { background-color: rgb(250,140,131); }
div.DivClassName
{
background-color: #FA8C83;
}
.BgClassName
{
background-color: #FA8C83;
}
</style>
border-color css
<style>
span { border-color: #FA8C83; }
span { border-color: rgb(250,140,131); }
td.TdClassName
{
border-color: #FA8C83;
}
.TagClassName
{
border-color: #FA8C83;
}
</style>