Color Hex Logo

#faa985 Color Hex

#FAA985
(250,169,133)
0 Favorites   0 Comments

Color spaces of #faa985

RGB 250169133
HSL0.050.920.75
HSV18°47°98°
CMYK 0.000.320.47   0.02
XYZ57.845950.393428.8684
Yxy50.39340.42190.3675
Hunter Lab70.988321.223925.5807
CIE-Lab76.310125.834030.6708

#faa985 color RGB value is (250,169,133).

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

The process color (four color CMYK) of #faa985 color hex is 0.00, 0.32, 0.47, 0.02. Web safe color of #faa985 is #ff9999. Color #faa985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 10000101
Octal 372 251 205
Decimal 250 169 133
Hex FA A9 85

RGB Percentages of Color #faa985

%45.29
%30.62
%24.09

CMYK Percentages of Color #faa985

%0
%32
%47
%2

Triadic Colors of #faa985

#faa985 #85faa9 #a985fa

Analogous Colors of #faa985

#faa985 #fae485 #fa859c

Monochromatic Colors of #faa985

#faa985

Complementary Color

#faa985 #85d6fa

#faa985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa985 Color CSS Codes

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

#faa985 Text Font Color

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

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


#faa985 Background Color

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

This div background color is #faa985


#faa985 Border Color

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

This div border color is #faa985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa985


Comments

No comments written yet.

Please login to write comment.