Shades of Mona Lisa #FE8D83
Tints of Mona Lisa #FE8D83
RGB
CMYK
RGB Variations
Color information
#FE8D83 (or 0xFE8D83) is known color: Mona Lisa. HEX triplet: FE, 8D and 83. RGB value is (254,141,131). Sum of RGB (Red+Green+Blue) = 254+141+131=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D83 is #01727C. Grayscale: #ADADAD. Windows color (decimal): -94845 or 8621566. OLE color: 8621566.
HSL color Cylindrical-coordinate representation of color #FE8D83: hue angle of 4.88º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE8D83 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 131 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.00 |
| HSL | 4.88º | 0.98% | 0.75% | - |
| HSV(B) | 4.88º | 0.48% | 1% | - |
| XYZ | 54.49 | 41.76 | 26.66 | - |
| YUV | 173.65 | 103.94 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 131 | 0 | 0.44 | 0.48 | 0.00 | 4.88 | 0.98 | 0.75 |
| Hex | FE | 8D | 83 | 0 | 2C | 30 | 0 | 5 | 62 | 4B |
| Octal | 376 | 215 | 203 | 0 | 54 | 60 | 0 | 5 | 142 | 113 |
| Binary | 11111110 | 10001101 | 10000011 | 0 | 101100 | 110000 | 0 | 101 | 1100010 | 1001011 |
Color Harmonies of #FE8D83
Complementary color
Monochromatic Colors of #FE8D83
Black with #FE8D83
Text Example
Text Example
White with #FE8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D83; }
p { color: rgb(254,141,131); }
H1.HeaderClassName
{
color: #FE8D83;
}
.AnyTagClassName
{
color: #FE8D83;
}
</style>
background-color css
<style>
a { background-color: #FE8D83; }
a { background-color: rgb(254,141,131); }
div.DivClassName
{
background-color: #FE8D83;
}
.BgClassName
{
background-color: #FE8D83;
}
</style>
border-color css
<style>
span { border-color: #FE8D83; }
span { border-color: rgb(254,141,131); }
td.TdClassName
{
border-color: #FE8D83;
}
.TagClassName
{
border-color: #FE8D83;
}
</style>