Shades of Mona Lisa #FC9D90
Tints of Mona Lisa #FC9D90
RGB
CMYK
RGB Variations
Color information
#FC9D90 (or 0xFC9D90) is known color: Mona Lisa. HEX triplet: FC, 9D and 90. RGB value is (252,157,144). Sum of RGB (Red+Green+Blue) = 252+157+144=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9D90 is #03626F. Grayscale: #B8B8B8. Windows color (decimal): -221808 or 9477628. OLE color: 9477628.
HSL color Cylindrical-coordinate representation of color #FC9D90: hue angle of 7.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC9D90 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 144 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.01 |
| HSL | 7.22º | 0.95% | 0.78% | - |
| HSV(B) | 7.22º | 0.43% | 0.99% | - |
| XYZ | 57.24 | 46.82 | 32.41 | - |
| YUV | 183.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 144 | 0 | 0.38 | 0.43 | 0.01 | 7.22 | 0.95 | 0.78 |
| Hex | FC | 9D | 90 | 0 | 26 | 2B | 1 | 7 | 5F | 4E |
| Octal | 374 | 235 | 220 | 0 | 46 | 53 | 1 | 7 | 137 | 116 |
| Binary | 11111100 | 10011101 | 10010000 | 0 | 100110 | 101011 | 1 | 111 | 1011111 | 1001110 |
Color Harmonies of #FC9D90
Complementary color
Monochromatic Colors of #FC9D90
Black with #FC9D90
Text Example
Text Example
White with #FC9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9D90; }
p { color: rgb(252,157,144); }
H1.HeaderClassName
{
color: #FC9D90;
}
.AnyTagClassName
{
color: #FC9D90;
}
</style>
background-color css
<style>
a { background-color: #FC9D90; }
a { background-color: rgb(252,157,144); }
div.DivClassName
{
background-color: #FC9D90;
}
.BgClassName
{
background-color: #FC9D90;
}
</style>
border-color css
<style>
span { border-color: #FC9D90; }
span { border-color: rgb(252,157,144); }
td.TdClassName
{
border-color: #FC9D90;
}
.TagClassName
{
border-color: #FC9D90;
}
</style>