Shades of Mona Lisa #FE8C87
Tints of Mona Lisa #FE8C87
RGB
CMYK
RGB Variations
Color information
#FE8C87 (or 0xFE8C87) is known color: Mona Lisa. HEX triplet: FE, 8C and 87. RGB value is (254,140,135). Sum of RGB (Red+Green+Blue) = 254+140+135=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C87 is #017378. Grayscale: #ADADAD. Windows color (decimal): -95097 or 8883454. OLE color: 8883454.
HSL color Cylindrical-coordinate representation of color #FE8C87: hue angle of 2.52º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE8C87 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 140 | 135 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.00 |
| HSL | 2.52º | 0.98% | 0.76% | - |
| HSV(B) | 2.52º | 0.47% | 1% | - |
| XYZ | 54.62 | 41.58 | 28.07 | - |
| YUV | 173.52 | 106.27 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 140 | 135 | 0 | 0.45 | 0.47 | 0.00 | 2.52 | 0.98 | 0.76 |
| Hex | FE | 8C | 87 | 0 | 2D | 2F | 0 | 3 | 62 | 4C |
| Octal | 376 | 214 | 207 | 0 | 55 | 57 | 0 | 3 | 142 | 114 |
| Binary | 11111110 | 10001100 | 10000111 | 0 | 101101 | 101111 | 0 | 11 | 1100010 | 1001100 |
Color Harmonies of #FE8C87
Complementary color
Monochromatic Colors of #FE8C87
Black with #FE8C87
Text Example
Text Example
White with #FE8C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8C87; }
p { color: rgb(254,140,135); }
H1.HeaderClassName
{
color: #FE8C87;
}
.AnyTagClassName
{
color: #FE8C87;
}
</style>
background-color css
<style>
a { background-color: #FE8C87; }
a { background-color: rgb(254,140,135); }
div.DivClassName
{
background-color: #FE8C87;
}
.BgClassName
{
background-color: #FE8C87;
}
</style>
border-color css
<style>
span { border-color: #FE8C87; }
span { border-color: rgb(254,140,135); }
td.TdClassName
{
border-color: #FE8C87;
}
.TagClassName
{
border-color: #FE8C87;
}
</style>