Shades of Mona Lisa #FE8C88
Tints of Mona Lisa #FE8C88
RGB
CMYK
RGB Variations
Color information
#FE8C88 (or 0xFE8C88) is known color: Mona Lisa. HEX triplet: FE, 8C and 88. RGB value is (254,140,136). Sum of RGB (Red+Green+Blue) = 254+140+136=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C88 is #017377. Grayscale: #ADADAD. Windows color (decimal): -95096 or 8948990. OLE color: 8948990.
HSL color Cylindrical-coordinate representation of color #FE8C88: hue angle of 2.03º 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 #FE8C88 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 136 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.00 |
| HSL | 2.03º | 0.98% | 0.76% | - |
| HSV(B) | 2.03º | 0.46% | 1% | - |
| XYZ | 54.7 | 41.6 | 28.44 | - |
| YUV | 173.63 | 106.77 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 136 | 0 | 0.45 | 0.46 | 0.00 | 2.03 | 0.98 | 0.76 |
| Hex | FE | 8C | 88 | 0 | 2D | 2E | 0 | 2 | 62 | 4C |
| Octal | 376 | 214 | 210 | 0 | 55 | 56 | 0 | 2 | 142 | 114 |
| Binary | 11111110 | 10001100 | 10001000 | 0 | 101101 | 101110 | 0 | 10 | 1100010 | 1001100 |
Color Harmonies of #FE8C88
Complementary color
Monochromatic Colors of #FE8C88
Black with #FE8C88
Text Example
Text Example
White with #FE8C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C88; }
p { color: rgb(254,140,136); }
H1.HeaderClassName
{
color: #FE8C88;
}
.AnyTagClassName
{
color: #FE8C88;
}
</style>
background-color css
<style>
a { background-color: #FE8C88; }
a { background-color: rgb(254,140,136); }
div.DivClassName
{
background-color: #FE8C88;
}
.BgClassName
{
background-color: #FE8C88;
}
</style>
border-color css
<style>
span { border-color: #FE8C88; }
span { border-color: rgb(254,140,136); }
td.TdClassName
{
border-color: #FE8C88;
}
.TagClassName
{
border-color: #FE8C88;
}
</style>