Shades of Mona Lisa #FC908A
Tints of Mona Lisa #FC908A
RGB
CMYK
RGB Variations
Color information
#FC908A (or 0xFC908A) is known color: Mona Lisa. HEX triplet: FC, 90 and 8A. RGB value is (252,144,138). Sum of RGB (Red+Green+Blue) = 252+144+138=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC908A is #036F75. Grayscale: #AFAFAF. Windows color (decimal): -225142 or 9081084. OLE color: 9081084.
HSL color Cylindrical-coordinate representation of color #FC908A: hue angle of 3.16º 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 #FC908A is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 138 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.01 |
| HSL | 3.16º | 0.95% | 0.76% | - |
| HSV(B) | 3.16º | 0.45% | 0.99% | - |
| XYZ | 54.71 | 42.48 | 29.36 | - |
| YUV | 175.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 138 | 0 | 0.43 | 0.45 | 0.01 | 3.16 | 0.95 | 0.76 |
| Hex | FC | 90 | 8A | 0 | 2B | 2D | 1 | 3 | 5F | 4C |
| Octal | 374 | 220 | 212 | 0 | 53 | 55 | 1 | 3 | 137 | 114 |
| Binary | 11111100 | 10010000 | 10001010 | 0 | 101011 | 101101 | 1 | 11 | 1011111 | 1001100 |
Color Harmonies of #FC908A
Complementary color
Monochromatic Colors of #FC908A
Black with #FC908A
Text Example
Text Example
White with #FC908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC908A; }
p { color: rgb(252,144,138); }
H1.HeaderClassName
{
color: #FC908A;
}
.AnyTagClassName
{
color: #FC908A;
}
</style>
background-color css
<style>
a { background-color: #FC908A; }
a { background-color: rgb(252,144,138); }
div.DivClassName
{
background-color: #FC908A;
}
.BgClassName
{
background-color: #FC908A;
}
</style>
border-color css
<style>
span { border-color: #FC908A; }
span { border-color: rgb(252,144,138); }
td.TdClassName
{
border-color: #FC908A;
}
.TagClassName
{
border-color: #FC908A;
}
</style>