Shades of Mona Lisa #FD8E88
Tints of Mona Lisa #FD8E88
RGB
CMYK
RGB Variations
Color information
#FD8E88 (or 0xFD8E88) is known color: Mona Lisa. HEX triplet: FD, 8E and 88. RGB value is (253,142,136). Sum of RGB (Red+Green+Blue) = 253+142+136=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8E88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8E88 is #027177. Grayscale: #AEAEAE. Windows color (decimal): -160120 or 8949501. OLE color: 8949501.
HSL color Cylindrical-coordinate representation of color #FD8E88: hue angle of 3.08º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD8E88 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 142 | 136 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.01 |
| HSL | 3.08º | 0.97% | 0.76% | - |
| HSV(B) | 3.08º | 0.46% | 0.99% | - |
| XYZ | 54.62 | 42.01 | 28.52 | - |
| YUV | 174.51 | 106.27 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 142 | 136 | 0 | 0.44 | 0.46 | 0.01 | 3.08 | 0.97 | 0.76 |
| Hex | FD | 8E | 88 | 0 | 2C | 2E | 1 | 3 | 61 | 4C |
| Octal | 375 | 216 | 210 | 0 | 54 | 56 | 1 | 3 | 141 | 114 |
| Binary | 11111101 | 10001110 | 10001000 | 0 | 101100 | 101110 | 1 | 11 | 1100001 | 1001100 |
Color Harmonies of #FD8E88
Complementary color
Monochromatic Colors of #FD8E88
Black with #FD8E88
Text Example
Text Example
White with #FD8E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8E88; }
p { color: rgb(253,142,136); }
H1.HeaderClassName
{
color: #FD8E88;
}
.AnyTagClassName
{
color: #FD8E88;
}
</style>
background-color css
<style>
a { background-color: #FD8E88; }
a { background-color: rgb(253,142,136); }
div.DivClassName
{
background-color: #FD8E88;
}
.BgClassName
{
background-color: #FD8E88;
}
</style>
border-color css
<style>
span { border-color: #FD8E88; }
span { border-color: rgb(253,142,136); }
td.TdClassName
{
border-color: #FD8E88;
}
.TagClassName
{
border-color: #FD8E88;
}
</style>