#FAAAB1

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

Shades of Light Pink #FAAAB1

Tints of Light Pink #FAAAB1

Color information

#FAAAB1 (or 0xFAAAB1) is unknown color: approx Light Pink. HEX triplet: FA, AA and B1. RGB value is (250,170,177). Sum of RGB (Red+Green+Blue) = 250+170+177=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAB1 is #05554E. Grayscale: #C2C2C2. Windows color (decimal): -349519 or 11643642. OLE color: 11643642.

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

Color convert

RGB250170177-
CMYK00.320.290.02
HSL354.75º88.89%82.35%-
HSV(B)354.75º32%98.04%-
XYZ61.7352.2548.43-
YUV194.72118167.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.88%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 177 (69.53% from 255) = 29.65%
R=41.88%
G=28.48%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017017700.320.290.02354.7588.8982.35
HexFAAAB10201D21635952
Octal372252261040352543131122
Binary1111101010101010101100010100000111011010110001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAAB1; }

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

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

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

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

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

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

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

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