Color Hex Logo

#faa47b Color Hex

#FAA47B
(250,164,123)
0 Favorites   0 Comments

Color spaces of #faa47b

RGB 250164123
HSL0.050.930.73
HSV19°51°98°
CMYK 0.000.340.51   0.02
XYZ56.275048.305025.0967
Yxy48.30500.43400.3725
Hunter Lab69.501822.901727.2420
CIE-Lab75.016927.537334.2998

#faa47b color RGB value is (250,164,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100100 01111011
Octal 372 244 173
Decimal 250 164 123
Hex FA A4 7B

RGB Percentages of Color #faa47b

%46.55
%30.54
%22.91

CMYK Percentages of Color #faa47b

%0
%34
%51
%2

Triadic Colors of #faa47b

#faa47b #7bfaa4 #a47bfa

Analogous Colors of #faa47b

#faa47b #fae47b #fa7b92

Monochromatic Colors of #faa47b

#faa47b

Complementary Color

#faa47b #7bd1fa

#faa47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa47b Color CSS Codes

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

#faa47b Text Font Color

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

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


#faa47b Background Color

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

This div background color is #faa47b


#faa47b Border Color

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

This div border color is #faa47b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,164,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 #faa47b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa47b

Related Colors


Comments

No comments written yet.

Please login to write comment.