Shades of Mona Lisa #FE908A
Tints of Mona Lisa #FE908A
RGB
CMYK
RGB Variations
Color information
#FE908A (or 0xFE908A) is known color: Mona Lisa. HEX triplet: FE, 90 and 8A. RGB value is (254,144,138). Sum of RGB (Red+Green+Blue) = 254+144+138=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FE908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE908A is #016F75. Grayscale: #B0B0B0. Windows color (decimal): -94070 or 9081086. OLE color: 9081086.
HSL color Cylindrical-coordinate representation of color #FE908A: hue angle of 3.1º 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 #FE908A is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 138 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.00 |
| HSL | 3.1º | 0.98% | 0.77% | - |
| HSV(B) | 3.1º | 0.46% | 1% | - |
| XYZ | 55.43 | 42.85 | 29.39 | - |
| YUV | 176.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 138 | 0 | 0.43 | 0.46 | 0.00 | 3.1 | 0.98 | 0.77 |
| Hex | FE | 90 | 8A | 0 | 2B | 2E | 0 | 3 | 62 | 4D |
| Octal | 376 | 220 | 212 | 0 | 53 | 56 | 0 | 3 | 142 | 115 |
| Binary | 11111110 | 10010000 | 10001010 | 0 | 101011 | 101110 | 0 | 11 | 1100010 | 1001101 |
Color Harmonies of #FE908A
Complementary color
Monochromatic Colors of #FE908A
Black with #FE908A
Text Example
Text Example
White with #FE908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE908A; }
p { color: rgb(254,144,138); }
H1.HeaderClassName
{
color: #FE908A;
}
.AnyTagClassName
{
color: #FE908A;
}
</style>
background-color css
<style>
a { background-color: #FE908A; }
a { background-color: rgb(254,144,138); }
div.DivClassName
{
background-color: #FE908A;
}
.BgClassName
{
background-color: #FE908A;
}
</style>
border-color css
<style>
span { border-color: #FE908A; }
span { border-color: rgb(254,144,138); }
td.TdClassName
{
border-color: #FE908A;
}
.TagClassName
{
border-color: #FE908A;
}
</style>