Shades of Mona Lisa #FA998C
Tints of Mona Lisa #FA998C
RGB
CMYK
RGB Variations
Color information
#FA998C (or 0xFA998C) is known color: Mona Lisa. HEX triplet: FA, 99 and 8C. RGB value is (250,153,140). Sum of RGB (Red+Green+Blue) = 250+153+140=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA998C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA998C is #056673. Grayscale: #B4B4B4. Windows color (decimal): -353908 or 9214458. OLE color: 9214458.
HSL color Cylindrical-coordinate representation of color #FA998C: hue angle of 7.09º 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 #FA998C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 153 | 140 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.02 |
| HSL | 7.09º | 0.92% | 0.76% | - |
| HSV(B) | 7.09º | 0.44% | 0.98% | - |
| XYZ | 55.55 | 45 | 30.57 | - |
| YUV | 180.52 | 105.14 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 153 | 140 | 0 | 0.39 | 0.44 | 0.02 | 7.09 | 0.92 | 0.76 |
| Hex | FA | 99 | 8C | 0 | 27 | 2C | 2 | 7 | 5C | 4C |
| Octal | 372 | 231 | 214 | 0 | 47 | 54 | 2 | 7 | 134 | 114 |
| Binary | 11111010 | 10011001 | 10001100 | 0 | 100111 | 101100 | 10 | 111 | 1011100 | 1001100 |
Color Harmonies of #FA998C
Complementary color
Monochromatic Colors of #FA998C
Black with #FA998C
Text Example
Text Example
White with #FA998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA998C; }
p { color: rgb(250,153,140); }
H1.HeaderClassName
{
color: #FA998C;
}
.AnyTagClassName
{
color: #FA998C;
}
</style>
background-color css
<style>
a { background-color: #FA998C; }
a { background-color: rgb(250,153,140); }
div.DivClassName
{
background-color: #FA998C;
}
.BgClassName
{
background-color: #FA998C;
}
</style>
border-color css
<style>
span { border-color: #FA998C; }
span { border-color: rgb(250,153,140); }
td.TdClassName
{
border-color: #FA998C;
}
.TagClassName
{
border-color: #FA998C;
}
</style>