Shades of Mona Lisa #FF8D88
Tints of Mona Lisa #FF8D88
RGB
CMYK
RGB Variations
Color information
#FF8D88 (or 0xFF8D88) is known color: Mona Lisa. HEX triplet: FF, 8D and 88. RGB value is (255,141,136). Sum of RGB (Red+Green+Blue) = 255+141+136=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8D88 is #007277. Grayscale: #AEAEAE. Windows color (decimal): -29304 or 8949247. OLE color: 8949247.
HSL color Cylindrical-coordinate representation of color #FF8D88: hue angle of 2.52º 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 #FF8D88 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 136 | - |
| CMYK | 0 | 0.45 | 0.47 | 0 |
| HSL | 2.52º | 1% | 0.77% | - |
| HSV(B) | 2.52º | 0.47% | 1% | - |
| XYZ | 55.21 | 42.09 | 28.51 | - |
| YUV | 174.52 | 106.27 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 136 | 0 | 0.45 | 0.47 | 0 | 2.52 | 1 | 0.77 |
| Hex | FF | 8D | 88 | 0 | 2D | 2F | 0 | 3 | 64 | 4D |
| Octal | 377 | 215 | 210 | 0 | 55 | 57 | 0 | 3 | 144 | 115 |
| Binary | 11111111 | 10001101 | 10001000 | 0 | 101101 | 101111 | 0 | 11 | 1100100 | 1001101 |
Color Harmonies of #FF8D88
Complementary color
Monochromatic Colors of #FF8D88
Black with #FF8D88
Text Example
Text Example
White with #FF8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D88; }
p { color: rgb(255,141,136); }
H1.HeaderClassName
{
color: #FF8D88;
}
.AnyTagClassName
{
color: #FF8D88;
}
</style>
background-color css
<style>
a { background-color: #FF8D88; }
a { background-color: rgb(255,141,136); }
div.DivClassName
{
background-color: #FF8D88;
}
.BgClassName
{
background-color: #FF8D88;
}
</style>
border-color css
<style>
span { border-color: #FF8D88; }
span { border-color: rgb(255,141,136); }
td.TdClassName
{
border-color: #FF8D88;
}
.TagClassName
{
border-color: #FF8D88;
}
</style>