#FAAABA

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

Shades of Light Pink #FAAABA

Tints of Light Pink #FAAABA

Color information

#FAAABA (or 0xFAAABA) is unknown color: approx Light Pink. HEX triplet: FA, AA and BA. RGB value is (250,170,186). Sum of RGB (Red+Green+Blue) = 250+170+186=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAABA is #055545. Grayscale: #C3C3C3. Windows color (decimal): -349510 or 12233466. OLE color: 12233466.

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

Color convert

RGB250170186-
CMYK00.320.260.02
HSL348º88.89%82.35%-
HSV(B)348º32%98.04%-
XYZ62.6652.6253.31-
YUV195.74122.5166.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=41.25%
G=28.05%
B=30.69%

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
Decimal25017018600.320.260.0234888.8982.35
HexFAAABA0201A215c5952
Octal372252272040322534131122
Binary1111101010101010101110100100000110101010101110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAABA; }

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

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

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

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

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

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

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

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