Color Hex Logo

#faa995 Color Hex

#FAA995
(250,169,149)
0 Favorites   0 Comments

Color spaces of #faa995

RGB 250169149
HSL0.030.910.78
HSV12°40°98°
CMYK 0.000.320.40   0.02
XYZ59.037150.869935.1410
Yxy50.86990.40700.3507
Hunter Lab71.323122.936320.7139
CIE-Lab76.600127.472622.4679

#faa995 color RGB value is (250,169,149).

#faa995 hex color red value is 250, green value is 169 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #faa995 hue: 0.03 , saturation: 0.91 and the lightness value of faa995 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101001 10010101
Octal 372 251 225
Decimal 250 169 149
Hex FA A9 95

RGB Percentages of Color #faa995

%44.01
%29.75
%26.23

CMYK Percentages of Color #faa995

%0
%32
%40
%2

Triadic Colors of #faa995

#faa995 #95faa9 #a995fa

Analogous Colors of #faa995

#faa995 #fadc95 #fa95b4

Monochromatic Colors of #faa995

#faa995

Complementary Color

#faa995 #95e6fa

#faa995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa995 Color CSS Codes

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

#faa995 Text Font Color

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

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


#faa995 Background Color

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

This div background color is #faa995


#faa995 Border Color

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

This div border color is #faa995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa995


Comments

No comments written yet.

Please login to write comment.