Shades of Mona Lisa #FE8F88
Tints of Mona Lisa #FE8F88
RGB
CMYK
RGB Variations
Color information
#FE8F88 (or 0xFE8F88) is known color: Mona Lisa. HEX triplet: FE, 8F and 88. RGB value is (254,143,136). Sum of RGB (Red+Green+Blue) = 254+143+136=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F88 is #017077. Grayscale: #AFAFAF. Windows color (decimal): -94328 or 8949758. OLE color: 8949758.
HSL color Cylindrical-coordinate representation of color #FE8F88: hue angle of 3.56º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE8F88 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 136 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.00 |
| HSL | 3.56º | 0.98% | 0.76% | - |
| HSV(B) | 3.56º | 0.46% | 1% | - |
| XYZ | 55.14 | 42.49 | 28.59 | - |
| YUV | 175.39 | 105.77 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 136 | 0 | 0.44 | 0.46 | 0.00 | 3.56 | 0.98 | 0.76 |
| Hex | FE | 8F | 88 | 0 | 2C | 2E | 0 | 4 | 62 | 4C |
| Octal | 376 | 217 | 210 | 0 | 54 | 56 | 0 | 4 | 142 | 114 |
| Binary | 11111110 | 10001111 | 10001000 | 0 | 101100 | 101110 | 0 | 100 | 1100010 | 1001100 |
Color Harmonies of #FE8F88
Complementary color
Monochromatic Colors of #FE8F88
Black with #FE8F88
Text Example
Text Example
White with #FE8F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F88; }
p { color: rgb(254,143,136); }
H1.HeaderClassName
{
color: #FE8F88;
}
.AnyTagClassName
{
color: #FE8F88;
}
</style>
background-color css
<style>
a { background-color: #FE8F88; }
a { background-color: rgb(254,143,136); }
div.DivClassName
{
background-color: #FE8F88;
}
.BgClassName
{
background-color: #FE8F88;
}
</style>
border-color css
<style>
span { border-color: #FE8F88; }
span { border-color: rgb(254,143,136); }
td.TdClassName
{
border-color: #FE8F88;
}
.TagClassName
{
border-color: #FE8F88;
}
</style>