Color Hex Logo

#faa7ab Color Hex

#FAA7AB
(250,167,171)
0 Favorites   0 Comments

Color spaces of #faa7ab

RGB 250167171
HSL0.990.890.82
HSV357°33°98°
CMYK 0.000.330.32   0.02
XYZ60.593750.901745.1594
Yxy50.90170.38680.3249
Hunter Lab71.345426.745612.4131
CIE-Lab76.619431.106410.5377

#faa7ab color RGB value is (250,167,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 10101011
Octal 372 247 253
Decimal 250 167 171
Hex FA A7 AB

RGB Percentages of Color #faa7ab

%42.52
%28.40
%29.08

CMYK Percentages of Color #faa7ab

%0
%33
%32
%2

Triadic Colors of #faa7ab

#faa7ab #abfaa7 #a7abfa

Analogous Colors of #faa7ab

#faa7ab #facda7 #faa7d5

Monochromatic Colors of #faa7ab

#faa7ab

Complementary Color

#faa7ab #a7faf6

#faa7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa7ab Color CSS Codes

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

#faa7ab Text Font Color

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

This sample text font color is #faa7ab
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.


#faa7ab Background Color

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

This div background color is #faa7ab


#faa7ab Border Color

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

This div border color is #faa7ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,167,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 #faa7ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa7ab


Comments

No comments written yet.

Please login to write comment.