Shades of Mona Lisa #FA9D8F
Tints of Mona Lisa #FA9D8F
RGB
CMYK
RGB Variations
Color information
#FA9D8F (or 0xFA9D8F) is known color: Mona Lisa. HEX triplet: FA, 9D and 8F. RGB value is (250,157,143). Sum of RGB (Red+Green+Blue) = 250+157+143=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 157 (61.72% from 255 or 28.55% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9D8F is #056270. Grayscale: #B7B7B7. Windows color (decimal): -352881 or 9412090. OLE color: 9412090.
HSL color Cylindrical-coordinate representation of color #FA9D8F: hue angle of 7.85º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA9D8F is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 143 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.02 |
| HSL | 7.85º | 0.91% | 0.77% | - |
| HSV(B) | 7.85º | 0.43% | 0.98% | - |
| XYZ | 56.44 | 46.42 | 31.97 | - |
| YUV | 183.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 143 | 0 | 0.37 | 0.43 | 0.02 | 7.85 | 0.91 | 0.77 |
| Hex | FA | 9D | 8F | 0 | 25 | 2B | 2 | 8 | 5B | 4D |
| Octal | 372 | 235 | 217 | 0 | 45 | 53 | 2 | 10 | 133 | 115 |
| Binary | 11111010 | 10011101 | 10001111 | 0 | 100101 | 101011 | 10 | 1000 | 1011011 | 1001101 |
Color Harmonies of #FA9D8F
Complementary color
Monochromatic Colors of #FA9D8F
Black with #FA9D8F
Text Example
Text Example
White with #FA9D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9D8F; }
p { color: rgb(250,157,143); }
H1.HeaderClassName
{
color: #FA9D8F;
}
.AnyTagClassName
{
color: #FA9D8F;
}
</style>
background-color css
<style>
a { background-color: #FA9D8F; }
a { background-color: rgb(250,157,143); }
div.DivClassName
{
background-color: #FA9D8F;
}
.BgClassName
{
background-color: #FA9D8F;
}
</style>
border-color css
<style>
span { border-color: #FA9D8F; }
span { border-color: rgb(250,157,143); }
td.TdClassName
{
border-color: #FA9D8F;
}
.TagClassName
{
border-color: #FA9D8F;
}
</style>