Shades of Mona Lisa #FA9B93
Tints of Mona Lisa #FA9B93
RGB
CMYK
RGB Variations
Color information
#FA9B93 (or 0xFA9B93) is known color: Mona Lisa. HEX triplet: FA, 9B and 93. RGB value is (250,155,147). Sum of RGB (Red+Green+Blue) = 250+155+147=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 147 (57.81% from 255 or 26.63% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9B93 is #05646C. Grayscale: #B6B6B6. Windows color (decimal): -353389 or 9673722. OLE color: 9673722.
HSL color Cylindrical-coordinate representation of color #FA9B93: hue angle of 4.66º 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 #FA9B93 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 147 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.02 |
| HSL | 4.66º | 0.91% | 0.78% | - |
| HSV(B) | 4.66º | 0.41% | 0.98% | - |
| XYZ | 56.41 | 45.87 | 33.48 | - |
| YUV | 182.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 147 | 0 | 0.38 | 0.41 | 0.02 | 4.66 | 0.91 | 0.78 |
| Hex | FA | 9B | 93 | 0 | 26 | 29 | 2 | 5 | 5B | 4E |
| Octal | 372 | 233 | 223 | 0 | 46 | 51 | 2 | 5 | 133 | 116 |
| Binary | 11111010 | 10011011 | 10010011 | 0 | 100110 | 101001 | 10 | 101 | 1011011 | 1001110 |
Color Harmonies of #FA9B93
Complementary color
Monochromatic Colors of #FA9B93
Black with #FA9B93
Text Example
Text Example
White with #FA9B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9B93; }
p { color: rgb(250,155,147); }
H1.HeaderClassName
{
color: #FA9B93;
}
.AnyTagClassName
{
color: #FA9B93;
}
</style>
background-color css
<style>
a { background-color: #FA9B93; }
a { background-color: rgb(250,155,147); }
div.DivClassName
{
background-color: #FA9B93;
}
.BgClassName
{
background-color: #FA9B93;
}
</style>
border-color css
<style>
span { border-color: #FA9B93; }
span { border-color: rgb(250,155,147); }
td.TdClassName
{
border-color: #FA9B93;
}
.TagClassName
{
border-color: #FA9B93;
}
</style>