Shades of Mona Lisa #FC9892
Tints of Mona Lisa #FC9892
RGB
CMYK
RGB Variations
Color information
#FC9892 (or 0xFC9892) is known color: Mona Lisa. HEX triplet: FC, 98 and 92. RGB value is (252,152,146). Sum of RGB (Red+Green+Blue) = 252+152+146=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 152 (59.77% from 255 or 27.64% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9892 is #03676D. Grayscale: #B5B5B5. Windows color (decimal): -223086 or 9607420. OLE color: 9607420.
HSL color Cylindrical-coordinate representation of color #FC9892: hue angle of 3.4º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC9892 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 152 | 146 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.01 |
| HSL | 3.4º | 0.95% | 0.78% | - |
| HSV(B) | 3.4º | 0.42% | 0.99% | - |
| XYZ | 56.56 | 45.23 | 32.94 | - |
| YUV | 181.22 | 108.13 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 152 | 146 | 0 | 0.40 | 0.42 | 0.01 | 3.4 | 0.95 | 0.78 |
| Hex | FC | 98 | 92 | 0 | 28 | 2A | 1 | 3 | 5F | 4E |
| Octal | 374 | 230 | 222 | 0 | 50 | 52 | 1 | 3 | 137 | 116 |
| Binary | 11111100 | 10011000 | 10010010 | 0 | 101000 | 101010 | 1 | 11 | 1011111 | 1001110 |
Color Harmonies of #FC9892
Complementary color
Monochromatic Colors of #FC9892
Black with #FC9892
Text Example
Text Example
White with #FC9892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9892; }
p { color: rgb(252,152,146); }
H1.HeaderClassName
{
color: #FC9892;
}
.AnyTagClassName
{
color: #FC9892;
}
</style>
background-color css
<style>
a { background-color: #FC9892; }
a { background-color: rgb(252,152,146); }
div.DivClassName
{
background-color: #FC9892;
}
.BgClassName
{
background-color: #FC9892;
}
</style>
border-color css
<style>
span { border-color: #FC9892; }
span { border-color: rgb(252,152,146); }
td.TdClassName
{
border-color: #FC9892;
}
.TagClassName
{
border-color: #FC9892;
}
</style>