Color Hex Logo

#faa47a Color Hex

#FAA47A
(250,164,122)
0 Favorites   0 Comments

Color spaces of #faa47a

RGB 250164122
HSL0.050.930.73
HSV20°51°98°
CMYK 0.000.340.51   0.02
XYZ56.212748.280124.7686
Yxy48.28010.43490.3735
Hunter Lab69.483922.810327.5039
CIE-Lab75.001327.449734.8095

#faa47a color RGB value is (250,164,122).

#faa47a hex color red value is 250, green value is 164 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #faa47a hue: 0.05 , saturation: 0.93 and the lightness value of faa47a is 0.73.

The process color (four color CMYK) of #faa47a color hex is 0.00, 0.34, 0.51, 0.02. Web safe color of #faa47a is #ff9966. Color #faa47a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100100 01111010
Octal 372 244 172
Decimal 250 164 122
Hex FA A4 7A

RGB Percentages of Color #faa47a

%46.64
%30.60
%22.76

CMYK Percentages of Color #faa47a

%0
%34
%51
%2

Triadic Colors of #faa47a

#faa47a #7afaa4 #a47afa

Analogous Colors of #faa47a

#faa47a #fae47a #fa7a90

Monochromatic Colors of #faa47a

#faa47a

Complementary Color

#faa47a #7ad0fa

#faa47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa47a Color CSS Codes

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

#faa47a Text Font Color

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

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


#faa47a Background Color

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

This div background color is #faa47a


#faa47a Border Color

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

This div border color is #faa47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa47a


Comments

No comments written yet.

Please login to write comment.