Shades of Mona Lisa #FD8D8B
Tints of Mona Lisa #FD8D8B
RGB
CMYK
RGB Variations
Color information
#FD8D8B (or 0xFD8D8B) is known color: Mona Lisa. HEX triplet: FD, 8D and 8B. RGB value is (253,141,139). Sum of RGB (Red+Green+Blue) = 253+141+139=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8D8B is #027274. Grayscale: #AEAEAE. Windows color (decimal): -160373 or 9145853. OLE color: 9145853.
HSL color Cylindrical-coordinate representation of color #FD8D8B: hue angle of 1.05º 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 #FD8D8B is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 141 | 139 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.01 |
| HSL | 1.05º | 0.97% | 0.77% | - |
| HSV(B) | 1.05º | 0.45% | 0.99% | - |
| XYZ | 54.69 | 41.8 | 29.61 | - |
| YUV | 174.26 | 108.11 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 141 | 139 | 0 | 0.44 | 0.45 | 0.01 | 1.05 | 0.97 | 0.77 |
| Hex | FD | 8D | 8B | 0 | 2C | 2D | 1 | 1 | 61 | 4D |
| Octal | 375 | 215 | 213 | 0 | 54 | 55 | 1 | 1 | 141 | 115 |
| Binary | 11111101 | 10001101 | 10001011 | 0 | 101100 | 101101 | 1 | 1 | 1100001 | 1001101 |
Color Harmonies of #FD8D8B
Complementary color
Monochromatic Colors of #FD8D8B
Black with #FD8D8B
Text Example
Text Example
White with #FD8D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8D8B; }
p { color: rgb(253,141,139); }
H1.HeaderClassName
{
color: #FD8D8B;
}
.AnyTagClassName
{
color: #FD8D8B;
}
</style>
background-color css
<style>
a { background-color: #FD8D8B; }
a { background-color: rgb(253,141,139); }
div.DivClassName
{
background-color: #FD8D8B;
}
.BgClassName
{
background-color: #FD8D8B;
}
</style>
border-color css
<style>
span { border-color: #FD8D8B; }
span { border-color: rgb(253,141,139); }
td.TdClassName
{
border-color: #FD8D8B;
}
.TagClassName
{
border-color: #FD8D8B;
}
</style>