Shades of Mona Lisa #FA978D
Tints of Mona Lisa #FA978D
RGB
CMYK
RGB Variations
Color information
#FA978D (or 0xFA978D) is known color: Mona Lisa. HEX triplet: FA, 97 and 8D. RGB value is (250,151,141). Sum of RGB (Red+Green+Blue) = 250+151+141=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA978D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA978D is #056872. Grayscale: #B3B3B3. Windows color (decimal): -354419 or 9279482. OLE color: 9279482.
HSL color Cylindrical-coordinate representation of color #FA978D: hue angle of 5.5º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA978D is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 141 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.02 |
| HSL | 5.5º | 0.92% | 0.77% | - |
| HSV(B) | 5.5º | 0.44% | 0.98% | - |
| XYZ | 55.3 | 44.38 | 30.85 | - |
| YUV | 179.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 141 | 0 | 0.40 | 0.44 | 0.02 | 5.5 | 0.92 | 0.77 |
| Hex | FA | 97 | 8D | 0 | 28 | 2C | 2 | 6 | 5C | 4D |
| Octal | 372 | 227 | 215 | 0 | 50 | 54 | 2 | 6 | 134 | 115 |
| Binary | 11111010 | 10010111 | 10001101 | 0 | 101000 | 101100 | 10 | 110 | 1011100 | 1001101 |
Color Harmonies of #FA978D
Complementary color
Monochromatic Colors of #FA978D
Black with #FA978D
Text Example
Text Example
White with #FA978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA978D; }
p { color: rgb(250,151,141); }
H1.HeaderClassName
{
color: #FA978D;
}
.AnyTagClassName
{
color: #FA978D;
}
</style>
background-color css
<style>
a { background-color: #FA978D; }
a { background-color: rgb(250,151,141); }
div.DivClassName
{
background-color: #FA978D;
}
.BgClassName
{
background-color: #FA978D;
}
</style>
border-color css
<style>
span { border-color: #FA978D; }
span { border-color: rgb(250,151,141); }
td.TdClassName
{
border-color: #FA978D;
}
.TagClassName
{
border-color: #FA978D;
}
</style>