Shades of Mona Lisa #FC9E8A
Tints of Mona Lisa #FC9E8A
RGB
CMYK
RGB Variations
Color information
#FC9E8A (or 0xFC9E8A) is known color: Mona Lisa. HEX triplet: FC, 9E and 8A. RGB value is (252,158,138). Sum of RGB (Red+Green+Blue) = 252+158+138=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9E8A is #036175. Grayscale: #B8B8B8. Windows color (decimal): -221558 or 9084668. OLE color: 9084668.
HSL color Cylindrical-coordinate representation of color #FC9E8A: hue angle of 10.53º 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 #FC9E8A is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 138 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.01 |
| HSL | 10.53º | 0.95% | 0.76% | - |
| HSV(B) | 10.53º | 0.45% | 0.99% | - |
| XYZ | 56.96 | 46.98 | 30.11 | - |
| YUV | 183.83 | 102.14 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 138 | 0 | 0.37 | 0.45 | 0.01 | 10.53 | 0.95 | 0.76 |
| Hex | FC | 9E | 8A | 0 | 25 | 2D | 1 | B | 5F | 4C |
| Octal | 374 | 236 | 212 | 0 | 45 | 55 | 1 | 13 | 137 | 114 |
| Binary | 11111100 | 10011110 | 10001010 | 0 | 100101 | 101101 | 1 | 1011 | 1011111 | 1001100 |
Color Harmonies of #FC9E8A
Complementary color
Monochromatic Colors of #FC9E8A
Black with #FC9E8A
Text Example
Text Example
White with #FC9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9E8A; }
p { color: rgb(252,158,138); }
H1.HeaderClassName
{
color: #FC9E8A;
}
.AnyTagClassName
{
color: #FC9E8A;
}
</style>
background-color css
<style>
a { background-color: #FC9E8A; }
a { background-color: rgb(252,158,138); }
div.DivClassName
{
background-color: #FC9E8A;
}
.BgClassName
{
background-color: #FC9E8A;
}
</style>
border-color css
<style>
span { border-color: #FC9E8A; }
span { border-color: rgb(252,158,138); }
td.TdClassName
{
border-color: #FC9E8A;
}
.TagClassName
{
border-color: #FC9E8A;
}
</style>