Shades of Mona Lisa #FA9D92
Tints of Mona Lisa #FA9D92
RGB
CMYK
RGB Variations
Color information
#FA9D92 (or 0xFA9D92) is known color: Mona Lisa. HEX triplet: FA, 9D and 92. RGB value is (250,157,146). Sum of RGB (Red+Green+Blue) = 250+157+146=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9D92 is #05626D. Grayscale: #B7B7B7. Windows color (decimal): -352878 or 9608698. OLE color: 9608698.
HSL color Cylindrical-coordinate representation of color #FA9D92: hue angle of 6.35º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA9D92 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 157 | 146 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.02 |
| HSL | 6.35º | 0.91% | 0.78% | - |
| HSV(B) | 6.35º | 0.42% | 0.98% | - |
| XYZ | 56.67 | 46.51 | 33.19 | - |
| YUV | 183.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 157 | 146 | 0 | 0.37 | 0.42 | 0.02 | 6.35 | 0.91 | 0.78 |
| Hex | FA | 9D | 92 | 0 | 25 | 2A | 2 | 6 | 5B | 4E |
| Octal | 372 | 235 | 222 | 0 | 45 | 52 | 2 | 6 | 133 | 116 |
| Binary | 11111010 | 10011101 | 10010010 | 0 | 100101 | 101010 | 10 | 110 | 1011011 | 1001110 |
Color Harmonies of #FA9D92
Complementary color
Monochromatic Colors of #FA9D92
Black with #FA9D92
Text Example
Text Example
White with #FA9D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9D92; }
p { color: rgb(250,157,146); }
H1.HeaderClassName
{
color: #FA9D92;
}
.AnyTagClassName
{
color: #FA9D92;
}
</style>
background-color css
<style>
a { background-color: #FA9D92; }
a { background-color: rgb(250,157,146); }
div.DivClassName
{
background-color: #FA9D92;
}
.BgClassName
{
background-color: #FA9D92;
}
</style>
border-color css
<style>
span { border-color: #FA9D92; }
span { border-color: rgb(250,157,146); }
td.TdClassName
{
border-color: #FA9D92;
}
.TagClassName
{
border-color: #FA9D92;
}
</style>