Shades of Mona Lisa #FB9C88
Tints of Mona Lisa #FB9C88
RGB
CMYK
RGB Variations
Color information
#FB9C88 (or 0xFB9C88) is known color: Mona Lisa. HEX triplet: FB, 9C and 88. RGB value is (251,156,136). Sum of RGB (Red+Green+Blue) = 251+156+136=543 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.22% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9C88 is #046377. Grayscale: #B6B6B6. Windows color (decimal): -287608 or 8953083. OLE color: 8953083.
HSL color Cylindrical-coordinate representation of color #FB9C88: hue angle of 10.43º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB9C88 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 156 | 136 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.02 |
| HSL | 10.43º | 0.93% | 0.76% | - |
| HSV(B) | 10.43º | 0.46% | 0.98% | - |
| XYZ | 56.12 | 46.06 | 29.23 | - |
| YUV | 182.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 156 | 136 | 0 | 0.38 | 0.46 | 0.02 | 10.43 | 0.93 | 0.76 |
| Hex | FB | 9C | 88 | 0 | 26 | 2E | 2 | A | 5D | 4C |
| Octal | 373 | 234 | 210 | 0 | 46 | 56 | 2 | 12 | 135 | 114 |
| Binary | 11111011 | 10011100 | 10001000 | 0 | 100110 | 101110 | 10 | 1010 | 1011101 | 1001100 |
Color Harmonies of #FB9C88
Complementary color
Monochromatic Colors of #FB9C88
Black with #FB9C88
Text Example
Text Example
White with #FB9C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9C88; }
p { color: rgb(251,156,136); }
H1.HeaderClassName
{
color: #FB9C88;
}
.AnyTagClassName
{
color: #FB9C88;
}
</style>
background-color css
<style>
a { background-color: #FB9C88; }
a { background-color: rgb(251,156,136); }
div.DivClassName
{
background-color: #FB9C88;
}
.BgClassName
{
background-color: #FB9C88;
}
</style>
border-color css
<style>
span { border-color: #FB9C88; }
span { border-color: rgb(251,156,136); }
td.TdClassName
{
border-color: #FB9C88;
}
.TagClassName
{
border-color: #FB9C88;
}
</style>