Color Hex Logo

#faaa9f Color Hex

#FAAA9F
(250,170,159)
0 Favorites   0 Comments

Color spaces of #faaa9f

RGB 250170159
HSL0.020.900.80
HSV36°98°
CMYK 0.000.320.36   0.02
XYZ60.057151.576639.5908
Yxy51.57660.39710.3411
Hunter Lab71.816923.591817.5867
CIE-Lab77.027028.075717.6418

#faaa9f color RGB value is (250,170,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 10011111
Octal 372 252 237
Decimal 250 170 159
Hex FA AA 9F

RGB Percentages of Color #faaa9f

%43.18
%29.36
%27.46

CMYK Percentages of Color #faaa9f

%0
%32
%36
%2

Triadic Colors of #faaa9f

#faaa9f #9ffaaa #aa9ffa

Analogous Colors of #faaa9f

#faaa9f #fad89f #fa9fc2

Monochromatic Colors of #faaa9f

#faaa9f

Complementary Color

#faaa9f #9feffa

#faaa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaa9f Color CSS Codes

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

#faaa9f Text Font Color

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

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


#faaa9f Background Color

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

This div background color is #faaa9f


#faaa9f Border Color

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

This div border color is #faaa9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaa9f


Comments

No comments written yet.

Please login to write comment.