#FC978F

Color #FC978F Mona Lisa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mona Lisa #FC978F

Tints of Mona Lisa #FC978F

Color information

#FC978F (or 0xFC978F) is unknown color: approx Mona Lisa. HEX triplet: FC, 97 and 8F. RGB value is (252,151,143). Sum of RGB (Red+Green+Blue) = 252+151+143=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC978F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC978F is #036870. Grayscale: #B4B4B4. Windows color (decimal): -223345 or 9410556. OLE color: 9410556.

HSL color Cylindrical-coordinate representation of color #FC978F: hue angle of 4.4º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC978F is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB252151143-
CMYK00.400.430.01
HSL4.4º94.78%77.45%-
HSV(B)4.4º43.25%98.82%-
XYZ56.1744.8131.68-
YUV180.29106.96179.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 46.15%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 143 (56.25% from 255) = 26.19%
R=46.15%
G=27.66%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215114300.400.430.014.494.7877.45
HexFC978F0282B145f4d
Octal3742272170505314137115
Binary1111110010010111100011110101000101011110010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC978F; }

 p { color: rgb(252,151,143); }

 H1.HeaderClassName
 {
   color: #FC978F;
 }
 .AnyTagClassName
 {
   color: #FC978F;
 }
</style>
background-color css

<style>
 a { background-color: #FC978F; }

 a { background-color: rgb(252,151,143); }

 div.DivClassName
 {
   background-color: #FC978F;
 }
 .BgClassName
 {
   background-color: #FC978F;
 }
</style>
border-color css

<style>
 span { border-color: #FC978F; }

 span { border-color: rgb(252,151,143); }

 td.TdClassName
 {
   border-color: #FC978F;
 }
 .TagClassName
 {
   border-color: #FC978F;
 }
</style>