Shades of Mona Lisa #FEA58B
Tints of Mona Lisa #FEA58B
RGB
CMYK
RGB Variations
Color information
#FEA58B (or 0xFEA58B) is known color: Mona Lisa. HEX triplet: FE, A5 and 8B. RGB value is (254,165,139). Sum of RGB (Red+Green+Blue) = 254+165+139=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA58B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA58B is #015A74. Grayscale: #BCBCBC. Windows color (decimal): -88693 or 9151998. OLE color: 9151998.
HSL color Cylindrical-coordinate representation of color #FEA58B: hue angle of 13.57º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEA58B is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 139 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.00 |
| HSL | 13.57º | 0.98% | 0.77% | - |
| HSV(B) | 13.57º | 0.45% | 1% | - |
| XYZ | 58.99 | 49.85 | 30.94 | - |
| YUV | 188.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 139 | 0 | 0.35 | 0.45 | 0.00 | 13.57 | 0.98 | 0.77 |
| Hex | FE | A5 | 8B | 0 | 23 | 2D | 0 | E | 62 | 4D |
| Octal | 376 | 245 | 213 | 0 | 43 | 55 | 0 | 16 | 142 | 115 |
| Binary | 11111110 | 10100101 | 10001011 | 0 | 100011 | 101101 | 0 | 1110 | 1100010 | 1001101 |
Color Harmonies of #FEA58B
Complementary color
Monochromatic Colors of #FEA58B
Black with #FEA58B
Text Example
Text Example
White with #FEA58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA58B; }
p { color: rgb(254,165,139); }
H1.HeaderClassName
{
color: #FEA58B;
}
.AnyTagClassName
{
color: #FEA58B;
}
</style>
background-color css
<style>
a { background-color: #FEA58B; }
a { background-color: rgb(254,165,139); }
div.DivClassName
{
background-color: #FEA58B;
}
.BgClassName
{
background-color: #FEA58B;
}
</style>
border-color css
<style>
span { border-color: #FEA58B; }
span { border-color: rgb(254,165,139); }
td.TdClassName
{
border-color: #FEA58B;
}
.TagClassName
{
border-color: #FEA58B;
}
</style>