Shades of Mona Lisa #FE9A94
Tints of Mona Lisa #FE9A94
RGB
CMYK
RGB Variations
Color information
#FE9A94 (or 0xFE9A94) is known color: Mona Lisa. HEX triplet: FE, 9A and 94. RGB value is (254,154,148). Sum of RGB (Red+Green+Blue) = 254+154+148=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9A94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9A94 is #01656B. Grayscale: #B7B7B7. Windows color (decimal): -91500 or 9739006. OLE color: 9739006.
HSL color Cylindrical-coordinate representation of color #FE9A94: hue angle of 3.4º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE9A94 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 154 | 148 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.00 |
| HSL | 3.4º | 0.98% | 0.79% | - |
| HSV(B) | 3.4º | 0.42% | 1% | - |
| XYZ | 57.77 | 46.32 | 33.91 | - |
| YUV | 183.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 154 | 148 | 0 | 0.39 | 0.42 | 0.00 | 3.4 | 0.98 | 0.79 |
| Hex | FE | 9A | 94 | 0 | 27 | 2A | 0 | 3 | 62 | 4F |
| Octal | 376 | 232 | 224 | 0 | 47 | 52 | 0 | 3 | 142 | 117 |
| Binary | 11111110 | 10011010 | 10010100 | 0 | 100111 | 101010 | 0 | 11 | 1100010 | 1001111 |
Color Harmonies of #FE9A94
Complementary color
Monochromatic Colors of #FE9A94
Black with #FE9A94
Text Example
Text Example
White with #FE9A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9A94; }
p { color: rgb(254,154,148); }
H1.HeaderClassName
{
color: #FE9A94;
}
.AnyTagClassName
{
color: #FE9A94;
}
</style>
background-color css
<style>
a { background-color: #FE9A94; }
a { background-color: rgb(254,154,148); }
div.DivClassName
{
background-color: #FE9A94;
}
.BgClassName
{
background-color: #FE9A94;
}
</style>
border-color css
<style>
span { border-color: #FE9A94; }
span { border-color: rgb(254,154,148); }
td.TdClassName
{
border-color: #FE9A94;
}
.TagClassName
{
border-color: #FE9A94;
}
</style>