#FC9484

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

Shades of Mona Lisa #FC9484

Tints of Mona Lisa #FC9484

Color information

#FC9484 (or 0xFC9484) is unknown color: approx Mona Lisa. HEX triplet: FC, 94 and 84. RGB value is (252,148,132). Sum of RGB (Red+Green+Blue) = 252+148+132=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9484 is #036B7B. Grayscale: #B1B1B1. Windows color (decimal): -224124 or 8688892. OLE color: 8688892.

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

Color convert

RGB252148132-
CMYK00.410.480.01
HSL95.24%75.29%-
HSV(B)47.62%98.82%-
XYZ54.943.5427.34-
YUV177.27102.46181.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.37%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 132 (51.95% from 255) = 24.81%
R=47.37%
G=27.82%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214813200.410.480.01895.2475.29
HexFC948402930185f4b
Octal37422420405160110137113
Binary11111100100101001000010001010011100001100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9484; }

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

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

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

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

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

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

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

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