Shades of Mona Lisa #F89B8F
Tints of Mona Lisa #F89B8F
RGB
CMYK
RGB Variations
Color information
#F89B8F (or 0xF89B8F) is known color: Mona Lisa. HEX triplet: F8, 9B and 8F. RGB value is (248,155,143). Sum of RGB (Red+Green+Blue) = 248+155+143=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89B8F is #076470. Grayscale: #B5B5B5. Windows color (decimal): -484465 or 9411576. OLE color: 9411576.
HSL color Cylindrical-coordinate representation of color #F89B8F: hue angle of 6.86º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F89B8F is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 143 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.03 |
| HSL | 6.86º | 0.88% | 0.77% | - |
| HSV(B) | 6.86º | 0.42% | 0.97% | - |
| XYZ | 55.39 | 45.38 | 31.83 | - |
| YUV | 181.44 | 106.31 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 143 | 0 | 0.38 | 0.42 | 0.03 | 6.86 | 0.88 | 0.77 |
| Hex | F8 | 9B | 8F | 0 | 26 | 2A | 3 | 7 | 58 | 4D |
| Octal | 370 | 233 | 217 | 0 | 46 | 52 | 3 | 7 | 130 | 115 |
| Binary | 11111000 | 10011011 | 10001111 | 0 | 100110 | 101010 | 11 | 111 | 1011000 | 1001101 |
Color Harmonies of #F89B8F
Complementary color
Monochromatic Colors of #F89B8F
Black with #F89B8F
Text Example
Text Example
White with #F89B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B8F; }
p { color: rgb(248,155,143); }
H1.HeaderClassName
{
color: #F89B8F;
}
.AnyTagClassName
{
color: #F89B8F;
}
</style>
background-color css
<style>
a { background-color: #F89B8F; }
a { background-color: rgb(248,155,143); }
div.DivClassName
{
background-color: #F89B8F;
}
.BgClassName
{
background-color: #F89B8F;
}
</style>
border-color css
<style>
span { border-color: #F89B8F; }
span { border-color: rgb(248,155,143); }
td.TdClassName
{
border-color: #F89B8F;
}
.TagClassName
{
border-color: #F89B8F;
}
</style>