Shades of Mona Lisa #FE8F87
Tints of Mona Lisa #FE8F87
RGB
CMYK
RGB Variations
Color information
#FE8F87 (or 0xFE8F87) is known color: Mona Lisa. HEX triplet: FE, 8F and 87. RGB value is (254,143,135). Sum of RGB (Red+Green+Blue) = 254+143+135=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 143 (56.25% from 255 or 26.88% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F87 is #017078. Grayscale: #AFAFAF. Windows color (decimal): -94329 or 8884222. OLE color: 8884222.
HSL color Cylindrical-coordinate representation of color #FE8F87: hue angle of 4.03º 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 #FE8F87 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 135 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.00 |
| HSL | 4.03º | 0.98% | 0.76% | - |
| HSV(B) | 4.03º | 0.47% | 1% | - |
| XYZ | 55.07 | 42.47 | 28.22 | - |
| YUV | 175.28 | 105.27 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 135 | 0 | 0.44 | 0.47 | 0.00 | 4.03 | 0.98 | 0.76 |
| Hex | FE | 8F | 87 | 0 | 2C | 2F | 0 | 4 | 62 | 4C |
| Octal | 376 | 217 | 207 | 0 | 54 | 57 | 0 | 4 | 142 | 114 |
| Binary | 11111110 | 10001111 | 10000111 | 0 | 101100 | 101111 | 0 | 100 | 1100010 | 1001100 |
Color Harmonies of #FE8F87
Complementary color
Monochromatic Colors of #FE8F87
Black with #FE8F87
Text Example
Text Example
White with #FE8F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F87; }
p { color: rgb(254,143,135); }
H1.HeaderClassName
{
color: #FE8F87;
}
.AnyTagClassName
{
color: #FE8F87;
}
</style>
background-color css
<style>
a { background-color: #FE8F87; }
a { background-color: rgb(254,143,135); }
div.DivClassName
{
background-color: #FE8F87;
}
.BgClassName
{
background-color: #FE8F87;
}
</style>
border-color css
<style>
span { border-color: #FE8F87; }
span { border-color: rgb(254,143,135); }
td.TdClassName
{
border-color: #FE8F87;
}
.TagClassName
{
border-color: #FE8F87;
}
</style>