Shades of Mona Lisa #FA8D81
Tints of Mona Lisa #FA8D81
RGB
CMYK
RGB Variations
Color information
#FA8D81 (or 0xFA8D81) is known color: Mona Lisa. HEX triplet: FA, 8D and 81. RGB value is (250,141,129). Sum of RGB (Red+Green+Blue) = 250+141+129=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8D81 is #05727E. Grayscale: #ACACAC. Windows color (decimal): -356991 or 8490490. OLE color: 8490490.
HSL color Cylindrical-coordinate representation of color #FA8D81: hue angle of 5.95º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA8D81 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 129 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.02 |
| HSL | 5.95º | 0.92% | 0.74% | - |
| HSV(B) | 5.95º | 0.48% | 0.98% | - |
| XYZ | 52.91 | 40.96 | 25.89 | - |
| YUV | 172.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 129 | 0 | 0.44 | 0.48 | 0.02 | 5.95 | 0.92 | 0.74 |
| Hex | FA | 8D | 81 | 0 | 2C | 30 | 2 | 6 | 5C | 4A |
| Octal | 372 | 215 | 201 | 0 | 54 | 60 | 2 | 6 | 134 | 112 |
| Binary | 11111010 | 10001101 | 10000001 | 0 | 101100 | 110000 | 10 | 110 | 1011100 | 1001010 |
Color Harmonies of #FA8D81
Complementary color
Monochromatic Colors of #FA8D81
Black with #FA8D81
Text Example
Text Example
White with #FA8D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D81; }
p { color: rgb(250,141,129); }
H1.HeaderClassName
{
color: #FA8D81;
}
.AnyTagClassName
{
color: #FA8D81;
}
</style>
background-color css
<style>
a { background-color: #FA8D81; }
a { background-color: rgb(250,141,129); }
div.DivClassName
{
background-color: #FA8D81;
}
.BgClassName
{
background-color: #FA8D81;
}
</style>
border-color css
<style>
span { border-color: #FA8D81; }
span { border-color: rgb(250,141,129); }
td.TdClassName
{
border-color: #FA8D81;
}
.TagClassName
{
border-color: #FA8D81;
}
</style>