Shades of Mona Lisa #FA9B94
Tints of Mona Lisa #FA9B94
RGB
CMYK
RGB Variations
Color information
#FA9B94 (or 0xFA9B94) is known color: Mona Lisa. HEX triplet: FA, 9B and 94. RGB value is (250,155,148). Sum of RGB (Red+Green+Blue) = 250+155+148=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9B94 is #05646B. Grayscale: #B6B6B6. Windows color (decimal): -353388 or 9739258. OLE color: 9739258.
HSL color Cylindrical-coordinate representation of color #FA9B94: hue angle of 4.12º 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 #FA9B94 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 148 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.02 |
| HSL | 4.12º | 0.91% | 0.78% | - |
| HSV(B) | 4.12º | 0.41% | 0.98% | - |
| XYZ | 56.49 | 45.9 | 33.9 | - |
| YUV | 182.61 | 108.47 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 148 | 0 | 0.38 | 0.41 | 0.02 | 4.12 | 0.91 | 0.78 |
| Hex | FA | 9B | 94 | 0 | 26 | 29 | 2 | 4 | 5B | 4E |
| Octal | 372 | 233 | 224 | 0 | 46 | 51 | 2 | 4 | 133 | 116 |
| Binary | 11111010 | 10011011 | 10010100 | 0 | 100110 | 101001 | 10 | 100 | 1011011 | 1001110 |
Color Harmonies of #FA9B94
Complementary color
Monochromatic Colors of #FA9B94
Black with #FA9B94
Text Example
Text Example
White with #FA9B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9B94; }
p { color: rgb(250,155,148); }
H1.HeaderClassName
{
color: #FA9B94;
}
.AnyTagClassName
{
color: #FA9B94;
}
</style>
background-color css
<style>
a { background-color: #FA9B94; }
a { background-color: rgb(250,155,148); }
div.DivClassName
{
background-color: #FA9B94;
}
.BgClassName
{
background-color: #FA9B94;
}
</style>
border-color css
<style>
span { border-color: #FA9B94; }
span { border-color: rgb(250,155,148); }
td.TdClassName
{
border-color: #FA9B94;
}
.TagClassName
{
border-color: #FA9B94;
}
</style>