Shades of Mona Lisa #FE8F81
Tints of Mona Lisa #FE8F81
RGB
CMYK
RGB Variations
Color information
#FE8F81 (or 0xFE8F81) is known color: Mona Lisa. HEX triplet: FE, 8F and 81. RGB value is (254,143,129). Sum of RGB (Red+Green+Blue) = 254+143+129=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F81 is #01707E. Grayscale: #AEAEAE. Windows color (decimal): -94335 or 8491006. OLE color: 8491006.
HSL color Cylindrical-coordinate representation of color #FE8F81: hue angle of 6.72º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FE8F81 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 129 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.00 |
| HSL | 6.72º | 0.98% | 0.75% | - |
| HSV(B) | 6.72º | 0.49% | 1% | - |
| XYZ | 54.66 | 42.3 | 26.05 | - |
| YUV | 174.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 129 | 0 | 0.44 | 0.49 | 0.00 | 6.72 | 0.98 | 0.75 |
| Hex | FE | 8F | 81 | 0 | 2C | 31 | 0 | 7 | 62 | 4B |
| Octal | 376 | 217 | 201 | 0 | 54 | 61 | 0 | 7 | 142 | 113 |
| Binary | 11111110 | 10001111 | 10000001 | 0 | 101100 | 110001 | 0 | 111 | 1100010 | 1001011 |
Color Harmonies of #FE8F81
Complementary color
Monochromatic Colors of #FE8F81
Black with #FE8F81
Text Example
Text Example
White with #FE8F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F81; }
p { color: rgb(254,143,129); }
H1.HeaderClassName
{
color: #FE8F81;
}
.AnyTagClassName
{
color: #FE8F81;
}
</style>
background-color css
<style>
a { background-color: #FE8F81; }
a { background-color: rgb(254,143,129); }
div.DivClassName
{
background-color: #FE8F81;
}
.BgClassName
{
background-color: #FE8F81;
}
</style>
border-color css
<style>
span { border-color: #FE8F81; }
span { border-color: rgb(254,143,129); }
td.TdClassName
{
border-color: #FE8F81;
}
.TagClassName
{
border-color: #FE8F81;
}
</style>