Shades of Mona Lisa #F89B8D
Tints of Mona Lisa #F89B8D
RGB
CMYK
RGB Variations
Color information
#F89B8D (or 0xF89B8D) is known color: Mona Lisa. HEX triplet: F8, 9B and 8D. RGB value is (248,155,141). Sum of RGB (Red+Green+Blue) = 248+155+141=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89B8D is #076472. Grayscale: #B5B5B5. Windows color (decimal): -484467 or 9280504. OLE color: 9280504.
HSL color Cylindrical-coordinate representation of color #F89B8D: hue angle of 7.85º 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 #F89B8D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 141 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.03 |
| HSL | 7.85º | 0.88% | 0.76% | - |
| HSV(B) | 7.85º | 0.43% | 0.97% | - |
| XYZ | 55.24 | 45.32 | 31.04 | - |
| YUV | 181.21 | 105.31 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 141 | 0 | 0.38 | 0.43 | 0.03 | 7.85 | 0.88 | 0.76 |
| Hex | F8 | 9B | 8D | 0 | 26 | 2B | 3 | 8 | 58 | 4C |
| Octal | 370 | 233 | 215 | 0 | 46 | 53 | 3 | 10 | 130 | 114 |
| Binary | 11111000 | 10011011 | 10001101 | 0 | 100110 | 101011 | 11 | 1000 | 1011000 | 1001100 |
Color Harmonies of #F89B8D
Complementary color
Monochromatic Colors of #F89B8D
Black with #F89B8D
Text Example
Text Example
White with #F89B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B8D; }
p { color: rgb(248,155,141); }
H1.HeaderClassName
{
color: #F89B8D;
}
.AnyTagClassName
{
color: #F89B8D;
}
</style>
background-color css
<style>
a { background-color: #F89B8D; }
a { background-color: rgb(248,155,141); }
div.DivClassName
{
background-color: #F89B8D;
}
.BgClassName
{
background-color: #F89B8D;
}
</style>
border-color css
<style>
span { border-color: #F89B8D; }
span { border-color: rgb(248,155,141); }
td.TdClassName
{
border-color: #F89B8D;
}
.TagClassName
{
border-color: #F89B8D;
}
</style>