Shades of Mona Lisa #F9998D
Tints of Mona Lisa #F9998D
RGB
CMYK
RGB Variations
Color information
#F9998D (or 0xF9998D) is known color: Mona Lisa. HEX triplet: F9, 99 and 8D. RGB value is (249,153,141). Sum of RGB (Red+Green+Blue) = 249+153+141=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F9998D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9998D is #066672. Grayscale: #B4B4B4. Windows color (decimal): -419443 or 9279993. OLE color: 9279993.
HSL color Cylindrical-coordinate representation of color #F9998D: hue angle of 6.67º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9998D is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 141 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.02 |
| HSL | 6.67º | 0.9% | 0.76% | - |
| HSV(B) | 6.67º | 0.43% | 0.98% | - |
| XYZ | 55.27 | 44.85 | 30.94 | - |
| YUV | 180.34 | 105.8 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 141 | 0 | 0.39 | 0.43 | 0.02 | 6.67 | 0.9 | 0.76 |
| Hex | F9 | 99 | 8D | 0 | 27 | 2B | 2 | 7 | 5A | 4C |
| Octal | 371 | 231 | 215 | 0 | 47 | 53 | 2 | 7 | 132 | 114 |
| Binary | 11111001 | 10011001 | 10001101 | 0 | 100111 | 101011 | 10 | 111 | 1011010 | 1001100 |
Color Harmonies of #F9998D
Complementary color
Monochromatic Colors of #F9998D
Black with #F9998D
Text Example
Text Example
White with #F9998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9998D; }
p { color: rgb(249,153,141); }
H1.HeaderClassName
{
color: #F9998D;
}
.AnyTagClassName
{
color: #F9998D;
}
</style>
background-color css
<style>
a { background-color: #F9998D; }
a { background-color: rgb(249,153,141); }
div.DivClassName
{
background-color: #F9998D;
}
.BgClassName
{
background-color: #F9998D;
}
</style>
border-color css
<style>
span { border-color: #F9998D; }
span { border-color: rgb(249,153,141); }
td.TdClassName
{
border-color: #F9998D;
}
.TagClassName
{
border-color: #F9998D;
}
</style>