Shades of Mona Lisa #F9978B
Tints of Mona Lisa #F9978B
RGB
CMYK
RGB Variations
Color information
#F9978B (or 0xF9978B) is known color: Mona Lisa. HEX triplet: F9, 97 and 8B. RGB value is (249,151,139). Sum of RGB (Red+Green+Blue) = 249+151+139=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 151 (59.38% from 255 or 28.01% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9978B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9978B is #066874. Grayscale: #B3B3B3. Windows color (decimal): -419957 or 9148409. OLE color: 9148409.
HSL color Cylindrical-coordinate representation of color #F9978B: hue angle of 6.55º 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 #F9978B is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 139 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.02 |
| HSL | 6.55º | 0.9% | 0.76% | - |
| HSV(B) | 6.55º | 0.44% | 0.98% | - |
| XYZ | 54.79 | 44.14 | 30.06 | - |
| YUV | 178.93 | 105.47 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 139 | 0 | 0.39 | 0.44 | 0.02 | 6.55 | 0.9 | 0.76 |
| Hex | F9 | 97 | 8B | 0 | 27 | 2C | 2 | 7 | 5A | 4C |
| Octal | 371 | 227 | 213 | 0 | 47 | 54 | 2 | 7 | 132 | 114 |
| Binary | 11111001 | 10010111 | 10001011 | 0 | 100111 | 101100 | 10 | 111 | 1011010 | 1001100 |
Color Harmonies of #F9978B
Complementary color
Monochromatic Colors of #F9978B
Black with #F9978B
Text Example
Text Example
White with #F9978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9978B; }
p { color: rgb(249,151,139); }
H1.HeaderClassName
{
color: #F9978B;
}
.AnyTagClassName
{
color: #F9978B;
}
</style>
background-color css
<style>
a { background-color: #F9978B; }
a { background-color: rgb(249,151,139); }
div.DivClassName
{
background-color: #F9978B;
}
.BgClassName
{
background-color: #F9978B;
}
</style>
border-color css
<style>
span { border-color: #F9978B; }
span { border-color: rgb(249,151,139); }
td.TdClassName
{
border-color: #F9978B;
}
.TagClassName
{
border-color: #F9978B;
}
</style>