Shades of Mona Lisa #FD8F8C
Tints of Mona Lisa #FD8F8C
RGB
CMYK
RGB Variations
Color information
#FD8F8C (or 0xFD8F8C) is known color: Mona Lisa. HEX triplet: FD, 8F and 8C. RGB value is (253,143,140). Sum of RGB (Red+Green+Blue) = 253+143+140=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8F8C is #027073. Grayscale: #AFAFAF. Windows color (decimal): -159860 or 9211901. OLE color: 9211901.
HSL color Cylindrical-coordinate representation of color #FD8F8C: hue angle of 1.59º 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 #FD8F8C is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 140 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.01 |
| HSL | 1.59º | 0.97% | 0.77% | - |
| HSV(B) | 1.59º | 0.45% | 0.99% | - |
| XYZ | 55.06 | 42.42 | 30.1 | - |
| YUV | 175.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 140 | 0 | 0.43 | 0.45 | 0.01 | 1.59 | 0.97 | 0.77 |
| Hex | FD | 8F | 8C | 0 | 2B | 2D | 1 | 2 | 61 | 4D |
| Octal | 375 | 217 | 214 | 0 | 53 | 55 | 1 | 2 | 141 | 115 |
| Binary | 11111101 | 10001111 | 10001100 | 0 | 101011 | 101101 | 1 | 10 | 1100001 | 1001101 |
Color Harmonies of #FD8F8C
Complementary color
Monochromatic Colors of #FD8F8C
Black with #FD8F8C
Text Example
Text Example
White with #FD8F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8F8C; }
p { color: rgb(253,143,140); }
H1.HeaderClassName
{
color: #FD8F8C;
}
.AnyTagClassName
{
color: #FD8F8C;
}
</style>
background-color css
<style>
a { background-color: #FD8F8C; }
a { background-color: rgb(253,143,140); }
div.DivClassName
{
background-color: #FD8F8C;
}
.BgClassName
{
background-color: #FD8F8C;
}
</style>
border-color css
<style>
span { border-color: #FD8F8C; }
span { border-color: rgb(253,143,140); }
td.TdClassName
{
border-color: #FD8F8C;
}
.TagClassName
{
border-color: #FD8F8C;
}
</style>