Shades of Mona Lisa #FE928F
Tints of Mona Lisa #FE928F
RGB
CMYK
RGB Variations
Color information
#FE928F (or 0xFE928F) is known color: Mona Lisa. HEX triplet: FE, 92 and 8F. RGB value is (254,146,143). Sum of RGB (Red+Green+Blue) = 254+146+143=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE928F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE928F is #016D70. Grayscale: #B2B2B2. Windows color (decimal): -93553 or 9409278. OLE color: 9409278.
HSL color Cylindrical-coordinate representation of color #FE928F: hue angle of 1.62º 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 #FE928F is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 146 | 143 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.00 |
| HSL | 1.62º | 0.98% | 0.78% | - |
| HSV(B) | 1.62º | 0.44% | 1% | - |
| XYZ | 56.11 | 43.61 | 31.45 | - |
| YUV | 177.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 146 | 143 | 0 | 0.43 | 0.44 | 0.00 | 1.62 | 0.98 | 0.78 |
| Hex | FE | 92 | 8F | 0 | 2B | 2C | 0 | 2 | 62 | 4E |
| Octal | 376 | 222 | 217 | 0 | 53 | 54 | 0 | 2 | 142 | 116 |
| Binary | 11111110 | 10010010 | 10001111 | 0 | 101011 | 101100 | 0 | 10 | 1100010 | 1001110 |
Color Harmonies of #FE928F
Complementary color
Monochromatic Colors of #FE928F
Black with #FE928F
Text Example
Text Example
White with #FE928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE928F; }
p { color: rgb(254,146,143); }
H1.HeaderClassName
{
color: #FE928F;
}
.AnyTagClassName
{
color: #FE928F;
}
</style>
background-color css
<style>
a { background-color: #FE928F; }
a { background-color: rgb(254,146,143); }
div.DivClassName
{
background-color: #FE928F;
}
.BgClassName
{
background-color: #FE928F;
}
</style>
border-color css
<style>
span { border-color: #FE928F; }
span { border-color: rgb(254,146,143); }
td.TdClassName
{
border-color: #FE928F;
}
.TagClassName
{
border-color: #FE928F;
}
</style>