Shades of Mona Lisa #FC998A
Tints of Mona Lisa #FC998A
RGB
CMYK
RGB Variations
Color information
#FC998A (or 0xFC998A) is known color: Mona Lisa. HEX triplet: FC, 99 and 8A. RGB value is (252,153,138). Sum of RGB (Red+Green+Blue) = 252+153+138=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 153 (60.16% from 255 or 28.18% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC998A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC998A is #036675. Grayscale: #B5B5B5. Windows color (decimal): -222838 or 9083388. OLE color: 9083388.
HSL color Cylindrical-coordinate representation of color #FC998A: hue angle of 7.89º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC998A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 138 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.01 |
| HSL | 7.89º | 0.95% | 0.76% | - |
| HSV(B) | 7.89º | 0.45% | 0.99% | - |
| XYZ | 56.12 | 45.31 | 29.83 | - |
| YUV | 180.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 138 | 0 | 0.39 | 0.45 | 0.01 | 7.89 | 0.95 | 0.76 |
| Hex | FC | 99 | 8A | 0 | 27 | 2D | 1 | 8 | 5F | 4C |
| Octal | 374 | 231 | 212 | 0 | 47 | 55 | 1 | 10 | 137 | 114 |
| Binary | 11111100 | 10011001 | 10001010 | 0 | 100111 | 101101 | 1 | 1000 | 1011111 | 1001100 |
Color Harmonies of #FC998A
Complementary color
Monochromatic Colors of #FC998A
Black with #FC998A
Text Example
Text Example
White with #FC998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC998A; }
p { color: rgb(252,153,138); }
H1.HeaderClassName
{
color: #FC998A;
}
.AnyTagClassName
{
color: #FC998A;
}
</style>
background-color css
<style>
a { background-color: #FC998A; }
a { background-color: rgb(252,153,138); }
div.DivClassName
{
background-color: #FC998A;
}
.BgClassName
{
background-color: #FC998A;
}
</style>
border-color css
<style>
span { border-color: #FC998A; }
span { border-color: rgb(252,153,138); }
td.TdClassName
{
border-color: #FC998A;
}
.TagClassName
{
border-color: #FC998A;
}
</style>