Shades of Mona Lisa #FC9E8B
Tints of Mona Lisa #FC9E8B
RGB
CMYK
RGB Variations
Color information
#FC9E8B (or 0xFC9E8B) is known color: Mona Lisa. HEX triplet: FC, 9E and 8B. RGB value is (252,158,139). Sum of RGB (Red+Green+Blue) = 252+158+139=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9E8B is #036174. Grayscale: #B8B8B8. Windows color (decimal): -221557 or 9150204. OLE color: 9150204.
HSL color Cylindrical-coordinate representation of color #FC9E8B: hue angle of 10.09º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC9E8B is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 139 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.01 |
| HSL | 10.09º | 0.95% | 0.77% | - |
| HSV(B) | 10.09º | 0.45% | 0.99% | - |
| XYZ | 57.03 | 47.01 | 30.49 | - |
| YUV | 183.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 139 | 0 | 0.37 | 0.45 | 0.01 | 10.09 | 0.95 | 0.77 |
| Hex | FC | 9E | 8B | 0 | 25 | 2D | 1 | A | 5F | 4D |
| Octal | 374 | 236 | 213 | 0 | 45 | 55 | 1 | 12 | 137 | 115 |
| Binary | 11111100 | 10011110 | 10001011 | 0 | 100101 | 101101 | 1 | 1010 | 1011111 | 1001101 |
Color Harmonies of #FC9E8B
Complementary color
Monochromatic Colors of #FC9E8B
Black with #FC9E8B
Text Example
Text Example
White with #FC9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9E8B; }
p { color: rgb(252,158,139); }
H1.HeaderClassName
{
color: #FC9E8B;
}
.AnyTagClassName
{
color: #FC9E8B;
}
</style>
background-color css
<style>
a { background-color: #FC9E8B; }
a { background-color: rgb(252,158,139); }
div.DivClassName
{
background-color: #FC9E8B;
}
.BgClassName
{
background-color: #FC9E8B;
}
</style>
border-color css
<style>
span { border-color: #FC9E8B; }
span { border-color: rgb(252,158,139); }
td.TdClassName
{
border-color: #FC9E8B;
}
.TagClassName
{
border-color: #FC9E8B;
}
</style>