Shades of Mona Lisa #FE8A83
Tints of Mona Lisa #FE8A83
RGB
CMYK
RGB Variations
Color information
#FE8A83 (or 0xFE8A83) is known color: Mona Lisa. HEX triplet: FE, 8A and 83. RGB value is (254,138,131). Sum of RGB (Red+Green+Blue) = 254+138+131=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8A83 is #01757C. Grayscale: #ACACAC. Windows color (decimal): -95613 or 8620798. OLE color: 8620798.
HSL color Cylindrical-coordinate representation of color #FE8A83: hue angle of 3.41º 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 #FE8A83 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 131 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.00 |
| HSL | 3.41º | 0.98% | 0.75% | - |
| HSV(B) | 3.41º | 0.48% | 1% | - |
| XYZ | 54.06 | 40.89 | 26.52 | - |
| YUV | 171.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 131 | 0 | 0.46 | 0.48 | 0.00 | 3.41 | 0.98 | 0.75 |
| Hex | FE | 8A | 83 | 0 | 2E | 30 | 0 | 3 | 62 | 4B |
| Octal | 376 | 212 | 203 | 0 | 56 | 60 | 0 | 3 | 142 | 113 |
| Binary | 11111110 | 10001010 | 10000011 | 0 | 101110 | 110000 | 0 | 11 | 1100010 | 1001011 |
Color Harmonies of #FE8A83
Complementary color
Monochromatic Colors of #FE8A83
Black with #FE8A83
Text Example
Text Example
White with #FE8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A83; }
p { color: rgb(254,138,131); }
H1.HeaderClassName
{
color: #FE8A83;
}
.AnyTagClassName
{
color: #FE8A83;
}
</style>
background-color css
<style>
a { background-color: #FE8A83; }
a { background-color: rgb(254,138,131); }
div.DivClassName
{
background-color: #FE8A83;
}
.BgClassName
{
background-color: #FE8A83;
}
</style>
border-color css
<style>
span { border-color: #FE8A83; }
span { border-color: rgb(254,138,131); }
td.TdClassName
{
border-color: #FE8A83;
}
.TagClassName
{
border-color: #FE8A83;
}
</style>