Shades of Mona Lisa #FA9C8C
Tints of Mona Lisa #FA9C8C
RGB
CMYK
RGB Variations
Color information
#FA9C8C (or 0xFA9C8C) is known color: Mona Lisa. HEX triplet: FA, 9C and 8C. RGB value is (250,156,140). Sum of RGB (Red+Green+Blue) = 250+156+140=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9C8C is #056373. Grayscale: #B6B6B6. Windows color (decimal): -353140 or 9215226. OLE color: 9215226.
HSL color Cylindrical-coordinate representation of color #FA9C8C: hue angle of 8.73º 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 #FA9C8C is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 140 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.02 |
| HSL | 8.73º | 0.92% | 0.76% | - |
| HSV(B) | 8.73º | 0.44% | 0.98% | - |
| XYZ | 56.05 | 45.99 | 30.73 | - |
| YUV | 182.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 140 | 0 | 0.38 | 0.44 | 0.02 | 8.73 | 0.92 | 0.76 |
| Hex | FA | 9C | 8C | 0 | 26 | 2C | 2 | 9 | 5C | 4C |
| Octal | 372 | 234 | 214 | 0 | 46 | 54 | 2 | 11 | 134 | 114 |
| Binary | 11111010 | 10011100 | 10001100 | 0 | 100110 | 101100 | 10 | 1001 | 1011100 | 1001100 |
Color Harmonies of #FA9C8C
Complementary color
Monochromatic Colors of #FA9C8C
Black with #FA9C8C
Text Example
Text Example
White with #FA9C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9C8C; }
p { color: rgb(250,156,140); }
H1.HeaderClassName
{
color: #FA9C8C;
}
.AnyTagClassName
{
color: #FA9C8C;
}
</style>
background-color css
<style>
a { background-color: #FA9C8C; }
a { background-color: rgb(250,156,140); }
div.DivClassName
{
background-color: #FA9C8C;
}
.BgClassName
{
background-color: #FA9C8C;
}
</style>
border-color css
<style>
span { border-color: #FA9C8C; }
span { border-color: rgb(250,156,140); }
td.TdClassName
{
border-color: #FA9C8C;
}
.TagClassName
{
border-color: #FA9C8C;
}
</style>