Color Hex Logo

#faa17b Color Hex

#FAA17B
(250,161,123)
0 Favorites   0 Comments

Color spaces of #faa17b

RGB 250161123
HSL0.050.930.73
HSV18°51°98°
CMYK 0.000.360.51   0.02
XYZ55.744447.243824.9198
Yxy47.24380.43580.3694
Hunter Lab68.734124.481426.6181
CIE-Lab74.345429.107733.4309

#faa17b color RGB value is (250,161,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100001 01111011
Octal 372 241 173
Decimal 250 161 123
Hex FA A1 7B

RGB Percentages of Color #faa17b

%46.82
%30.15
%23.03

CMYK Percentages of Color #faa17b

%0
%36
%51
%2

Triadic Colors of #faa17b

#faa17b #7bfaa1 #a17bfa

Analogous Colors of #faa17b

#faa17b #fae17b #fa7b95

Monochromatic Colors of #faa17b

#faa17b

Complementary Color

#faa17b #7bd4fa

#faa17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa17b Color CSS Codes

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

#faa17b Text Font Color

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

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


#faa17b Background Color

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

This div background color is #faa17b


#faa17b Border Color

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

This div border color is #faa17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa17b


Comments

No comments written yet.

Please login to write comment.