Shades of Mona Lisa #FA998B
Tints of Mona Lisa #FA998B
RGB
CMYK
RGB Variations
Color information
#FA998B (or 0xFA998B) is known color: Mona Lisa. HEX triplet: FA, 99 and 8B. RGB value is (250,153,139). Sum of RGB (Red+Green+Blue) = 250+153+139=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FA998B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA998B is #056674. Grayscale: #B4B4B4. Windows color (decimal): -353909 or 9148922. OLE color: 9148922.
HSL color Cylindrical-coordinate representation of color #FA998B: hue angle of 7.57º 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 #FA998B is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 139 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.02 |
| HSL | 7.57º | 0.92% | 0.76% | - |
| HSV(B) | 7.57º | 0.44% | 0.98% | - |
| XYZ | 55.48 | 44.97 | 30.18 | - |
| YUV | 180.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 139 | 0 | 0.39 | 0.44 | 0.02 | 7.57 | 0.92 | 0.76 |
| Hex | FA | 99 | 8B | 0 | 27 | 2C | 2 | 8 | 5C | 4C |
| Octal | 372 | 231 | 213 | 0 | 47 | 54 | 2 | 10 | 134 | 114 |
| Binary | 11111010 | 10011001 | 10001011 | 0 | 100111 | 101100 | 10 | 1000 | 1011100 | 1001100 |
Color Harmonies of #FA998B
Complementary color
Monochromatic Colors of #FA998B
Black with #FA998B
Text Example
Text Example
White with #FA998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA998B; }
p { color: rgb(250,153,139); }
H1.HeaderClassName
{
color: #FA998B;
}
.AnyTagClassName
{
color: #FA998B;
}
</style>
background-color css
<style>
a { background-color: #FA998B; }
a { background-color: rgb(250,153,139); }
div.DivClassName
{
background-color: #FA998B;
}
.BgClassName
{
background-color: #FA998B;
}
</style>
border-color css
<style>
span { border-color: #FA998B; }
span { border-color: rgb(250,153,139); }
td.TdClassName
{
border-color: #FA998B;
}
.TagClassName
{
border-color: #FA998B;
}
</style>