Shades of Mona Lisa #FE8B83
Tints of Mona Lisa #FE8B83
RGB
CMYK
RGB Variations
Color information
#FE8B83 (or 0xFE8B83) is known color: Mona Lisa. HEX triplet: FE, 8B and 83. RGB value is (254,139,131). Sum of RGB (Red+Green+Blue) = 254+139+131=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8B83 is #01747C. Grayscale: #ACACAC. Windows color (decimal): -95357 or 8621054. OLE color: 8621054.
HSL color Cylindrical-coordinate representation of color #FE8B83: hue angle of 3.9º 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 #FE8B83 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 131 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.00 |
| HSL | 3.9º | 0.98% | 0.75% | - |
| HSV(B) | 3.9º | 0.48% | 1% | - |
| XYZ | 54.2 | 41.17 | 26.56 | - |
| YUV | 172.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 131 | 0 | 0.45 | 0.48 | 0.00 | 3.9 | 0.98 | 0.75 |
| Hex | FE | 8B | 83 | 0 | 2D | 30 | 0 | 4 | 62 | 4B |
| Octal | 376 | 213 | 203 | 0 | 55 | 60 | 0 | 4 | 142 | 113 |
| Binary | 11111110 | 10001011 | 10000011 | 0 | 101101 | 110000 | 0 | 100 | 1100010 | 1001011 |
Color Harmonies of #FE8B83
Complementary color
Monochromatic Colors of #FE8B83
Black with #FE8B83
Text Example
Text Example
White with #FE8B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B83; }
p { color: rgb(254,139,131); }
H1.HeaderClassName
{
color: #FE8B83;
}
.AnyTagClassName
{
color: #FE8B83;
}
</style>
background-color css
<style>
a { background-color: #FE8B83; }
a { background-color: rgb(254,139,131); }
div.DivClassName
{
background-color: #FE8B83;
}
.BgClassName
{
background-color: #FE8B83;
}
</style>
border-color css
<style>
span { border-color: #FE8B83; }
span { border-color: rgb(254,139,131); }
td.TdClassName
{
border-color: #FE8B83;
}
.TagClassName
{
border-color: #FE8B83;
}
</style>