Shades of Mona Lisa #FE958C
Tints of Mona Lisa #FE958C
RGB
CMYK
RGB Variations
Color information
#FE958C (or 0xFE958C) is known color: Mona Lisa. HEX triplet: FE, 95 and 8C. RGB value is (254,149,140). Sum of RGB (Red+Green+Blue) = 254+149+140=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE958C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE958C is #016A73. Grayscale: #B3B3B3. Windows color (decimal): -92788 or 9213438. OLE color: 9213438.
HSL color Cylindrical-coordinate representation of color #FE958C: hue angle of 4.74º 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 #FE958C is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 140 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.00 |
| HSL | 4.74º | 0.98% | 0.77% | - |
| HSV(B) | 4.74º | 0.45% | 1% | - |
| XYZ | 56.35 | 44.46 | 30.42 | - |
| YUV | 179.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 140 | 0 | 0.41 | 0.45 | 0.00 | 4.74 | 0.98 | 0.77 |
| Hex | FE | 95 | 8C | 0 | 29 | 2D | 0 | 5 | 62 | 4D |
| Octal | 376 | 225 | 214 | 0 | 51 | 55 | 0 | 5 | 142 | 115 |
| Binary | 11111110 | 10010101 | 10001100 | 0 | 101001 | 101101 | 0 | 101 | 1100010 | 1001101 |
Color Harmonies of #FE958C
Complementary color
Monochromatic Colors of #FE958C
Black with #FE958C
Text Example
Text Example
White with #FE958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE958C; }
p { color: rgb(254,149,140); }
H1.HeaderClassName
{
color: #FE958C;
}
.AnyTagClassName
{
color: #FE958C;
}
</style>
background-color css
<style>
a { background-color: #FE958C; }
a { background-color: rgb(254,149,140); }
div.DivClassName
{
background-color: #FE958C;
}
.BgClassName
{
background-color: #FE958C;
}
</style>
border-color css
<style>
span { border-color: #FE958C; }
span { border-color: rgb(254,149,140); }
td.TdClassName
{
border-color: #FE958C;
}
.TagClassName
{
border-color: #FE958C;
}
</style>