#FC9A86

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

Shades of Mona Lisa #FC9A86

Tints of Mona Lisa #FC9A86

Color information

#FC9A86 (or 0xFC9A86) is unknown color: approx Mona Lisa. HEX triplet: FC, 9A and 86. RGB value is (252,154,134). Sum of RGB (Red+Green+Blue) = 252+154+134=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A86 is #036579. Grayscale: #B5B5B5. Windows color (decimal): -222586 or 8821500. OLE color: 8821500.

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

Color convert

RGB252154134-
CMYK00.390.470.01
HSL10.17º95.16%75.69%-
HSV(B)10.17º46.83%98.82%-
XYZ5645.5328.39-
YUV181.02101.47178.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.67%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 134 (52.73% from 255) = 24.81%
R=46.67%
G=28.52%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215413400.390.470.0110.1795.1675.69
HexFC9A860272F1a5f4c
Octal37423220604757112137114
Binary11111100100110101000011001001111011111101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9A86; }

 p { color: rgb(252,154,134); }

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

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

 a { background-color: rgb(252,154,134); }

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

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

 span { border-color: rgb(252,154,134); }

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