Shades of Mona Lisa #FA9B8F
Tints of Mona Lisa #FA9B8F
RGB
CMYK
RGB Variations
Color information
#FA9B8F (or 0xFA9B8F) is known color: Mona Lisa. HEX triplet: FA, 9B and 8F. RGB value is (250,155,143). Sum of RGB (Red+Green+Blue) = 250+155+143=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9B8F is #056470. Grayscale: #B6B6B6. Windows color (decimal): -353393 or 9411578. OLE color: 9411578.
HSL color Cylindrical-coordinate representation of color #FA9B8F: hue angle of 6.73º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA9B8F is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 155 | 143 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.02 |
| HSL | 6.73º | 0.91% | 0.77% | - |
| HSV(B) | 6.73º | 0.43% | 0.98% | - |
| XYZ | 56.1 | 45.75 | 31.86 | - |
| YUV | 182.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 155 | 143 | 0 | 0.38 | 0.43 | 0.02 | 6.73 | 0.91 | 0.77 |
| Hex | FA | 9B | 8F | 0 | 26 | 2B | 2 | 7 | 5B | 4D |
| Octal | 372 | 233 | 217 | 0 | 46 | 53 | 2 | 7 | 133 | 115 |
| Binary | 11111010 | 10011011 | 10001111 | 0 | 100110 | 101011 | 10 | 111 | 1011011 | 1001101 |
Color Harmonies of #FA9B8F
Complementary color
Monochromatic Colors of #FA9B8F
Black with #FA9B8F
Text Example
Text Example
White with #FA9B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9B8F; }
p { color: rgb(250,155,143); }
H1.HeaderClassName
{
color: #FA9B8F;
}
.AnyTagClassName
{
color: #FA9B8F;
}
</style>
background-color css
<style>
a { background-color: #FA9B8F; }
a { background-color: rgb(250,155,143); }
div.DivClassName
{
background-color: #FA9B8F;
}
.BgClassName
{
background-color: #FA9B8F;
}
</style>
border-color css
<style>
span { border-color: #FA9B8F; }
span { border-color: rgb(250,155,143); }
td.TdClassName
{
border-color: #FA9B8F;
}
.TagClassName
{
border-color: #FA9B8F;
}
</style>