Shades of Mona Lisa #FC908E
Tints of Mona Lisa #FC908E
RGB
CMYK
RGB Variations
Color information
#FC908E (or 0xFC908E) is known color: Mona Lisa. HEX triplet: FC, 90 and 8E. RGB value is (252,144,142). Sum of RGB (Red+Green+Blue) = 252+144+142=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC908E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC908E is #036F71. Grayscale: #B0B0B0. Windows color (decimal): -225138 or 9343228. OLE color: 9343228.
HSL color Cylindrical-coordinate representation of color #FC908E: hue angle of 1.09º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC908E is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 142 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.01 |
| HSL | 1.09º | 0.95% | 0.77% | - |
| HSV(B) | 1.09º | 0.44% | 0.99% | - |
| XYZ | 55 | 42.59 | 30.91 | - |
| YUV | 176.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 142 | 0 | 0.43 | 0.44 | 0.01 | 1.09 | 0.95 | 0.77 |
| Hex | FC | 90 | 8E | 0 | 2B | 2C | 1 | 1 | 5F | 4D |
| Octal | 374 | 220 | 216 | 0 | 53 | 54 | 1 | 1 | 137 | 115 |
| Binary | 11111100 | 10010000 | 10001110 | 0 | 101011 | 101100 | 1 | 1 | 1011111 | 1001101 |
Color Harmonies of #FC908E
Complementary color
Monochromatic Colors of #FC908E
Black with #FC908E
Text Example
Text Example
White with #FC908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC908E; }
p { color: rgb(252,144,142); }
H1.HeaderClassName
{
color: #FC908E;
}
.AnyTagClassName
{
color: #FC908E;
}
</style>
background-color css
<style>
a { background-color: #FC908E; }
a { background-color: rgb(252,144,142); }
div.DivClassName
{
background-color: #FC908E;
}
.BgClassName
{
background-color: #FC908E;
}
</style>
border-color css
<style>
span { border-color: #FC908E; }
span { border-color: rgb(252,144,142); }
td.TdClassName
{
border-color: #FC908E;
}
.TagClassName
{
border-color: #FC908E;
}
</style>