#FAAAAB

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

Shades of Light Pink #FAAAAB

Tints of Light Pink #FAAAAB

Color information

#FAAAAB (or 0xFAAAAB) is unknown color: approx Light Pink. HEX triplet: FA, AA and AB. RGB value is (250,170,171). Sum of RGB (Red+Green+Blue) = 250+170+171=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 171 (67.19% from 255 or 28.93% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAAB is #055554. Grayscale: #C2C2C2. Windows color (decimal): -349525 or 11250426. OLE color: 11250426.

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

Color convert

RGB250170171-
CMYK00.320.320.02
HSL359.25º88.89%82.35%-
HSV(B)359.25º32%98.04%-
XYZ61.1552.0145.34-
YUV194.03115167.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 171 (67.19% from 255) = 28.93%
R=42.30%
G=28.76%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017017100.320.320.02359.2588.8982.35
HexFAAAAB0202021675952
Octal372252253040402547131122
Binary11111010101010101010101101000001000001010110011110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAAAB; }

 p { color: rgb(250,170,171); }

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

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

 a { background-color: rgb(250,170,171); }

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

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

 span { border-color: rgb(250,170,171); }

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