#FC9785

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

Shades of Mona Lisa #FC9785

Tints of Mona Lisa #FC9785

Color information

#FC9785 (or 0xFC9785) is unknown color: approx Mona Lisa. HEX triplet: FC, 97 and 85. RGB value is (252,151,133). Sum of RGB (Red+Green+Blue) = 252+151+133=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9785 is #03687A. Grayscale: #B3B3B3. Windows color (decimal): -223355 or 8755196. OLE color: 8755196.

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

Color convert

RGB252151133-
CMYK00.400.470.01
HSL9.08º95.2%75.49%-
HSV(B)9.08º47.22%98.82%-
XYZ55.4544.5227.86-
YUV179.15101.96179.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.01%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 133 (52.34% from 255) = 24.81%
R=47.01%
G=28.17%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215113300.400.470.019.0895.275.49
HexFC97850282F195f4b
Octal37422720505057111137113
Binary11111100100101111000010101010001011111100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9785; }

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

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

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

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

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

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

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

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