Color Hex Logo

#faaea9 Color Hex

#FAAEA9
(250,174,169)
0 Favorites   0 Comments

Color spaces of #faaea9

RGB 250174169
HSL0.010.890.82
HSV32°98°
CMYK 0.000.300.32   0.02
XYZ61.721853.460744.6020
Yxy53.46070.38630.3346
Hunter Lab73.116822.726915.0143
CIE-Lab78.146227.179613.7863

#faaea9 color RGB value is (250,174,169).

#faaea9 hex color red value is 250, green value is 174 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #faaea9 hue: 0.01 , saturation: 0.89 and the lightness value of faaea9 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101110 10101001
Octal 372 256 251
Decimal 250 174 169
Hex FA AE A9

RGB Percentages of Color #faaea9

%42.16
%29.34
%28.50

CMYK Percentages of Color #faaea9

%0
%30
%32
%2

Triadic Colors of #faaea9

#faaea9 #a9faae #aea9fa

Analogous Colors of #faaea9

#faaea9 #fad7a9 #faa9cd

Monochromatic Colors of #faaea9

#faaea9

Complementary Color

#faaea9 #a9f5fa

#faaea9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaea9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaea9 Color CSS Codes

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

#faaea9 Text Font Color

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

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


#faaea9 Background Color

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

This div background color is #faaea9


#faaea9 Border Color

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

This div border color is #faaea9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaea9


Comments

No comments written yet.

Please login to write comment.