Shades of Mona Lisa #FA9793
Tints of Mona Lisa #FA9793
RGB
CMYK
RGB Variations
Color information
#FA9793 (or 0xFA9793) is known color: Mona Lisa. HEX triplet: FA, 97 and 93. RGB value is (250,151,147). Sum of RGB (Red+Green+Blue) = 250+151+147=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9793 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9793 is #05686C. Grayscale: #B4B4B4. Windows color (decimal): -354413 or 9672698. OLE color: 9672698.
HSL color Cylindrical-coordinate representation of color #FA9793: hue angle of 2.33º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA9793 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 151 | 147 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.02 |
| HSL | 2.33º | 0.91% | 0.78% | - |
| HSV(B) | 2.33º | 0.41% | 0.98% | - |
| XYZ | 55.76 | 44.56 | 33.27 | - |
| YUV | 180.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 151 | 147 | 0 | 0.40 | 0.41 | 0.02 | 2.33 | 0.91 | 0.78 |
| Hex | FA | 97 | 93 | 0 | 28 | 29 | 2 | 2 | 5B | 4E |
| Octal | 372 | 227 | 223 | 0 | 50 | 51 | 2 | 2 | 133 | 116 |
| Binary | 11111010 | 10010111 | 10010011 | 0 | 101000 | 101001 | 10 | 10 | 1011011 | 1001110 |
Color Harmonies of #FA9793
Complementary color
Monochromatic Colors of #FA9793
Black with #FA9793
Text Example
Text Example
White with #FA9793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9793; }
p { color: rgb(250,151,147); }
H1.HeaderClassName
{
color: #FA9793;
}
.AnyTagClassName
{
color: #FA9793;
}
</style>
background-color css
<style>
a { background-color: #FA9793; }
a { background-color: rgb(250,151,147); }
div.DivClassName
{
background-color: #FA9793;
}
.BgClassName
{
background-color: #FA9793;
}
</style>
border-color css
<style>
span { border-color: #FA9793; }
span { border-color: rgb(250,151,147); }
td.TdClassName
{
border-color: #FA9793;
}
.TagClassName
{
border-color: #FA9793;
}
</style>