Shades of Mona Lisa #FE938A
Tints of Mona Lisa #FE938A
RGB
CMYK
RGB Variations
Color information
#FE938A (or 0xFE938A) is known color: Mona Lisa. HEX triplet: FE, 93 and 8A. RGB value is (254,147,138). Sum of RGB (Red+Green+Blue) = 254+147+138=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE938A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE938A is #016C75. Grayscale: #B2B2B2. Windows color (decimal): -93302 or 9081854. OLE color: 9081854.
HSL color Cylindrical-coordinate representation of color #FE938A: hue angle of 4.66º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE938A is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 138 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.00 |
| HSL | 4.66º | 0.98% | 0.77% | - |
| HSV(B) | 4.66º | 0.46% | 1% | - |
| XYZ | 55.89 | 43.77 | 29.55 | - |
| YUV | 177.97 | 105.45 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 138 | 0 | 0.42 | 0.46 | 0.00 | 4.66 | 0.98 | 0.77 |
| Hex | FE | 93 | 8A | 0 | 2A | 2E | 0 | 5 | 62 | 4D |
| Octal | 376 | 223 | 212 | 0 | 52 | 56 | 0 | 5 | 142 | 115 |
| Binary | 11111110 | 10010011 | 10001010 | 0 | 101010 | 101110 | 0 | 101 | 1100010 | 1001101 |
Color Harmonies of #FE938A
Complementary color
Monochromatic Colors of #FE938A
Black with #FE938A
Text Example
Text Example
White with #FE938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE938A; }
p { color: rgb(254,147,138); }
H1.HeaderClassName
{
color: #FE938A;
}
.AnyTagClassName
{
color: #FE938A;
}
</style>
background-color css
<style>
a { background-color: #FE938A; }
a { background-color: rgb(254,147,138); }
div.DivClassName
{
background-color: #FE938A;
}
.BgClassName
{
background-color: #FE938A;
}
</style>
border-color css
<style>
span { border-color: #FE938A; }
span { border-color: rgb(254,147,138); }
td.TdClassName
{
border-color: #FE938A;
}
.TagClassName
{
border-color: #FE938A;
}
</style>