#FC9384

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

Shades of Mona Lisa #FC9384

Tints of Mona Lisa #FC9384

Color information

#FC9384 (or 0xFC9384) is unknown color: approx Mona Lisa. HEX triplet: FC, 93 and 84. RGB value is (252,147,132). Sum of RGB (Red+Green+Blue) = 252+147+132=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 132 (51.95% from 255 or 24.86% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9384 is #036C7B. Grayscale: #B0B0B0. Windows color (decimal): -224380 or 8688636. OLE color: 8688636.

HSL color Cylindrical-coordinate representation of color #FC9384: hue angle of 7.5º 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 #FC9384 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB252147132-
CMYK00.420.480.01
HSL7.5º95.24%75.29%-
HSV(B)7.5º47.62%98.82%-
XYZ54.7443.2327.29-
YUV176.68102.79181.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 132 (51.95% from 255) = 24.86%
R=47.46%
G=27.68%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214713200.420.480.017.595.2475.29
HexFC938402A30185f4b
Octal37422320405260110137113
Binary11111100100100111000010001010101100001100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9384; }

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

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

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

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

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

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

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

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