Shades of Mona Lisa #FEA38B
Tints of Mona Lisa #FEA38B
RGB
CMYK
RGB Variations
Color information
#FEA38B (or 0xFEA38B) is known color: Mona Lisa. HEX triplet: FE, A3 and 8B. RGB value is (254,163,139). Sum of RGB (Red+Green+Blue) = 254+163+139=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA38B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA38B is #015C74. Grayscale: #BBBBBB. Windows color (decimal): -89205 or 9151486. OLE color: 9151486.
HSL color Cylindrical-coordinate representation of color #FEA38B: hue angle of 12.52º 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 #FEA38B is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 139 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.00 |
| HSL | 12.52º | 0.98% | 0.77% | - |
| HSV(B) | 12.52º | 0.45% | 1% | - |
| XYZ | 58.63 | 49.13 | 30.82 | - |
| YUV | 187.47 | 100.65 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 139 | 0 | 0.36 | 0.45 | 0.00 | 12.52 | 0.98 | 0.77 |
| Hex | FE | A3 | 8B | 0 | 24 | 2D | 0 | D | 62 | 4D |
| Octal | 376 | 243 | 213 | 0 | 44 | 55 | 0 | 15 | 142 | 115 |
| Binary | 11111110 | 10100011 | 10001011 | 0 | 100100 | 101101 | 0 | 1101 | 1100010 | 1001101 |
Color Harmonies of #FEA38B
Complementary color
Monochromatic Colors of #FEA38B
Black with #FEA38B
Text Example
Text Example
White with #FEA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA38B; }
p { color: rgb(254,163,139); }
H1.HeaderClassName
{
color: #FEA38B;
}
.AnyTagClassName
{
color: #FEA38B;
}
</style>
background-color css
<style>
a { background-color: #FEA38B; }
a { background-color: rgb(254,163,139); }
div.DivClassName
{
background-color: #FEA38B;
}
.BgClassName
{
background-color: #FEA38B;
}
</style>
border-color css
<style>
span { border-color: #FEA38B; }
span { border-color: rgb(254,163,139); }
td.TdClassName
{
border-color: #FEA38B;
}
.TagClassName
{
border-color: #FEA38B;
}
</style>