Shades of Mona Lisa #FB8C80
Tints of Mona Lisa #FB8C80
RGB
CMYK
RGB Variations
Color information
#FB8C80 (or 0xFB8C80) is known color: Mona Lisa. HEX triplet: FB, 8C and 80. RGB value is (251,140,128). Sum of RGB (Red+Green+Blue) = 251+140+128=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB8C80 is #04737F. Grayscale: #ABABAB. Windows color (decimal): -291712 or 8424699. OLE color: 8424699.
HSL color Cylindrical-coordinate representation of color #FB8C80: hue angle of 5.85º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB8C80 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 128 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.02 |
| HSL | 5.85º | 0.94% | 0.74% | - |
| HSV(B) | 5.85º | 0.49% | 0.98% | - |
| XYZ | 53.06 | 40.82 | 25.51 | - |
| YUV | 171.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 128 | 0 | 0.44 | 0.49 | 0.02 | 5.85 | 0.94 | 0.74 |
| Hex | FB | 8C | 80 | 0 | 2C | 31 | 2 | 6 | 5E | 4A |
| Octal | 373 | 214 | 200 | 0 | 54 | 61 | 2 | 6 | 136 | 112 |
| Binary | 11111011 | 10001100 | 10000000 | 0 | 101100 | 110001 | 10 | 110 | 1011110 | 1001010 |
Color Harmonies of #FB8C80
Complementary color
Monochromatic Colors of #FB8C80
Black with #FB8C80
Text Example
Text Example
White with #FB8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C80; }
p { color: rgb(251,140,128); }
H1.HeaderClassName
{
color: #FB8C80;
}
.AnyTagClassName
{
color: #FB8C80;
}
</style>
background-color css
<style>
a { background-color: #FB8C80; }
a { background-color: rgb(251,140,128); }
div.DivClassName
{
background-color: #FB8C80;
}
.BgClassName
{
background-color: #FB8C80;
}
</style>
border-color css
<style>
span { border-color: #FB8C80; }
span { border-color: rgb(251,140,128); }
td.TdClassName
{
border-color: #FB8C80;
}
.TagClassName
{
border-color: #FB8C80;
}
</style>