Shades of Mona Lisa #FE8C80
Tints of Mona Lisa #FE8C80
RGB
CMYK
RGB Variations
Color information
#FE8C80 (or 0xFE8C80) is known color: Mona Lisa. HEX triplet: FE, 8C and 80. RGB value is (254,140,128). Sum of RGB (Red+Green+Blue) = 254+140+128=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 128 (50.39% from 255 or 24.52% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C80 is #01737F. Grayscale: #ACACAC. Windows color (decimal): -95104 or 8424702. OLE color: 8424702.
HSL color Cylindrical-coordinate representation of color #FE8C80: hue angle of 5.71º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE8C80 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 128 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.00 |
| HSL | 5.71º | 0.98% | 0.75% | - |
| HSV(B) | 5.71º | 0.5% | 1% | - |
| XYZ | 54.15 | 41.39 | 25.56 | - |
| YUV | 172.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 128 | 0 | 0.45 | 0.50 | 0.00 | 5.71 | 0.98 | 0.75 |
| Hex | FE | 8C | 80 | 0 | 2D | 32 | 0 | 6 | 62 | 4B |
| Octal | 376 | 214 | 200 | 0 | 55 | 62 | 0 | 6 | 142 | 113 |
| Binary | 11111110 | 10001100 | 10000000 | 0 | 101101 | 110010 | 0 | 110 | 1100010 | 1001011 |
Color Harmonies of #FE8C80
Complementary color
Monochromatic Colors of #FE8C80
Black with #FE8C80
Text Example
Text Example
White with #FE8C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C80; }
p { color: rgb(254,140,128); }
H1.HeaderClassName
{
color: #FE8C80;
}
.AnyTagClassName
{
color: #FE8C80;
}
</style>
background-color css
<style>
a { background-color: #FE8C80; }
a { background-color: rgb(254,140,128); }
div.DivClassName
{
background-color: #FE8C80;
}
.BgClassName
{
background-color: #FE8C80;
}
</style>
border-color css
<style>
span { border-color: #FE8C80; }
span { border-color: rgb(254,140,128); }
td.TdClassName
{
border-color: #FE8C80;
}
.TagClassName
{
border-color: #FE8C80;
}
</style>