Color Hex Logo

#faa97f Color Hex

#FAA97F
(250,169,127)
0 Favorites   0 Comments

Color spaces of #faa97f

RGB 250169127
HSL0.060.920.74
HSV20°49°98°
CMYK 0.000.320.49   0.02
XYZ57.443150.232226.7469
Yxy50.23220.42730.3737
Hunter Lab70.874720.641527.2372
CIE-Lab76.211625.272933.7287

#faa97f color RGB value is (250,169,127).

#faa97f hex color red value is 250, green value is 169 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #faa97f hue: 0.06 , saturation: 0.92 and the lightness value of faa97f is 0.74.

The process color (four color CMYK) of #faa97f color hex is 0.00, 0.32, 0.49, 0.02. Web safe color of #faa97f is #ff9966. Color #faa97f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 01111111
Octal 372 251 177
Decimal 250 169 127
Hex FA A9 7F

RGB Percentages of Color #faa97f

%45.79
%30.95
%23.26

CMYK Percentages of Color #faa97f

%0
%32
%49
%2

Triadic Colors of #faa97f

#faa97f #7ffaa9 #a97ffa

Analogous Colors of #faa97f

#faa97f #fae77f #fa7f93

Monochromatic Colors of #faa97f

#faa97f

Complementary Color

#faa97f #7fd0fa

#faa97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa97f Color CSS Codes

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

#faa97f Text Font Color

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

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


#faa97f Background Color

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

This div background color is #faa97f


#faa97f Border Color

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

This div border color is #faa97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa97f


Comments

No comments written yet.

Please login to write comment.