Shades of Mona Lisa #FB8D88
Tints of Mona Lisa #FB8D88
RGB
CMYK
RGB Variations
Color information
#FB8D88 (or 0xFB8D88) is known color: Mona Lisa. HEX triplet: FB, 8D and 88. RGB value is (251,141,136). Sum of RGB (Red+Green+Blue) = 251+141+136=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8D88 is #047277. Grayscale: #ADADAD. Windows color (decimal): -291448 or 8949243. OLE color: 8949243.
HSL color Cylindrical-coordinate representation of color #FB8D88: hue angle of 2.61º 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 #FB8D88 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 141 | 136 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.02 |
| HSL | 2.61º | 0.93% | 0.76% | - |
| HSV(B) | 2.61º | 0.46% | 0.98% | - |
| XYZ | 53.75 | 41.34 | 28.44 | - |
| YUV | 173.32 | 106.94 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 141 | 136 | 0 | 0.44 | 0.46 | 0.02 | 2.61 | 0.93 | 0.76 |
| Hex | FB | 8D | 88 | 0 | 2C | 2E | 2 | 3 | 5D | 4C |
| Octal | 373 | 215 | 210 | 0 | 54 | 56 | 2 | 3 | 135 | 114 |
| Binary | 11111011 | 10001101 | 10001000 | 0 | 101100 | 101110 | 10 | 11 | 1011101 | 1001100 |
Color Harmonies of #FB8D88
Complementary color
Monochromatic Colors of #FB8D88
Black with #FB8D88
Text Example
Text Example
White with #FB8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8D88; }
p { color: rgb(251,141,136); }
H1.HeaderClassName
{
color: #FB8D88;
}
.AnyTagClassName
{
color: #FB8D88;
}
</style>
background-color css
<style>
a { background-color: #FB8D88; }
a { background-color: rgb(251,141,136); }
div.DivClassName
{
background-color: #FB8D88;
}
.BgClassName
{
background-color: #FB8D88;
}
</style>
border-color css
<style>
span { border-color: #FB8D88; }
span { border-color: rgb(251,141,136); }
td.TdClassName
{
border-color: #FB8D88;
}
.TagClassName
{
border-color: #FB8D88;
}
</style>