#FA9D89

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

Shades of Mona Lisa #FA9D89

Tints of Mona Lisa #FA9D89

Color information

#FA9D89 (or 0xFA9D89) is unknown color: approx Mona Lisa. HEX triplet: FA, 9D and 89. RGB value is (250,157,137). Sum of RGB (Red+Green+Blue) = 250+157+137=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D89 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9D89 is #056276. Grayscale: #B6B6B6. Windows color (decimal): -352887 or 9018874. OLE color: 9018874.

HSL color Cylindrical-coordinate representation of color #FA9D89: hue angle of 10.62º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FA9D89 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB250157137-
CMYK00.370.450.02
HSL10.62º91.87%75.88%-
HSV(B)10.62º45.2%98.04%-
XYZ5646.2429.64-
YUV182.53102.31176.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.96%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 137 (53.91% from 255) = 25.18%
R=45.96%
G=28.86%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015713700.370.450.0210.6291.8775.88
HexFA9D890252D2b5c4c
Octal37223521104555213134114
Binary111110101001110110001001010010110110110101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9D89; }

 p { color: rgb(250,157,137); }

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

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

 a { background-color: rgb(250,157,137); }

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

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

 span { border-color: rgb(250,157,137); }

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