Shades of Mona Lisa #FE8F85
Tints of Mona Lisa #FE8F85
RGB
CMYK
RGB Variations
Color information
#FE8F85 (or 0xFE8F85) is known color: Mona Lisa. HEX triplet: FE, 8F and 85. RGB value is (254,143,133). Sum of RGB (Red+Green+Blue) = 254+143+133=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8F85 is #01707A. Grayscale: #AFAFAF. Windows color (decimal): -94331 or 8753150. OLE color: 8753150.
HSL color Cylindrical-coordinate representation of color #FE8F85: hue angle of 4.96º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FE8F85 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 133 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.00 |
| HSL | 4.96º | 0.98% | 0.76% | - |
| HSV(B) | 4.96º | 0.48% | 1% | - |
| XYZ | 54.93 | 42.41 | 27.48 | - |
| YUV | 175.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 133 | 0 | 0.44 | 0.48 | 0.00 | 4.96 | 0.98 | 0.76 |
| Hex | FE | 8F | 85 | 0 | 2C | 30 | 0 | 5 | 62 | 4C |
| Octal | 376 | 217 | 205 | 0 | 54 | 60 | 0 | 5 | 142 | 114 |
| Binary | 11111110 | 10001111 | 10000101 | 0 | 101100 | 110000 | 0 | 101 | 1100010 | 1001100 |
Color Harmonies of #FE8F85
Complementary color
Monochromatic Colors of #FE8F85
Black with #FE8F85
Text Example
Text Example
White with #FE8F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F85; }
p { color: rgb(254,143,133); }
H1.HeaderClassName
{
color: #FE8F85;
}
.AnyTagClassName
{
color: #FE8F85;
}
</style>
background-color css
<style>
a { background-color: #FE8F85; }
a { background-color: rgb(254,143,133); }
div.DivClassName
{
background-color: #FE8F85;
}
.BgClassName
{
background-color: #FE8F85;
}
</style>
border-color css
<style>
span { border-color: #FE8F85; }
span { border-color: rgb(254,143,133); }
td.TdClassName
{
border-color: #FE8F85;
}
.TagClassName
{
border-color: #FE8F85;
}
</style>