Shades of Mona Lisa #FC9A90
Tints of Mona Lisa #FC9A90
RGB
CMYK
RGB Variations
Color information
#FC9A90 (or 0xFC9A90) is known color: Mona Lisa. HEX triplet: FC, 9A and 90. RGB value is (252,154,144). Sum of RGB (Red+Green+Blue) = 252+154+144=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 144 (56.64% from 255 or 26.18% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A90 is #03656F. Grayscale: #B6B6B6. Windows color (decimal): -222576 or 9476860. OLE color: 9476860.
HSL color Cylindrical-coordinate representation of color #FC9A90: hue angle of 5.56º 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 #FC9A90 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 144 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.01 |
| HSL | 5.56º | 0.95% | 0.78% | - |
| HSV(B) | 5.56º | 0.43% | 0.99% | - |
| XYZ | 56.73 | 45.82 | 32.24 | - |
| YUV | 182.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 144 | 0 | 0.39 | 0.43 | 0.01 | 5.56 | 0.95 | 0.78 |
| Hex | FC | 9A | 90 | 0 | 27 | 2B | 1 | 6 | 5F | 4E |
| Octal | 374 | 232 | 220 | 0 | 47 | 53 | 1 | 6 | 137 | 116 |
| Binary | 11111100 | 10011010 | 10010000 | 0 | 100111 | 101011 | 1 | 110 | 1011111 | 1001110 |
Color Harmonies of #FC9A90
Complementary color
Monochromatic Colors of #FC9A90
Black with #FC9A90
Text Example
Text Example
White with #FC9A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A90; }
p { color: rgb(252,154,144); }
H1.HeaderClassName
{
color: #FC9A90;
}
.AnyTagClassName
{
color: #FC9A90;
}
</style>
background-color css
<style>
a { background-color: #FC9A90; }
a { background-color: rgb(252,154,144); }
div.DivClassName
{
background-color: #FC9A90;
}
.BgClassName
{
background-color: #FC9A90;
}
</style>
border-color css
<style>
span { border-color: #FC9A90; }
span { border-color: rgb(252,154,144); }
td.TdClassName
{
border-color: #FC9A90;
}
.TagClassName
{
border-color: #FC9A90;
}
</style>