#FC9085

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

Shades of Mona Lisa #FC9085

Tints of Mona Lisa #FC9085

Color information

#FC9085 (or 0xFC9085) is unknown color: approx Mona Lisa. HEX triplet: FC, 90 and 85. RGB value is (252,144,133). Sum of RGB (Red+Green+Blue) = 252+144+133=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9085 is #036F7A. Grayscale: #AFAFAF. Windows color (decimal): -225147 or 8753404. OLE color: 8753404.

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

Color convert

RGB252144133-
CMYK00.430.470.01
HSL5.55º95.2%75.49%-
HSV(B)5.55º47.22%98.82%-
XYZ54.3542.3427.5-
YUV175.04104.28182.89-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 144 (56.64% from 255) = 27.22%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=47.64%
G=27.22%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214413300.430.470.015.5595.275.49
HexFC908502B2F165f4b
Octal3742202050535716137113
Binary1111110010010000100001010101011101111111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9085; }

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

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

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

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

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

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

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

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