Shades of Mona Lisa #F9988C
Tints of Mona Lisa #F9988C
RGB
CMYK
RGB Variations
Color information
#F9988C (or 0xF9988C) is known color: Mona Lisa. HEX triplet: F9, 98 and 8C. RGB value is (249,152,140). Sum of RGB (Red+Green+Blue) = 249+152+140=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F9988C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9988C is #066773. Grayscale: #B3B3B3. Windows color (decimal): -419700 or 9214201. OLE color: 9214201.
HSL color Cylindrical-coordinate representation of color #F9988C: hue angle of 6.61º degrees, saturation: 0.9, 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 #F9988C is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 140 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.02 |
| HSL | 6.61º | 0.9% | 0.76% | - |
| HSV(B) | 6.61º | 0.44% | 0.98% | - |
| XYZ | 55.03 | 44.49 | 30.5 | - |
| YUV | 179.64 | 105.64 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 140 | 0 | 0.39 | 0.44 | 0.02 | 6.61 | 0.9 | 0.76 |
| Hex | F9 | 98 | 8C | 0 | 27 | 2C | 2 | 7 | 5A | 4C |
| Octal | 371 | 230 | 214 | 0 | 47 | 54 | 2 | 7 | 132 | 114 |
| Binary | 11111001 | 10011000 | 10001100 | 0 | 100111 | 101100 | 10 | 111 | 1011010 | 1001100 |
Color Harmonies of #F9988C
Complementary color
Monochromatic Colors of #F9988C
Black with #F9988C
Text Example
Text Example
White with #F9988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9988C; }
p { color: rgb(249,152,140); }
H1.HeaderClassName
{
color: #F9988C;
}
.AnyTagClassName
{
color: #F9988C;
}
</style>
background-color css
<style>
a { background-color: #F9988C; }
a { background-color: rgb(249,152,140); }
div.DivClassName
{
background-color: #F9988C;
}
.BgClassName
{
background-color: #F9988C;
}
</style>
border-color css
<style>
span { border-color: #F9988C; }
span { border-color: rgb(249,152,140); }
td.TdClassName
{
border-color: #F9988C;
}
.TagClassName
{
border-color: #F9988C;
}
</style>