Shades of Mona Lisa #FB978D
Tints of Mona Lisa #FB978D
RGB
CMYK
RGB Variations
Color information
#FB978D (or 0xFB978D) is known color: Mona Lisa. HEX triplet: FB, 97 and 8D. RGB value is (251,151,141). Sum of RGB (Red+Green+Blue) = 251+151+141=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 151 (59.38% from 255 or 27.81% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB978D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB978D is #046872. Grayscale: #B3B3B3. Windows color (decimal): -288883 or 9279483. OLE color: 9279483.
HSL color Cylindrical-coordinate representation of color #FB978D: hue angle of 5.45º 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 #FB978D is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 141 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.02 |
| HSL | 5.45º | 0.93% | 0.77% | - |
| HSV(B) | 5.45º | 0.44% | 0.98% | - |
| XYZ | 55.66 | 44.57 | 30.87 | - |
| YUV | 179.76 | 106.13 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 141 | 0 | 0.40 | 0.44 | 0.02 | 5.45 | 0.93 | 0.77 |
| Hex | FB | 97 | 8D | 0 | 28 | 2C | 2 | 5 | 5D | 4D |
| Octal | 373 | 227 | 215 | 0 | 50 | 54 | 2 | 5 | 135 | 115 |
| Binary | 11111011 | 10010111 | 10001101 | 0 | 101000 | 101100 | 10 | 101 | 1011101 | 1001101 |
Color Harmonies of #FB978D
Complementary color
Monochromatic Colors of #FB978D
Black with #FB978D
Text Example
Text Example
White with #FB978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB978D; }
p { color: rgb(251,151,141); }
H1.HeaderClassName
{
color: #FB978D;
}
.AnyTagClassName
{
color: #FB978D;
}
</style>
background-color css
<style>
a { background-color: #FB978D; }
a { background-color: rgb(251,151,141); }
div.DivClassName
{
background-color: #FB978D;
}
.BgClassName
{
background-color: #FB978D;
}
</style>
border-color css
<style>
span { border-color: #FB978D; }
span { border-color: rgb(251,151,141); }
td.TdClassName
{
border-color: #FB978D;
}
.TagClassName
{
border-color: #FB978D;
}
</style>