Color Hex Logo

#faaa9c Color Hex

#FAAA9C
(250,170,156)
0 Favorites   0 Comments

Color spaces of #faaa9c

RGB 250170156
HSL0.020.900.80
HSV38°98°
CMYK 0.000.320.38   0.02
XYZ59.799851.473738.2361
Yxy51.47370.40000.3443
Hunter Lab71.745223.226218.6234
CIE-Lab76.965127.728919.1822

#faaa9c color RGB value is (250,170,156).

#faaa9c hex color red value is 250, green value is 170 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #faaa9c hue: 0.02 , saturation: 0.90 and the lightness value of faaa9c is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 10011100
Octal 372 252 234
Decimal 250 170 156
Hex FA AA 9C

RGB Percentages of Color #faaa9c

%43.40
%29.51
%27.08

CMYK Percentages of Color #faaa9c

%0
%32
%38
%2

Triadic Colors of #faaa9c

#faaa9c #9cfaaa #aa9cfa

Analogous Colors of #faaa9c

#faaa9c #fad99c #fa9cbd

Monochromatic Colors of #faaa9c

#faaa9c

Complementary Color

#faaa9c #9cecfa

#faaa9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaa9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaa9c Color CSS Codes

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

#faaa9c Text Font Color

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

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


#faaa9c Background Color

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

This div background color is #faaa9c


#faaa9c Border Color

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

This div border color is #faaa9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaa9c

Related Colors


Comments

No comments written yet.

Please login to write comment.