Shades of Mona Lisa #F89D8D
Tints of Mona Lisa #F89D8D
RGB
CMYK
RGB Variations
Color information
#F89D8D (or 0xF89D8D) is known color: Mona Lisa. HEX triplet: F8, 9D and 8D. RGB value is (248,157,141). Sum of RGB (Red+Green+Blue) = 248+157+141=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F89D8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89D8D is #076272. Grayscale: #B6B6B6. Windows color (decimal): -483955 or 9281016. OLE color: 9281016.
HSL color Cylindrical-coordinate representation of color #F89D8D: hue angle of 8.97º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F89D8D is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 157 | 141 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.03 |
| HSL | 8.97º | 0.88% | 0.76% | - |
| HSV(B) | 8.97º | 0.43% | 0.97% | - |
| XYZ | 55.58 | 45.99 | 31.15 | - |
| YUV | 182.39 | 104.65 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 157 | 141 | 0 | 0.37 | 0.43 | 0.03 | 8.97 | 0.88 | 0.76 |
| Hex | F8 | 9D | 8D | 0 | 25 | 2B | 3 | 9 | 58 | 4C |
| Octal | 370 | 235 | 215 | 0 | 45 | 53 | 3 | 11 | 130 | 114 |
| Binary | 11111000 | 10011101 | 10001101 | 0 | 100101 | 101011 | 11 | 1001 | 1011000 | 1001100 |
Color Harmonies of #F89D8D
Complementary color
Monochromatic Colors of #F89D8D
Black with #F89D8D
Text Example
Text Example
White with #F89D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89D8D; }
p { color: rgb(248,157,141); }
H1.HeaderClassName
{
color: #F89D8D;
}
.AnyTagClassName
{
color: #F89D8D;
}
</style>
background-color css
<style>
a { background-color: #F89D8D; }
a { background-color: rgb(248,157,141); }
div.DivClassName
{
background-color: #F89D8D;
}
.BgClassName
{
background-color: #F89D8D;
}
</style>
border-color css
<style>
span { border-color: #F89D8D; }
span { border-color: rgb(248,157,141); }
td.TdClassName
{
border-color: #F89D8D;
}
.TagClassName
{
border-color: #F89D8D;
}
</style>