Shades of Mona Lisa #FB978C
Tints of Mona Lisa #FB978C
RGB
CMYK
RGB Variations
Color information
#FB978C (or 0xFB978C) is known color: Mona Lisa. HEX triplet: FB, 97 and 8C. RGB value is (251,151,140). Sum of RGB (Red+Green+Blue) = 251+151+140=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB978C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB978C is #046873. Grayscale: #B3B3B3. Windows color (decimal): -288884 or 9213947. OLE color: 9213947.
HSL color Cylindrical-coordinate representation of color #FB978C: hue angle of 5.95º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FB978C is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 140 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.02 |
| HSL | 5.95º | 0.93% | 0.77% | - |
| HSV(B) | 5.95º | 0.44% | 0.98% | - |
| XYZ | 55.58 | 44.54 | 30.48 | - |
| YUV | 179.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 140 | 0 | 0.40 | 0.44 | 0.02 | 5.95 | 0.93 | 0.77 |
| Hex | FB | 97 | 8C | 0 | 28 | 2C | 2 | 6 | 5D | 4D |
| Octal | 373 | 227 | 214 | 0 | 50 | 54 | 2 | 6 | 135 | 115 |
| Binary | 11111011 | 10010111 | 10001100 | 0 | 101000 | 101100 | 10 | 110 | 1011101 | 1001101 |
Color Harmonies of #FB978C
Complementary color
Monochromatic Colors of #FB978C
Black with #FB978C
Text Example
Text Example
White with #FB978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB978C; }
p { color: rgb(251,151,140); }
H1.HeaderClassName
{
color: #FB978C;
}
.AnyTagClassName
{
color: #FB978C;
}
</style>
background-color css
<style>
a { background-color: #FB978C; }
a { background-color: rgb(251,151,140); }
div.DivClassName
{
background-color: #FB978C;
}
.BgClassName
{
background-color: #FB978C;
}
</style>
border-color css
<style>
span { border-color: #FB978C; }
span { border-color: rgb(251,151,140); }
td.TdClassName
{
border-color: #FB978C;
}
.TagClassName
{
border-color: #FB978C;
}
</style>