Shades of Mona Lisa #FD8D8C
Tints of Mona Lisa #FD8D8C
RGB
CMYK
RGB Variations
Color information
#FD8D8C (or 0xFD8D8C) is known color: Mona Lisa. HEX triplet: FD, 8D and 8C. RGB value is (253,141,140). Sum of RGB (Red+Green+Blue) = 253+141+140=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8D8C is #027273. Grayscale: #AEAEAE. Windows color (decimal): -160372 or 9211389. OLE color: 9211389.
HSL color Cylindrical-coordinate representation of color #FD8D8C: hue angle of 0.53º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8D8C is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 140 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.01 |
| HSL | 0.53º | 0.97% | 0.77% | - |
| HSV(B) | 0.53º | 0.45% | 0.99% | - |
| XYZ | 54.77 | 41.83 | 30 | - |
| YUV | 174.37 | 108.61 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 140 | 0 | 0.44 | 0.45 | 0.01 | 0.53 | 0.97 | 0.77 |
| Hex | FD | 8D | 8C | 0 | 2C | 2D | 1 | 1 | 61 | 4D |
| Octal | 375 | 215 | 214 | 0 | 54 | 55 | 1 | 1 | 141 | 115 |
| Binary | 11111101 | 10001101 | 10001100 | 0 | 101100 | 101101 | 1 | 1 | 1100001 | 1001101 |
Color Harmonies of #FD8D8C
Complementary color
Monochromatic Colors of #FD8D8C
Black with #FD8D8C
Text Example
Text Example
White with #FD8D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D8C; }
p { color: rgb(253,141,140); }
H1.HeaderClassName
{
color: #FD8D8C;
}
.AnyTagClassName
{
color: #FD8D8C;
}
</style>
background-color css
<style>
a { background-color: #FD8D8C; }
a { background-color: rgb(253,141,140); }
div.DivClassName
{
background-color: #FD8D8C;
}
.BgClassName
{
background-color: #FD8D8C;
}
</style>
border-color css
<style>
span { border-color: #FD8D8C; }
span { border-color: rgb(253,141,140); }
td.TdClassName
{
border-color: #FD8D8C;
}
.TagClassName
{
border-color: #FD8D8C;
}
</style>