Shades of Mona Lisa #FF8C88
Tints of Mona Lisa #FF8C88
RGB
CMYK
RGB Variations
Color information
#FF8C88 (or 0xFF8C88) is known color: Mona Lisa. HEX triplet: FF, 8C and 88. RGB value is (255,140,136). Sum of RGB (Red+Green+Blue) = 255+140+136=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8C88 is #007377. Grayscale: #AEAEAE. Windows color (decimal): -29560 or 8948991. OLE color: 8948991.
HSL color Cylindrical-coordinate representation of color #FF8C88: hue angle of 2.02º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF8C88 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 136 | - |
| CMYK | 0 | 0.45 | 0.47 | 0 |
| HSL | 2.02º | 1% | 0.77% | - |
| HSV(B) | 2.02º | 0.47% | 1% | - |
| XYZ | 55.06 | 41.79 | 28.46 | - |
| YUV | 173.93 | 106.6 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 136 | 0 | 0.45 | 0.47 | 0 | 2.02 | 1 | 0.77 |
| Hex | FF | 8C | 88 | 0 | 2D | 2F | 0 | 2 | 64 | 4D |
| Octal | 377 | 214 | 210 | 0 | 55 | 57 | 0 | 2 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10001000 | 0 | 101101 | 101111 | 0 | 10 | 1100100 | 1001101 |
Color Harmonies of #FF8C88
Complementary color
Monochromatic Colors of #FF8C88
Black with #FF8C88
Text Example
Text Example
White with #FF8C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8C88; }
p { color: rgb(255,140,136); }
H1.HeaderClassName
{
color: #FF8C88;
}
.AnyTagClassName
{
color: #FF8C88;
}
</style>
background-color css
<style>
a { background-color: #FF8C88; }
a { background-color: rgb(255,140,136); }
div.DivClassName
{
background-color: #FF8C88;
}
.BgClassName
{
background-color: #FF8C88;
}
</style>
border-color css
<style>
span { border-color: #FF8C88; }
span { border-color: rgb(255,140,136); }
td.TdClassName
{
border-color: #FF8C88;
}
.TagClassName
{
border-color: #FF8C88;
}
</style>