Shades of Mona Lisa #FB978E
Tints of Mona Lisa #FB978E
RGB
CMYK
RGB Variations
Color information
#FB978E (or 0xFB978E) is known color: Mona Lisa. HEX triplet: FB, 97 and 8E. RGB value is (251,151,142). Sum of RGB (Red+Green+Blue) = 251+151+142=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB978E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB978E is #046871. Grayscale: #B4B4B4. Windows color (decimal): -288882 or 9345019. OLE color: 9345019.
HSL color Cylindrical-coordinate representation of color #FB978E: hue angle of 4.95º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB978E is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 142 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.02 |
| HSL | 4.95º | 0.93% | 0.77% | - |
| HSV(B) | 4.95º | 0.43% | 0.98% | - |
| XYZ | 55.73 | 44.6 | 31.26 | - |
| YUV | 179.87 | 106.63 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 142 | 0 | 0.40 | 0.43 | 0.02 | 4.95 | 0.93 | 0.77 |
| Hex | FB | 97 | 8E | 0 | 28 | 2B | 2 | 5 | 5D | 4D |
| Octal | 373 | 227 | 216 | 0 | 50 | 53 | 2 | 5 | 135 | 115 |
| Binary | 11111011 | 10010111 | 10001110 | 0 | 101000 | 101011 | 10 | 101 | 1011101 | 1001101 |
Color Harmonies of #FB978E
Complementary color
Monochromatic Colors of #FB978E
Black with #FB978E
Text Example
Text Example
White with #FB978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB978E; }
p { color: rgb(251,151,142); }
H1.HeaderClassName
{
color: #FB978E;
}
.AnyTagClassName
{
color: #FB978E;
}
</style>
background-color css
<style>
a { background-color: #FB978E; }
a { background-color: rgb(251,151,142); }
div.DivClassName
{
background-color: #FB978E;
}
.BgClassName
{
background-color: #FB978E;
}
</style>
border-color css
<style>
span { border-color: #FB978E; }
span { border-color: rgb(251,151,142); }
td.TdClassName
{
border-color: #FB978E;
}
.TagClassName
{
border-color: #FB978E;
}
</style>