Shades of Mona Lisa #FD9A8C
Tints of Mona Lisa #FD9A8C
RGB
CMYK
RGB Variations
Color information
#FD9A8C (or 0xFD9A8C) is known color: Mona Lisa. HEX triplet: FD, 9A and 8C. RGB value is (253,154,140). Sum of RGB (Red+Green+Blue) = 253+154+140=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD9A8C is #026573. Grayscale: #B6B6B6. Windows color (decimal): -157044 or 9214717. OLE color: 9214717.
HSL color Cylindrical-coordinate representation of color #FD9A8C: hue angle of 7.43º 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 #FD9A8C is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 154 | 140 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.01 |
| HSL | 7.43º | 0.97% | 0.77% | - |
| HSV(B) | 7.43º | 0.45% | 0.99% | - |
| XYZ | 56.8 | 45.89 | 30.67 | - |
| YUV | 182.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 154 | 140 | 0 | 0.39 | 0.45 | 0.01 | 7.43 | 0.97 | 0.77 |
| Hex | FD | 9A | 8C | 0 | 27 | 2D | 1 | 7 | 61 | 4D |
| Octal | 375 | 232 | 214 | 0 | 47 | 55 | 1 | 7 | 141 | 115 |
| Binary | 11111101 | 10011010 | 10001100 | 0 | 100111 | 101101 | 1 | 111 | 1100001 | 1001101 |
Color Harmonies of #FD9A8C
Complementary color
Monochromatic Colors of #FD9A8C
Black with #FD9A8C
Text Example
Text Example
White with #FD9A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9A8C; }
p { color: rgb(253,154,140); }
H1.HeaderClassName
{
color: #FD9A8C;
}
.AnyTagClassName
{
color: #FD9A8C;
}
</style>
background-color css
<style>
a { background-color: #FD9A8C; }
a { background-color: rgb(253,154,140); }
div.DivClassName
{
background-color: #FD9A8C;
}
.BgClassName
{
background-color: #FD9A8C;
}
</style>
border-color css
<style>
span { border-color: #FD9A8C; }
span { border-color: rgb(253,154,140); }
td.TdClassName
{
border-color: #FD9A8C;
}
.TagClassName
{
border-color: #FD9A8C;
}
</style>