Shades of Mona Lisa #FE8D88
Tints of Mona Lisa #FE8D88
RGB
CMYK
RGB Variations
Color information
#FE8D88 (or 0xFE8D88) is known color: Mona Lisa. HEX triplet: FE, 8D and 88. RGB value is (254,141,136). Sum of RGB (Red+Green+Blue) = 254+141+136=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D88 is #017277. Grayscale: #AEAEAE. Windows color (decimal): -94840 or 8949246. OLE color: 8949246.
HSL color Cylindrical-coordinate representation of color #FE8D88: hue angle of 2.54º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8D88 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 136 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.00 |
| HSL | 2.54º | 0.98% | 0.76% | - |
| HSV(B) | 2.54º | 0.46% | 1% | - |
| XYZ | 54.84 | 41.9 | 28.49 | - |
| YUV | 174.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 136 | 0 | 0.44 | 0.46 | 0.00 | 2.54 | 0.98 | 0.76 |
| Hex | FE | 8D | 88 | 0 | 2C | 2E | 0 | 3 | 62 | 4C |
| Octal | 376 | 215 | 210 | 0 | 54 | 56 | 0 | 3 | 142 | 114 |
| Binary | 11111110 | 10001101 | 10001000 | 0 | 101100 | 101110 | 0 | 11 | 1100010 | 1001100 |
Color Harmonies of #FE8D88
Complementary color
Monochromatic Colors of #FE8D88
Black with #FE8D88
Text Example
Text Example
White with #FE8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D88; }
p { color: rgb(254,141,136); }
H1.HeaderClassName
{
color: #FE8D88;
}
.AnyTagClassName
{
color: #FE8D88;
}
</style>
background-color css
<style>
a { background-color: #FE8D88; }
a { background-color: rgb(254,141,136); }
div.DivClassName
{
background-color: #FE8D88;
}
.BgClassName
{
background-color: #FE8D88;
}
</style>
border-color css
<style>
span { border-color: #FE8D88; }
span { border-color: rgb(254,141,136); }
td.TdClassName
{
border-color: #FE8D88;
}
.TagClassName
{
border-color: #FE8D88;
}
</style>