Color Hex Logo

#faa78d Color Hex

#FAA78D
(250,167,141)
0 Favorites   0 Comments

Color spaces of #faa78d

RGB 250167141
HSL0.040.920.77
HSV14°44°98°
CMYK 0.000.330.44   0.02
XYZ58.050849.884531.7684
Yxy49.88450.41550.3571
Hunter Lab70.629023.110622.7721
CIE-Lab75.998327.677625.9674

#faa78d color RGB value is (250,167,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 10001101
Octal 372 247 215
Decimal 250 167 141
Hex FA A7 8D

RGB Percentages of Color #faa78d

%44.80
%29.93
%25.27

CMYK Percentages of Color #faa78d

%0
%33
%44
%2

Triadic Colors of #faa78d

#faa78d #8dfaa7 #a78dfa

Analogous Colors of #faa78d

#faa78d #fade8d #fa8daa

Monochromatic Colors of #faa78d

#faa78d

Complementary Color

#faa78d #8de0fa

#faa78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa78d Color CSS Codes

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

#faa78d Text Font Color

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

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


#faa78d Background Color

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

This div background color is #faa78d


#faa78d Border Color

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

This div border color is #faa78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa78d

Related Colors


Comments

No comments written yet.

Please login to write comment.