Color Hex Logo

#faa58d Color Hex

#FAA58D
(250,165,141)
0 Favorites   0 Comments

Color spaces of #faa58d

RGB 250165141
HSL0.040.920.77
HSV13°44°98°
CMYK 0.000.340.44   0.02
XYZ57.687249.157331.6472
Yxy49.15730.41650.3549
Hunter Lab70.112324.170322.3163
CIE-Lab75.549128.726425.3618

#faa58d color RGB value is (250,165,141).

#faa58d hex color red value is 250, green value is 165 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #faa58d hue: 0.04 , saturation: 0.92 and the lightness value of faa58d is 0.77.

The process color (four color CMYK) of #faa58d color hex is 0.00, 0.34, 0.44, 0.02. Web safe color of #faa58d is #ff9999. Color #faa58d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 10001101
Octal 372 245 215
Decimal 250 165 141
Hex FA A5 8D

RGB Percentages of Color #faa58d

%44.96
%29.68
%25.36

CMYK Percentages of Color #faa58d

%0
%34
%44
%2

Triadic Colors of #faa58d

#faa58d #8dfaa5 #a58dfa

Analogous Colors of #faa58d

#faa58d #fadc8d #fa8dac

Monochromatic Colors of #faa58d

#faa58d

Complementary Color

#faa58d #8de2fa

#faa58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa58d Color CSS Codes

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

#faa58d Text Font Color

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

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


#faa58d Background Color

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

This div background color is #faa58d


#faa58d Border Color

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

This div border color is #faa58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa58d


Comments

No comments written yet.

Please login to write comment.