#FC9F89

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

Shades of Mona Lisa #FC9F89

Tints of Mona Lisa #FC9F89

Color information

#FC9F89 (or 0xFC9F89) is unknown color: approx Mona Lisa. HEX triplet: FC, 9F and 89. RGB value is (252,159,137). Sum of RGB (Red+Green+Blue) = 252+159+137=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 137 (53.91% from 255 or 25% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9F89 is #036076. Grayscale: #B8B8B8. Windows color (decimal): -221303 or 9019388. OLE color: 9019388.

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

Color convert

RGB252159137-
CMYK00.370.460.01
HSL11.48º95.04%76.27%-
HSV(B)11.48º45.63%98.82%-
XYZ57.0647.329.79-
YUV184.3101.31176.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.99%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 137 (53.91% from 255) = 25%
R=45.99%
G=29.01%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215913700.370.460.0111.4895.0476.27
HexFC9F890252E1b5f4c
Octal37423721104556113137114
Binary11111100100111111000100101001011011101101110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9F89; }

 p { color: rgb(252,159,137); }

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

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

 a { background-color: rgb(252,159,137); }

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

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

 span { border-color: rgb(252,159,137); }

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