Shades of Mona Lisa #FC9A8B
Tints of Mona Lisa #FC9A8B
RGB
CMYK
RGB Variations
Color information
#FC9A8B (or 0xFC9A8B) is known color: Mona Lisa. HEX triplet: FC, 9A and 8B. RGB value is (252,154,139). Sum of RGB (Red+Green+Blue) = 252+154+139=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A8B is #036574. Grayscale: #B5B5B5. Windows color (decimal): -222581 or 9149180. OLE color: 9149180.
HSL color Cylindrical-coordinate representation of color #FC9A8B: hue angle of 7.96º 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 #FC9A8B is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 139 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.01 |
| HSL | 7.96º | 0.95% | 0.77% | - |
| HSV(B) | 7.96º | 0.45% | 0.99% | - |
| XYZ | 56.36 | 45.67 | 30.27 | - |
| YUV | 181.59 | 103.97 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 139 | 0 | 0.39 | 0.45 | 0.01 | 7.96 | 0.95 | 0.77 |
| Hex | FC | 9A | 8B | 0 | 27 | 2D | 1 | 8 | 5F | 4D |
| Octal | 374 | 232 | 213 | 0 | 47 | 55 | 1 | 10 | 137 | 115 |
| Binary | 11111100 | 10011010 | 10001011 | 0 | 100111 | 101101 | 1 | 1000 | 1011111 | 1001101 |
Color Harmonies of #FC9A8B
Complementary color
Monochromatic Colors of #FC9A8B
Black with #FC9A8B
Text Example
Text Example
White with #FC9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A8B; }
p { color: rgb(252,154,139); }
H1.HeaderClassName
{
color: #FC9A8B;
}
.AnyTagClassName
{
color: #FC9A8B;
}
</style>
background-color css
<style>
a { background-color: #FC9A8B; }
a { background-color: rgb(252,154,139); }
div.DivClassName
{
background-color: #FC9A8B;
}
.BgClassName
{
background-color: #FC9A8B;
}
</style>
border-color css
<style>
span { border-color: #FC9A8B; }
span { border-color: rgb(252,154,139); }
td.TdClassName
{
border-color: #FC9A8B;
}
.TagClassName
{
border-color: #FC9A8B;
}
</style>