Color Hex Logo

#faaa6f Color Hex

#FAAA6F
(250,170,111)
0 Favorites   0 Comments

Color spaces of #faaa6f

RGB 250170111
HSL0.070.930.71
HSV25°56°98°
CMYK 0.000.320.56   0.02
XYZ56.668350.221121.7458
Yxy50.22110.44050.3904
Hunter Lab70.866818.719631.4134
CIE-Lab76.204823.393042.0682

#faaa6f color RGB value is (250,170,111).

#faaa6f hex color red value is 250, green value is 170 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #faaa6f hue: 0.07 , saturation: 0.93 and the lightness value of faaa6f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 01101111
Octal 372 252 157
Decimal 250 170 111
Hex FA AA 6F

RGB Percentages of Color #faaa6f

%47.08
%32.02
%20.90

CMYK Percentages of Color #faaa6f

%0
%32
%56
%2

Triadic Colors of #faaa6f

#faaa6f #6ffaaa #aa6ffa

Analogous Colors of #faaa6f

#faaa6f #faf06f #fa6f7a

Monochromatic Colors of #faaa6f

#faaa6f

Complementary Color

#faaa6f #6fbffa

#faaa6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaa6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaa6f Color CSS Codes

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

#faaa6f Text Font Color

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

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


#faaa6f Background Color

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

This div background color is #faaa6f


#faaa6f Border Color

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

This div border color is #faaa6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaa6f


Comments

No comments written yet.

Please login to write comment.