#FAA9B9

Color #FAA9B9 Light Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Pink #FAA9B9

Tints of Light Pink #FAA9B9

Color information

#FAA9B9 (or 0xFAA9B9) is unknown color: approx Light Pink. HEX triplet: FA, A9 and B9. RGB value is (250,169,185). Sum of RGB (Red+Green+Blue) = 250+169+185=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9B9 is #055646. Grayscale: #C3C3C3. Windows color (decimal): -349767 or 12167674. OLE color: 12167674.

HSL color Cylindrical-coordinate representation of color #FAA9B9: hue angle of 348.15º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAA9B9 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250169185-
CMYK00.320.260.02
HSL348.15º89.01%82.16%-
HSV(B)348.15º32.4%98.04%-
XYZ62.3752.252.69-
YUV195.04122.34167.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 185 (72.66% from 255) = 30.63%
R=41.39%
G=27.98%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016918500.320.260.02348.1589.0182.16
HexFAA9B90201A215c5952
Octal372251271040322534131122
Binary1111101010101001101110010100000110101010101110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA9B9; }

 p { color: rgb(250,169,185); }

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

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

 a { background-color: rgb(250,169,185); }

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

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

 span { border-color: rgb(250,169,185); }

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