Color Hex Logo

#faa5ae Color Hex

#FAA5AE
(250,165,174)
0 Favorites   0 Comments

Color spaces of #faa5ae

RGB 250165174
HSL0.980.890.81
HSV354°34°98°
CMYK 0.000.340.30   0.02
XYZ60.519550.290346.5617
Yxy50.29030.38460.3196
Hunter Lab70.915728.229710.7124
CIE-Lab76.247132.53558.3677

#faa5ae color RGB value is (250,165,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 10101110
Octal 372 245 256
Decimal 250 165 174
Hex FA A5 AE

RGB Percentages of Color #faa5ae

%42.44
%28.01
%29.54

CMYK Percentages of Color #faa5ae

%0
%34
%30
%2

Triadic Colors of #faa5ae

#faa5ae #aefaa5 #a5aefa

Analogous Colors of #faa5ae

#faa5ae #fac7a5 #faa5d9

Monochromatic Colors of #faa5ae

#faa5ae

Complementary Color

#faa5ae #a5faf1

#faa5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa5ae Color CSS Codes

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

#faa5ae Text Font Color

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

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


#faa5ae Background Color

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

This div background color is #faa5ae


#faa5ae Border Color

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

This div border color is #faa5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa5ae

Related Colors


Comments

No comments written yet.

Please login to write comment.