Color Hex Logo

#faabab Color Hex

#FAABAB
(250,171,171)
0 Favorites   0 Comments

Color spaces of #faabab

RGB 250171171
HSL0.000.890.83
HSV32°98°
CMYK 0.000.320.32   0.02
XYZ61.337952.390145.4075
Yxy52.39010.38540.3292
Hunter Lab72.381024.599713.4717
CIE-Lab77.513529.007111.8066

#faabab color RGB value is (250,171,171).

#faabab hex color red value is 250, green value is 171 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #faabab hue: 0.00 , saturation: 0.89 and the lightness value of faabab is 0.83.

The process color (four color CMYK) of #faabab color hex is 0.00, 0.32, 0.32, 0.02. Web safe color of #faabab is #ff9999. Color #faabab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 10101011
Octal 372 253 253
Decimal 250 171 171
Hex FA AB AB

RGB Percentages of Color #faabab

%42.23
%28.89
%28.89

CMYK Percentages of Color #faabab

%0
%32
%32
%2

Triadic Colors of #faabab

#faabab #abfaab #ababfa

Analogous Colors of #faabab

#faabab #fad3ab #faabd3

Monochromatic Colors of #faabab

#faabab

Complementary Color

#faabab #abfafa

#faabab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faabab Color Preview on White Background

Lorem ipsum dolor sit amet.

#faabab Color CSS Codes

.mybgcolor {background-color:#faabab; } 
.myforecolor {color:#faabab; }
.mybordercolor {border:3px solid #faabab; }

#faabab Text Font Color

<p style="color:#faabab">Text here</p>

This sample text font color is #faabab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#faabab Background Color

<div style="background-color:#faabab">
Div content here</div>

This div background color is #faabab


#faabab Border Color

<div style="border:3px solid #faabab">
Div here</div>

This div border color is #faabab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,171,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faabab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faabab;
  -webkit-box-shadow: 1px 1px 3px 2px #faabab;
  box-shadow:         1px 1px 3px 2px #faabab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,171,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #faabab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #faabab;
  -webkit-box-shadow: 1px 1px 3px 2px #faabab;
  box-shadow:         1px 1px 3px 2px #faabab;">
Div content here</div>

This div box has shadow with color #faabab

#faabab Color Palettes


Comments

No comments written yet.

Please login to write comment.