#FA9888

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

Shades of Mona Lisa #FA9888

Tints of Mona Lisa #FA9888

Color information

#FA9888 (or 0xFA9888) is unknown color: approx Mona Lisa. HEX triplet: FA, 98 and 88. RGB value is (250,152,136). Sum of RGB (Red+Green+Blue) = 250+152+136=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9888 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9888 is #056777. Grayscale: #B3B3B3. Windows color (decimal): -354168 or 8952058. OLE color: 8952058.

HSL color Cylindrical-coordinate representation of color #FA9888: hue angle of 8.42º 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 #FA9888 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250152136-
CMYK00.390.460.02
HSL8.42º91.94%75.69%-
HSV(B)8.42º45.6%98.04%-
XYZ55.144.5628.99-
YUV179.48103.47178.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.47%
GREEN value IS 152 (59.77% from 255) = 28.25%
BLUE value IS 136 (53.52% from 255) = 25.28%
R=46.47%
G=28.25%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015213600.390.460.028.4291.9475.69
HexFA98880272E285c4c
Octal37223021004756210134114
Binary111110101001100010001000010011110111010100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9888; }

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

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

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

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

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

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

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

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