#FAA9B0

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

Shades of Light Pink #FAA9B0

Tints of Light Pink #FAA9B0

Color information

#FAA9B0 (or 0xFAA9B0) is unknown color: approx Light Pink. HEX triplet: FA, A9 and B0. RGB value is (250,169,176). Sum of RGB (Red+Green+Blue) = 250+169+176=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA9B0 is #05564F. Grayscale: #C2C2C2. Windows color (decimal): -349776 or 11577850. OLE color: 11577850.

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

Color convert

RGB250169176-
CMYK00.320.300.02
HSL354.81º89.01%82.16%-
HSV(B)354.81º32.4%98.04%-
XYZ61.4551.8347.84-
YUV194.02117.84167.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.02%
GREEN value IS 169 (66.41% from 255) = 28.40%
BLUE value IS 176 (69.14% from 255) = 29.58%
R=42.02%
G=28.40%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016917600.320.300.02354.8189.0182.16
HexFAA9B00201E21635952
Octal372251260040362543131122
Binary1111101010101001101100000100000111101010110001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA9B0; }

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

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

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

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

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

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

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

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