Shades of Mona Lisa #FC998D
Tints of Mona Lisa #FC998D
RGB
CMYK
RGB Variations
Color information
#FC998D (or 0xFC998D) is known color: Mona Lisa. HEX triplet: FC, 99 and 8D. RGB value is (252,153,141). Sum of RGB (Red+Green+Blue) = 252+153+141=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC998D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC998D is #036672. Grayscale: #B5B5B5. Windows color (decimal): -222835 or 9279996. OLE color: 9279996.
HSL color Cylindrical-coordinate representation of color #FC998D: hue angle of 6.49º degrees, saturation: 0.95, 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 #FC998D is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 141 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.01 |
| HSL | 6.49º | 0.95% | 0.77% | - |
| HSV(B) | 6.49º | 0.44% | 0.99% | - |
| XYZ | 56.34 | 45.4 | 30.99 | - |
| YUV | 181.23 | 105.3 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 141 | 0 | 0.39 | 0.44 | 0.01 | 6.49 | 0.95 | 0.77 |
| Hex | FC | 99 | 8D | 0 | 27 | 2C | 1 | 6 | 5F | 4D |
| Octal | 374 | 231 | 215 | 0 | 47 | 54 | 1 | 6 | 137 | 115 |
| Binary | 11111100 | 10011001 | 10001101 | 0 | 100111 | 101100 | 1 | 110 | 1011111 | 1001101 |
Color Harmonies of #FC998D
Complementary color
Monochromatic Colors of #FC998D
Black with #FC998D
Text Example
Text Example
White with #FC998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC998D; }
p { color: rgb(252,153,141); }
H1.HeaderClassName
{
color: #FC998D;
}
.AnyTagClassName
{
color: #FC998D;
}
</style>
background-color css
<style>
a { background-color: #FC998D; }
a { background-color: rgb(252,153,141); }
div.DivClassName
{
background-color: #FC998D;
}
.BgClassName
{
background-color: #FC998D;
}
</style>
border-color css
<style>
span { border-color: #FC998D; }
span { border-color: rgb(252,153,141); }
td.TdClassName
{
border-color: #FC998D;
}
.TagClassName
{
border-color: #FC998D;
}
</style>