#FA9D88

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

Shades of Mona Lisa #FA9D88

Tints of Mona Lisa #FA9D88

Color information

#FA9D88 (or 0xFA9D88) is unknown color: approx Mona Lisa. HEX triplet: FA, 9D and 88. RGB value is (250,157,136). Sum of RGB (Red+Green+Blue) = 250+157+136=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D88 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9D88 is #056277. Grayscale: #B6B6B6. Windows color (decimal): -352888 or 8953338. OLE color: 8953338.

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

Color convert

RGB250157136-
CMYK00.370.460.02
HSL11.05º91.94%75.69%-
HSV(B)11.05º45.6%98.04%-
XYZ55.9346.2229.27-
YUV182.41101.81176.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.04%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 136 (53.52% from 255) = 25.05%
R=46.04%
G=28.91%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015713600.370.460.0211.0591.9475.69
HexFA9D880252E2b5c4c
Octal37223521004556213134114
Binary111110101001110110001000010010110111010101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9D88; }

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

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

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

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

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

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

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

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