Color Hex Logo

#faa87e Color Hex

#FAA87E
(250,168,126)
0 Favorites   0 Comments

Color spaces of #faa87e

RGB 250168126
HSL0.060.930.74
HSV20°50°98°
CMYK 0.000.330.50   0.02
XYZ57.192949.835626.3435
Yxy49.83560.42880.3737
Hunter Lab70.594321.074027.2909
CIE-Lab75.968225.707133.9421

#faa87e color RGB value is (250,168,126).

#faa87e hex color red value is 250, green value is 168 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #faa87e hue: 0.06 , saturation: 0.93 and the lightness value of faa87e is 0.74.

The process color (four color CMYK) of #faa87e color hex is 0.00, 0.33, 0.50, 0.02. Web safe color of #faa87e is #ff9966. Color #faa87e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101000 01111110
Octal 372 250 176
Decimal 250 168 126
Hex FA A8 7E

RGB Percentages of Color #faa87e

%45.96
%30.88
%23.16

CMYK Percentages of Color #faa87e

%0
%33
%50
%2

Triadic Colors of #faa87e

#faa87e #7efaa8 #a87efa

Analogous Colors of #faa87e

#faa87e #fae67e #fa7e92

Monochromatic Colors of #faa87e

#faa87e

Complementary Color

#faa87e #7ed0fa

#faa87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa87e Color CSS Codes

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

#faa87e Text Font Color

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

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


#faa87e Background Color

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

This div background color is #faa87e


#faa87e Border Color

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

This div border color is #faa87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa87e


Comments

No comments written yet.

Please login to write comment.