Shades of Mona Lisa #FD978E
Tints of Mona Lisa #FD978E
RGB
CMYK
RGB Variations
Color information
#FD978E (or 0xFD978E) is known color: Mona Lisa. HEX triplet: FD, 97 and 8E. RGB value is (253,151,142). Sum of RGB (Red+Green+Blue) = 253+151+142=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD978E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD978E is #026871. Grayscale: #B4B4B4. Windows color (decimal): -157810 or 9345021. OLE color: 9345021.
HSL color Cylindrical-coordinate representation of color #FD978E: hue angle of 4.86º 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 #FD978E is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 151 | 142 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.01 |
| HSL | 4.86º | 0.97% | 0.77% | - |
| HSV(B) | 4.86º | 0.44% | 0.99% | - |
| XYZ | 56.46 | 44.97 | 31.3 | - |
| YUV | 180.47 | 106.29 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 151 | 142 | 0 | 0.40 | 0.44 | 0.01 | 4.86 | 0.97 | 0.77 |
| Hex | FD | 97 | 8E | 0 | 28 | 2C | 1 | 5 | 61 | 4D |
| Octal | 375 | 227 | 216 | 0 | 50 | 54 | 1 | 5 | 141 | 115 |
| Binary | 11111101 | 10010111 | 10001110 | 0 | 101000 | 101100 | 1 | 101 | 1100001 | 1001101 |
Color Harmonies of #FD978E
Complementary color
Monochromatic Colors of #FD978E
Black with #FD978E
Text Example
Text Example
White with #FD978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD978E; }
p { color: rgb(253,151,142); }
H1.HeaderClassName
{
color: #FD978E;
}
.AnyTagClassName
{
color: #FD978E;
}
</style>
background-color css
<style>
a { background-color: #FD978E; }
a { background-color: rgb(253,151,142); }
div.DivClassName
{
background-color: #FD978E;
}
.BgClassName
{
background-color: #FD978E;
}
</style>
border-color css
<style>
span { border-color: #FD978E; }
span { border-color: rgb(253,151,142); }
td.TdClassName
{
border-color: #FD978E;
}
.TagClassName
{
border-color: #FD978E;
}
</style>