Shades of Mona Lisa #FA9A8B
Tints of Mona Lisa #FA9A8B
RGB
CMYK
RGB Variations
Color information
#FA9A8B (or 0xFA9A8B) is known color: Mona Lisa. HEX triplet: FA, 9A and 8B. RGB value is (250,154,139). Sum of RGB (Red+Green+Blue) = 250+154+139=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9A8B is #056574. Grayscale: #B5B5B5. Windows color (decimal): -353653 or 9149178. OLE color: 9149178.
HSL color Cylindrical-coordinate representation of color #FA9A8B: hue angle of 8.11º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA9A8B is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 154 | 139 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.02 |
| HSL | 8.11º | 0.92% | 0.76% | - |
| HSV(B) | 8.11º | 0.44% | 0.98% | - |
| XYZ | 55.64 | 45.3 | 30.24 | - |
| YUV | 180.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 154 | 139 | 0 | 0.38 | 0.44 | 0.02 | 8.11 | 0.92 | 0.76 |
| Hex | FA | 9A | 8B | 0 | 26 | 2C | 2 | 8 | 5C | 4C |
| Octal | 372 | 232 | 213 | 0 | 46 | 54 | 2 | 10 | 134 | 114 |
| Binary | 11111010 | 10011010 | 10001011 | 0 | 100110 | 101100 | 10 | 1000 | 1011100 | 1001100 |
Color Harmonies of #FA9A8B
Complementary color
Monochromatic Colors of #FA9A8B
Black with #FA9A8B
Text Example
Text Example
White with #FA9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9A8B; }
p { color: rgb(250,154,139); }
H1.HeaderClassName
{
color: #FA9A8B;
}
.AnyTagClassName
{
color: #FA9A8B;
}
</style>
background-color css
<style>
a { background-color: #FA9A8B; }
a { background-color: rgb(250,154,139); }
div.DivClassName
{
background-color: #FA9A8B;
}
.BgClassName
{
background-color: #FA9A8B;
}
</style>
border-color css
<style>
span { border-color: #FA9A8B; }
span { border-color: rgb(250,154,139); }
td.TdClassName
{
border-color: #FA9A8B;
}
.TagClassName
{
border-color: #FA9A8B;
}
</style>