Color Hex Logo

#faa5ad Color Hex

#FAA5AD
(250,165,173)
0 Favorites   0 Comments

Color spaces of #faa5ad

RGB 250165173
HSL0.980.890.81
HSV354°34°98°
CMYK 0.000.340.31   0.02
XYZ60.422350.251446.0500
Yxy50.25140.38550.3206
Hunter Lab70.888228.091911.1061
CIE-Lab76.223332.40778.8807

#faa5ad color RGB value is (250,165,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 10101101
Octal 372 245 255
Decimal 250 165 173
Hex FA A5 AD

RGB Percentages of Color #faa5ad

%42.52
%28.06
%29.42

CMYK Percentages of Color #faa5ad

%0
%34
%31
%2

Triadic Colors of #faa5ad

#faa5ad #adfaa5 #a5adfa

Analogous Colors of #faa5ad

#faa5ad #fac8a5 #faa5d8

Monochromatic Colors of #faa5ad

#faa5ad

Complementary Color

#faa5ad #a5faf2

#faa5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa5ad Color CSS Codes

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

#faa5ad Text Font Color

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

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


#faa5ad Background Color

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

This div background color is #faa5ad


#faa5ad Border Color

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

This div border color is #faa5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa5ad


Comments

No comments written yet.

Please login to write comment.