Color Hex Logo

#faac9f Color Hex

#FAAC9F
(250,172,159)
0 Favorites   0 Comments

Color spaces of #faac9f

RGB 250172159
HSL0.020.900.80
HSV36°98°
CMYK 0.000.310.36   0.02
XYZ60.434952.332239.7168
Yxy52.33220.39630.3432
Hunter Lab72.341022.525218.0872
CIE-Lab77.479127.024918.2700

#faac9f color RGB value is (250,172,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10011111
Octal 372 254 237
Decimal 250 172 159
Hex FA AC 9F

RGB Percentages of Color #faac9f

%43.03
%29.60
%27.37

CMYK Percentages of Color #faac9f

%0
%31
%36
%2

Triadic Colors of #faac9f

#faac9f #9ffaac #ac9ffa

Analogous Colors of #faac9f

#faac9f #fada9f #fa9fc0

Monochromatic Colors of #faac9f

#faac9f

Complementary Color

#faac9f #9fedfa

#faac9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac9f Color CSS Codes

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

#faac9f Text Font Color

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

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


#faac9f Background Color

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

This div background color is #faac9f


#faac9f Border Color

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

This div border color is #faac9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac9f


Comments

No comments written yet.

Please login to write comment.