#FA9988

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

Shades of Mona Lisa #FA9988

Tints of Mona Lisa #FA9988

Color information

#FA9988 (or 0xFA9988) is unknown color: approx Mona Lisa. HEX triplet: FA, 99 and 88. RGB value is (250,153,136). Sum of RGB (Red+Green+Blue) = 250+153+136=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 153 (60.16% from 255 or 28.39% from 539); Blue value is 136 (53.52% from 255 or 25.23% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9988 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9988 is #056677. Grayscale: #B4B4B4. Windows color (decimal): -353912 or 8952314. OLE color: 8952314.

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

Color convert

RGB250153136-
CMYK00.390.460.02
HSL8.95º91.94%75.69%-
HSV(B)8.95º45.6%98.04%-
XYZ55.2644.8829.04-
YUV180.06103.14177.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 153 (60.16% from 255) = 28.39%
BLUE value IS 136 (53.52% from 255) = 25.23%
R=46.38%
G=28.39%
B=25.23%

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
Decimal25015313600.390.460.028.9591.9475.69
HexFA99880272E295c4c
Octal37223121004756211134114
Binary111110101001100110001000010011110111010100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9988; }

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

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

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

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

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

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

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

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