Shades of Mona Lisa #FB9C8C
Tints of Mona Lisa #FB9C8C
RGB
CMYK
RGB Variations
Color information
#FB9C8C (or 0xFB9C8C) is known color: Mona Lisa. HEX triplet: FB, 9C and 8C. RGB value is (251,156,140). Sum of RGB (Red+Green+Blue) = 251+156+140=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9C8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9C8C is #046373. Grayscale: #B6B6B6. Windows color (decimal): -287604 or 9215227. OLE color: 9215227.
HSL color Cylindrical-coordinate representation of color #FB9C8C: hue angle of 8.65º 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 #FB9C8C is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 156 | 140 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.02 |
| HSL | 8.65º | 0.93% | 0.77% | - |
| HSV(B) | 8.65º | 0.44% | 0.98% | - |
| XYZ | 56.41 | 46.18 | 30.75 | - |
| YUV | 182.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 156 | 140 | 0 | 0.38 | 0.44 | 0.02 | 8.65 | 0.93 | 0.77 |
| Hex | FB | 9C | 8C | 0 | 26 | 2C | 2 | 9 | 5D | 4D |
| Octal | 373 | 234 | 214 | 0 | 46 | 54 | 2 | 11 | 135 | 115 |
| Binary | 11111011 | 10011100 | 10001100 | 0 | 100110 | 101100 | 10 | 1001 | 1011101 | 1001101 |
Color Harmonies of #FB9C8C
Complementary color
Monochromatic Colors of #FB9C8C
Black with #FB9C8C
Text Example
Text Example
White with #FB9C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9C8C; }
p { color: rgb(251,156,140); }
H1.HeaderClassName
{
color: #FB9C8C;
}
.AnyTagClassName
{
color: #FB9C8C;
}
</style>
background-color css
<style>
a { background-color: #FB9C8C; }
a { background-color: rgb(251,156,140); }
div.DivClassName
{
background-color: #FB9C8C;
}
.BgClassName
{
background-color: #FB9C8C;
}
</style>
border-color css
<style>
span { border-color: #FB9C8C; }
span { border-color: rgb(251,156,140); }
td.TdClassName
{
border-color: #FB9C8C;
}
.TagClassName
{
border-color: #FB9C8C;
}
</style>