Shades of Mona Lisa #FD978D
Tints of Mona Lisa #FD978D
RGB
CMYK
RGB Variations
Color information
#FD978D (or 0xFD978D) is known color: Mona Lisa. HEX triplet: FD, 97 and 8D. RGB value is (253,151,141). Sum of RGB (Red+Green+Blue) = 253+151+141=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD978D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD978D is #026872. Grayscale: #B4B4B4. Windows color (decimal): -157811 or 9279485. OLE color: 9279485.
HSL color Cylindrical-coordinate representation of color #FD978D: hue angle of 5.36º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FD978D is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 151 | 141 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.01 |
| HSL | 5.36º | 0.97% | 0.77% | - |
| HSV(B) | 5.36º | 0.44% | 0.99% | - |
| XYZ | 56.38 | 44.94 | 30.9 | - |
| YUV | 180.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 151 | 141 | 0 | 0.40 | 0.44 | 0.01 | 5.36 | 0.97 | 0.77 |
| Hex | FD | 97 | 8D | 0 | 28 | 2C | 1 | 5 | 61 | 4D |
| Octal | 375 | 227 | 215 | 0 | 50 | 54 | 1 | 5 | 141 | 115 |
| Binary | 11111101 | 10010111 | 10001101 | 0 | 101000 | 101100 | 1 | 101 | 1100001 | 1001101 |
Color Harmonies of #FD978D
Complementary color
Monochromatic Colors of #FD978D
Black with #FD978D
Text Example
Text Example
White with #FD978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD978D; }
p { color: rgb(253,151,141); }
H1.HeaderClassName
{
color: #FD978D;
}
.AnyTagClassName
{
color: #FD978D;
}
</style>
background-color css
<style>
a { background-color: #FD978D; }
a { background-color: rgb(253,151,141); }
div.DivClassName
{
background-color: #FD978D;
}
.BgClassName
{
background-color: #FD978D;
}
</style>
border-color css
<style>
span { border-color: #FD978D; }
span { border-color: rgb(253,151,141); }
td.TdClassName
{
border-color: #FD978D;
}
.TagClassName
{
border-color: #FD978D;
}
</style>