Shades of Mona Lisa #FE8F84
Tints of Mona Lisa #FE8F84
RGB
CMYK
RGB Variations
Color information
#FE8F84 (or 0xFE8F84) is known color: Mona Lisa. HEX triplet: FE, 8F and 84. RGB value is (254,143,132). Sum of RGB (Red+Green+Blue) = 254+143+132=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F84 is #01707B. Grayscale: #AFAFAF. Windows color (decimal): -94332 or 8687614. OLE color: 8687614.
HSL color Cylindrical-coordinate representation of color #FE8F84: hue angle of 5.41º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE8F84 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 132 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.00 |
| HSL | 5.41º | 0.98% | 0.76% | - |
| HSV(B) | 5.41º | 0.48% | 1% | - |
| XYZ | 54.86 | 42.38 | 27.12 | - |
| YUV | 174.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 132 | 0 | 0.44 | 0.48 | 0.00 | 5.41 | 0.98 | 0.76 |
| Hex | FE | 8F | 84 | 0 | 2C | 30 | 0 | 5 | 62 | 4C |
| Octal | 376 | 217 | 204 | 0 | 54 | 60 | 0 | 5 | 142 | 114 |
| Binary | 11111110 | 10001111 | 10000100 | 0 | 101100 | 110000 | 0 | 101 | 1100010 | 1001100 |
Color Harmonies of #FE8F84
Complementary color
Monochromatic Colors of #FE8F84
Black with #FE8F84
Text Example
Text Example
White with #FE8F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F84; }
p { color: rgb(254,143,132); }
H1.HeaderClassName
{
color: #FE8F84;
}
.AnyTagClassName
{
color: #FE8F84;
}
</style>
background-color css
<style>
a { background-color: #FE8F84; }
a { background-color: rgb(254,143,132); }
div.DivClassName
{
background-color: #FE8F84;
}
.BgClassName
{
background-color: #FE8F84;
}
</style>
border-color css
<style>
span { border-color: #FE8F84; }
span { border-color: rgb(254,143,132); }
td.TdClassName
{
border-color: #FE8F84;
}
.TagClassName
{
border-color: #FE8F84;
}
</style>