Shades of Mona Lisa #FE948F
Tints of Mona Lisa #FE948F
RGB
CMYK
RGB Variations
Color information
#FE948F (or 0xFE948F) is known color: Mona Lisa. HEX triplet: FE, 94 and 8F. RGB value is (254,148,143). Sum of RGB (Red+Green+Blue) = 254+148+143=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE948F is #016B70. Grayscale: #B3B3B3. Windows color (decimal): -93041 or 9409790. OLE color: 9409790.
HSL color Cylindrical-coordinate representation of color #FE948F: hue angle of 2.7º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE948F is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 148 | 143 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.00 |
| HSL | 2.7º | 0.98% | 0.78% | - |
| HSV(B) | 2.7º | 0.44% | 1% | - |
| XYZ | 56.42 | 44.23 | 31.55 | - |
| YUV | 179.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 148 | 143 | 0 | 0.42 | 0.44 | 0.00 | 2.7 | 0.98 | 0.78 |
| Hex | FE | 94 | 8F | 0 | 2A | 2C | 0 | 3 | 62 | 4E |
| Octal | 376 | 224 | 217 | 0 | 52 | 54 | 0 | 3 | 142 | 116 |
| Binary | 11111110 | 10010100 | 10001111 | 0 | 101010 | 101100 | 0 | 11 | 1100010 | 1001110 |
Color Harmonies of #FE948F
Complementary color
Monochromatic Colors of #FE948F
Black with #FE948F
Text Example
Text Example
White with #FE948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE948F; }
p { color: rgb(254,148,143); }
H1.HeaderClassName
{
color: #FE948F;
}
.AnyTagClassName
{
color: #FE948F;
}
</style>
background-color css
<style>
a { background-color: #FE948F; }
a { background-color: rgb(254,148,143); }
div.DivClassName
{
background-color: #FE948F;
}
.BgClassName
{
background-color: #FE948F;
}
</style>
border-color css
<style>
span { border-color: #FE948F; }
span { border-color: rgb(254,148,143); }
td.TdClassName
{
border-color: #FE948F;
}
.TagClassName
{
border-color: #FE948F;
}
</style>