Shades of Mona Lisa #FD998C
Tints of Mona Lisa #FD998C
RGB
CMYK
RGB Variations
Color information
#FD998C (or 0xFD998C) is known color: Mona Lisa. HEX triplet: FD, 99 and 8C. RGB value is (253,153,140). Sum of RGB (Red+Green+Blue) = 253+153+140=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD998C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD998C is #026673. Grayscale: #B5B5B5. Windows color (decimal): -157300 or 9214461. OLE color: 9214461.
HSL color Cylindrical-coordinate representation of color #FD998C: hue angle of 6.9º 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 #FD998C is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 140 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.01 |
| HSL | 6.9º | 0.97% | 0.77% | - |
| HSV(B) | 6.9º | 0.45% | 0.99% | - |
| XYZ | 56.63 | 45.56 | 30.62 | - |
| YUV | 181.42 | 104.63 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 140 | 0 | 0.40 | 0.45 | 0.01 | 6.9 | 0.97 | 0.77 |
| Hex | FD | 99 | 8C | 0 | 28 | 2D | 1 | 7 | 61 | 4D |
| Octal | 375 | 231 | 214 | 0 | 50 | 55 | 1 | 7 | 141 | 115 |
| Binary | 11111101 | 10011001 | 10001100 | 0 | 101000 | 101101 | 1 | 111 | 1100001 | 1001101 |
Color Harmonies of #FD998C
Complementary color
Monochromatic Colors of #FD998C
Black with #FD998C
Text Example
Text Example
White with #FD998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD998C; }
p { color: rgb(253,153,140); }
H1.HeaderClassName
{
color: #FD998C;
}
.AnyTagClassName
{
color: #FD998C;
}
</style>
background-color css
<style>
a { background-color: #FD998C; }
a { background-color: rgb(253,153,140); }
div.DivClassName
{
background-color: #FD998C;
}
.BgClassName
{
background-color: #FD998C;
}
</style>
border-color css
<style>
span { border-color: #FD998C; }
span { border-color: rgb(253,153,140); }
td.TdClassName
{
border-color: #FD998C;
}
.TagClassName
{
border-color: #FD998C;
}
</style>