Shades of Mona Lisa #FB978B
Tints of Mona Lisa #FB978B
RGB
CMYK
RGB Variations
Color information
#FB978B (or 0xFB978B) is known color: Mona Lisa. HEX triplet: FB, 97 and 8B. RGB value is (251,151,139). Sum of RGB (Red+Green+Blue) = 251+151+139=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB978B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB978B is #046874. Grayscale: #B3B3B3. Windows color (decimal): -288885 or 9148411. OLE color: 9148411.
HSL color Cylindrical-coordinate representation of color #FB978B: hue angle of 6.43º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB978B is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 151 | 139 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.02 |
| HSL | 6.43º | 0.93% | 0.76% | - |
| HSV(B) | 6.43º | 0.45% | 0.98% | - |
| XYZ | 55.51 | 44.51 | 30.09 | - |
| YUV | 179.53 | 105.13 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 151 | 139 | 0 | 0.40 | 0.45 | 0.02 | 6.43 | 0.93 | 0.76 |
| Hex | FB | 97 | 8B | 0 | 28 | 2D | 2 | 6 | 5D | 4C |
| Octal | 373 | 227 | 213 | 0 | 50 | 55 | 2 | 6 | 135 | 114 |
| Binary | 11111011 | 10010111 | 10001011 | 0 | 101000 | 101101 | 10 | 110 | 1011101 | 1001100 |
Color Harmonies of #FB978B
Complementary color
Monochromatic Colors of #FB978B
Black with #FB978B
Text Example
Text Example
White with #FB978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB978B; }
p { color: rgb(251,151,139); }
H1.HeaderClassName
{
color: #FB978B;
}
.AnyTagClassName
{
color: #FB978B;
}
</style>
background-color css
<style>
a { background-color: #FB978B; }
a { background-color: rgb(251,151,139); }
div.DivClassName
{
background-color: #FB978B;
}
.BgClassName
{
background-color: #FB978B;
}
</style>
border-color css
<style>
span { border-color: #FB978B; }
span { border-color: rgb(251,151,139); }
td.TdClassName
{
border-color: #FB978B;
}
.TagClassName
{
border-color: #FB978B;
}
</style>