Color Hex Logo

#faac8a Color Hex

#FAAC8A
(250,172,138)
0 Favorites   0 Comments

Color spaces of #faac8a

RGB 250172138
HSL0.050.920.76
HSV18°45°98°
CMYK 0.000.310.45   0.02
XYZ58.764351.664030.9197
Yxy51.66400.41570.3655
Hunter Lab71.877720.148524.8095
CIE-Lab77.079524.748329.0235

#faac8a color RGB value is (250,172,138).

#faac8a hex color red value is 250, green value is 172 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #faac8a hue: 0.05 , saturation: 0.92 and the lightness value of faac8a is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 10001010
Octal 372 254 212
Decimal 250 172 138
Hex FA AC 8A

RGB Percentages of Color #faac8a

%44.64
%30.71
%24.64

CMYK Percentages of Color #faac8a

%0
%31
%45
%2

Triadic Colors of #faac8a

#faac8a #8afaac #ac8afa

Analogous Colors of #faac8a

#faac8a #fae48a #fa8aa0

Monochromatic Colors of #faac8a

#faac8a

Complementary Color

#faac8a #8ad8fa

#faac8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faac8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faac8a Color CSS Codes

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

#faac8a Text Font Color

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

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


#faac8a Background Color

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

This div background color is #faac8a


#faac8a Border Color

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

This div border color is #faac8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faac8a

Related Colors


Comments

No comments written yet.

Please login to write comment.