#FC9493

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

Shades of Mona Lisa #FC9493

Tints of Mona Lisa #FC9493

Color information

#FC9493 (or 0xFC9493) is unknown color: approx Mona Lisa. HEX triplet: FC, 94 and 93. RGB value is (252,148,147). Sum of RGB (Red+Green+Blue) = 252+148+147=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9493 is #036B6C. Grayscale: #B3B3B3. Windows color (decimal): -224109 or 9671932. OLE color: 9671932.

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

Color convert

RGB252148147-
CMYK00.410.420.01
HSL0.57º94.59%78.24%-
HSV(B)0.57º41.67%98.82%-
XYZ5643.9833.14-
YUV178.98109.96180.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.07%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 147 (57.81% from 255) = 26.87%
R=46.07%
G=27.06%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214814700.410.420.010.5794.5978.24
HexFC94930292A115f4e
Octal3742242230515211137116
Binary11111100100101001001001101010011010101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9493; }

 p { color: rgb(252,148,147); }

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

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

 a { background-color: rgb(252,148,147); }

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

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

 span { border-color: rgb(252,148,147); }

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