Shades of Mona Lisa #FE948D
Tints of Mona Lisa #FE948D
RGB
CMYK
RGB Variations
Color information
#FE948D (or 0xFE948D) is known color: Mona Lisa. HEX triplet: FE, 94 and 8D. RGB value is (254,148,141). Sum of RGB (Red+Green+Blue) = 254+148+141=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE948D is #016B72. Grayscale: #B3B3B3. Windows color (decimal): -93043 or 9278718. OLE color: 9278718.
HSL color Cylindrical-coordinate representation of color #FE948D: hue angle of 3.72º 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 #FE948D is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 141 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.00 |
| HSL | 3.72º | 0.98% | 0.77% | - |
| HSV(B) | 3.72º | 0.44% | 1% | - |
| XYZ | 56.27 | 44.17 | 30.76 | - |
| YUV | 178.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 141 | 0 | 0.42 | 0.44 | 0.00 | 3.72 | 0.98 | 0.77 |
| Hex | FE | 94 | 8D | 0 | 2A | 2C | 0 | 4 | 62 | 4D |
| Octal | 376 | 224 | 215 | 0 | 52 | 54 | 0 | 4 | 142 | 115 |
| Binary | 11111110 | 10010100 | 10001101 | 0 | 101010 | 101100 | 0 | 100 | 1100010 | 1001101 |
Color Harmonies of #FE948D
Complementary color
Monochromatic Colors of #FE948D
Black with #FE948D
Text Example
Text Example
White with #FE948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE948D; }
p { color: rgb(254,148,141); }
H1.HeaderClassName
{
color: #FE948D;
}
.AnyTagClassName
{
color: #FE948D;
}
</style>
background-color css
<style>
a { background-color: #FE948D; }
a { background-color: rgb(254,148,141); }
div.DivClassName
{
background-color: #FE948D;
}
.BgClassName
{
background-color: #FE948D;
}
</style>
border-color css
<style>
span { border-color: #FE948D; }
span { border-color: rgb(254,148,141); }
td.TdClassName
{
border-color: #FE948D;
}
.TagClassName
{
border-color: #FE948D;
}
</style>