Shades of Mona Lisa #FB988B
Tints of Mona Lisa #FB988B
RGB
CMYK
RGB Variations
Color information
#FB988B (or 0xFB988B) is known color: Mona Lisa. HEX triplet: FB, 98 and 8B. RGB value is (251,152,139). Sum of RGB (Red+Green+Blue) = 251+152+139=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB988B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB988B is #046774. Grayscale: #B4B4B4. Windows color (decimal): -288629 or 9148667. OLE color: 9148667.
HSL color Cylindrical-coordinate representation of color #FB988B: hue angle of 6.96º 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 #FB988B is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 152 | 139 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.02 |
| HSL | 6.96º | 0.93% | 0.76% | - |
| HSV(B) | 6.96º | 0.45% | 0.98% | - |
| XYZ | 55.67 | 44.83 | 30.14 | - |
| YUV | 180.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 152 | 139 | 0 | 0.39 | 0.45 | 0.02 | 6.96 | 0.93 | 0.76 |
| Hex | FB | 98 | 8B | 0 | 27 | 2D | 2 | 7 | 5D | 4C |
| Octal | 373 | 230 | 213 | 0 | 47 | 55 | 2 | 7 | 135 | 114 |
| Binary | 11111011 | 10011000 | 10001011 | 0 | 100111 | 101101 | 10 | 111 | 1011101 | 1001100 |
Color Harmonies of #FB988B
Complementary color
Monochromatic Colors of #FB988B
Black with #FB988B
Text Example
Text Example
White with #FB988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB988B; }
p { color: rgb(251,152,139); }
H1.HeaderClassName
{
color: #FB988B;
}
.AnyTagClassName
{
color: #FB988B;
}
</style>
background-color css
<style>
a { background-color: #FB988B; }
a { background-color: rgb(251,152,139); }
div.DivClassName
{
background-color: #FB988B;
}
.BgClassName
{
background-color: #FB988B;
}
</style>
border-color css
<style>
span { border-color: #FB988B; }
span { border-color: rgb(251,152,139); }
td.TdClassName
{
border-color: #FB988B;
}
.TagClassName
{
border-color: #FB988B;
}
</style>