Shades of Mona Lisa #FC948A
Tints of Mona Lisa #FC948A
RGB
CMYK
RGB Variations
Color information
#FC948A (or 0xFC948A) is known color: Mona Lisa. HEX triplet: FC, 94 and 8A. RGB value is (252,148,138). Sum of RGB (Red+Green+Blue) = 252+148+138=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FC948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC948A is #036B75. Grayscale: #B2B2B2. Windows color (decimal): -224118 or 9082108. OLE color: 9082108.
HSL color Cylindrical-coordinate representation of color #FC948A: hue angle of 5.26º 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 #FC948A is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 138 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.01 |
| HSL | 5.26º | 0.95% | 0.76% | - |
| HSV(B) | 5.26º | 0.45% | 0.99% | - |
| XYZ | 55.32 | 43.71 | 29.57 | - |
| YUV | 177.96 | 105.46 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 138 | 0 | 0.41 | 0.45 | 0.01 | 5.26 | 0.95 | 0.76 |
| Hex | FC | 94 | 8A | 0 | 29 | 2D | 1 | 5 | 5F | 4C |
| Octal | 374 | 224 | 212 | 0 | 51 | 55 | 1 | 5 | 137 | 114 |
| Binary | 11111100 | 10010100 | 10001010 | 0 | 101001 | 101101 | 1 | 101 | 1011111 | 1001100 |
Color Harmonies of #FC948A
Complementary color
Monochromatic Colors of #FC948A
Black with #FC948A
Text Example
Text Example
White with #FC948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC948A; }
p { color: rgb(252,148,138); }
H1.HeaderClassName
{
color: #FC948A;
}
.AnyTagClassName
{
color: #FC948A;
}
</style>
background-color css
<style>
a { background-color: #FC948A; }
a { background-color: rgb(252,148,138); }
div.DivClassName
{
background-color: #FC948A;
}
.BgClassName
{
background-color: #FC948A;
}
</style>
border-color css
<style>
span { border-color: #FC948A; }
span { border-color: rgb(252,148,138); }
td.TdClassName
{
border-color: #FC948A;
}
.TagClassName
{
border-color: #FC948A;
}
</style>