Shades of Mona Lisa #FD8C89
Tints of Mona Lisa #FD8C89
RGB
CMYK
RGB Variations
Color information
#FD8C89 (or 0xFD8C89) is known color: Mona Lisa. HEX triplet: FD, 8C and 89. RGB value is (253,140,137). Sum of RGB (Red+Green+Blue) = 253+140+137=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8C89 is #027376. Grayscale: #ADADAD. Windows color (decimal): -160631 or 9014525. OLE color: 9014525.
HSL color Cylindrical-coordinate representation of color #FD8C89: hue angle of 1.55º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD8C89 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 137 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.01 |
| HSL | 1.55º | 0.97% | 0.76% | - |
| HSV(B) | 1.55º | 0.46% | 0.99% | - |
| XYZ | 54.4 | 41.44 | 28.8 | - |
| YUV | 173.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 137 | 0 | 0.45 | 0.46 | 0.01 | 1.55 | 0.97 | 0.76 |
| Hex | FD | 8C | 89 | 0 | 2D | 2E | 1 | 2 | 61 | 4C |
| Octal | 375 | 214 | 211 | 0 | 55 | 56 | 1 | 2 | 141 | 114 |
| Binary | 11111101 | 10001100 | 10001001 | 0 | 101101 | 101110 | 1 | 10 | 1100001 | 1001100 |
Color Harmonies of #FD8C89
Complementary color
Monochromatic Colors of #FD8C89
Black with #FD8C89
Text Example
Text Example
White with #FD8C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C89; }
p { color: rgb(253,140,137); }
H1.HeaderClassName
{
color: #FD8C89;
}
.AnyTagClassName
{
color: #FD8C89;
}
</style>
background-color css
<style>
a { background-color: #FD8C89; }
a { background-color: rgb(253,140,137); }
div.DivClassName
{
background-color: #FD8C89;
}
.BgClassName
{
background-color: #FD8C89;
}
</style>
border-color css
<style>
span { border-color: #FD8C89; }
span { border-color: rgb(253,140,137); }
td.TdClassName
{
border-color: #FD8C89;
}
.TagClassName
{
border-color: #FD8C89;
}
</style>