Shades of Mona Lisa #FC948D
Tints of Mona Lisa #FC948D
RGB
CMYK
RGB Variations
Color information
#FC948D (or 0xFC948D) is known color: Mona Lisa. HEX triplet: FC, 94 and 8D. RGB value is (252,148,141). Sum of RGB (Red+Green+Blue) = 252+148+141=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC948D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC948D is #036B72. Grayscale: #B2B2B2. Windows color (decimal): -224115 or 9278716. OLE color: 9278716.
HSL color Cylindrical-coordinate representation of color #FC948D: hue angle of 3.78º 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 #FC948D is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 141 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.01 |
| HSL | 3.78º | 0.95% | 0.77% | - |
| HSV(B) | 3.78º | 0.44% | 0.99% | - |
| XYZ | 55.54 | 43.8 | 30.73 | - |
| YUV | 178.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 141 | 0 | 0.41 | 0.44 | 0.01 | 3.78 | 0.95 | 0.77 |
| Hex | FC | 94 | 8D | 0 | 29 | 2C | 1 | 4 | 5F | 4D |
| Octal | 374 | 224 | 215 | 0 | 51 | 54 | 1 | 4 | 137 | 115 |
| Binary | 11111100 | 10010100 | 10001101 | 0 | 101001 | 101100 | 1 | 100 | 1011111 | 1001101 |
Color Harmonies of #FC948D
Complementary color
Monochromatic Colors of #FC948D
Black with #FC948D
Text Example
Text Example
White with #FC948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC948D; }
p { color: rgb(252,148,141); }
H1.HeaderClassName
{
color: #FC948D;
}
.AnyTagClassName
{
color: #FC948D;
}
</style>
background-color css
<style>
a { background-color: #FC948D; }
a { background-color: rgb(252,148,141); }
div.DivClassName
{
background-color: #FC948D;
}
.BgClassName
{
background-color: #FC948D;
}
</style>
border-color css
<style>
span { border-color: #FC948D; }
span { border-color: rgb(252,148,141); }
td.TdClassName
{
border-color: #FC948D;
}
.TagClassName
{
border-color: #FC948D;
}
</style>