Shades of Mona Lisa #FB9D8D
Tints of Mona Lisa #FB9D8D
RGB
CMYK
RGB Variations
Color information
#FB9D8D (or 0xFB9D8D) is known color: Mona Lisa. HEX triplet: FB, 9D and 8D. RGB value is (251,157,141). Sum of RGB (Red+Green+Blue) = 251+157+141=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9D8D is #046272. Grayscale: #B7B7B7. Windows color (decimal): -287347 or 9281019. OLE color: 9281019.
HSL color Cylindrical-coordinate representation of color #FB9D8D: hue angle of 8.73º 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 #FB9D8D is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 157 | 141 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.02 |
| HSL | 8.73º | 0.93% | 0.77% | - |
| HSV(B) | 8.73º | 0.44% | 0.98% | - |
| XYZ | 56.65 | 46.55 | 31.2 | - |
| YUV | 183.28 | 104.14 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 157 | 141 | 0 | 0.37 | 0.44 | 0.02 | 8.73 | 0.93 | 0.77 |
| Hex | FB | 9D | 8D | 0 | 25 | 2C | 2 | 9 | 5D | 4D |
| Octal | 373 | 235 | 215 | 0 | 45 | 54 | 2 | 11 | 135 | 115 |
| Binary | 11111011 | 10011101 | 10001101 | 0 | 100101 | 101100 | 10 | 1001 | 1011101 | 1001101 |
Color Harmonies of #FB9D8D
Complementary color
Monochromatic Colors of #FB9D8D
Black with #FB9D8D
Text Example
Text Example
White with #FB9D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9D8D; }
p { color: rgb(251,157,141); }
H1.HeaderClassName
{
color: #FB9D8D;
}
.AnyTagClassName
{
color: #FB9D8D;
}
</style>
background-color css
<style>
a { background-color: #FB9D8D; }
a { background-color: rgb(251,157,141); }
div.DivClassName
{
background-color: #FB9D8D;
}
.BgClassName
{
background-color: #FB9D8D;
}
</style>
border-color css
<style>
span { border-color: #FB9D8D; }
span { border-color: rgb(251,157,141); }
td.TdClassName
{
border-color: #FB9D8D;
}
.TagClassName
{
border-color: #FB9D8D;
}
</style>