Shades of Mona Lisa #FE8F82
Tints of Mona Lisa #FE8F82
RGB
CMYK
RGB Variations
Color information
#FE8F82 (or 0xFE8F82) is known color: Mona Lisa. HEX triplet: FE, 8F and 82. RGB value is (254,143,130). Sum of RGB (Red+Green+Blue) = 254+143+130=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F82 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F82 is #01707D. Grayscale: #AEAEAE. Windows color (decimal): -94334 or 8556542. OLE color: 8556542.
HSL color Cylindrical-coordinate representation of color #FE8F82: hue angle of 6.29º 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 #FE8F82 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 130 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.00 |
| HSL | 6.29º | 0.98% | 0.75% | - |
| HSV(B) | 6.29º | 0.49% | 1% | - |
| XYZ | 54.72 | 42.33 | 26.4 | - |
| YUV | 174.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 130 | 0 | 0.44 | 0.49 | 0.00 | 6.29 | 0.98 | 0.75 |
| Hex | FE | 8F | 82 | 0 | 2C | 31 | 0 | 6 | 62 | 4B |
| Octal | 376 | 217 | 202 | 0 | 54 | 61 | 0 | 6 | 142 | 113 |
| Binary | 11111110 | 10001111 | 10000010 | 0 | 101100 | 110001 | 0 | 110 | 1100010 | 1001011 |
Color Harmonies of #FE8F82
Complementary color
Monochromatic Colors of #FE8F82
Black with #FE8F82
Text Example
Text Example
White with #FE8F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F82; }
p { color: rgb(254,143,130); }
H1.HeaderClassName
{
color: #FE8F82;
}
.AnyTagClassName
{
color: #FE8F82;
}
</style>
background-color css
<style>
a { background-color: #FE8F82; }
a { background-color: rgb(254,143,130); }
div.DivClassName
{
background-color: #FE8F82;
}
.BgClassName
{
background-color: #FE8F82;
}
</style>
border-color css
<style>
span { border-color: #FE8F82; }
span { border-color: rgb(254,143,130); }
td.TdClassName
{
border-color: #FE8F82;
}
.TagClassName
{
border-color: #FE8F82;
}
</style>