Shades of Mona Lisa #FE9C8D
Tints of Mona Lisa #FE9C8D
RGB
CMYK
RGB Variations
Color information
#FE9C8D (or 0xFE9C8D) is known color: Mona Lisa. HEX triplet: FE, 9C and 8D. RGB value is (254,156,141). Sum of RGB (Red+Green+Blue) = 254+156+141=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9C8D is #016372. Grayscale: #B7B7B7. Windows color (decimal): -90995 or 9280766. OLE color: 9280766.
HSL color Cylindrical-coordinate representation of color #FE9C8D: hue angle of 7.96º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE9C8D is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 141 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.00 |
| HSL | 7.96º | 0.98% | 0.77% | - |
| HSV(B) | 7.96º | 0.44% | 1% | - |
| XYZ | 57.57 | 46.77 | 31.19 | - |
| YUV | 183.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 141 | 0 | 0.39 | 0.44 | 0.00 | 7.96 | 0.98 | 0.77 |
| Hex | FE | 9C | 8D | 0 | 27 | 2C | 0 | 8 | 62 | 4D |
| Octal | 376 | 234 | 215 | 0 | 47 | 54 | 0 | 10 | 142 | 115 |
| Binary | 11111110 | 10011100 | 10001101 | 0 | 100111 | 101100 | 0 | 1000 | 1100010 | 1001101 |
Color Harmonies of #FE9C8D
Complementary color
Monochromatic Colors of #FE9C8D
Black with #FE9C8D
Text Example
Text Example
White with #FE9C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9C8D; }
p { color: rgb(254,156,141); }
H1.HeaderClassName
{
color: #FE9C8D;
}
.AnyTagClassName
{
color: #FE9C8D;
}
</style>
background-color css
<style>
a { background-color: #FE9C8D; }
a { background-color: rgb(254,156,141); }
div.DivClassName
{
background-color: #FE9C8D;
}
.BgClassName
{
background-color: #FE9C8D;
}
</style>
border-color css
<style>
span { border-color: #FE9C8D; }
span { border-color: rgb(254,156,141); }
td.TdClassName
{
border-color: #FE9C8D;
}
.TagClassName
{
border-color: #FE9C8D;
}
</style>