Color Hex Logo

#faa5aa Color Hex

#FAA5AA
(250,165,170)
0 Favorites   0 Comments

Color spaces of #faa5aa

RGB 250165170
HSL0.990.890.81
HSV356°34°98°
CMYK 0.000.340.32   0.02
XYZ60.135250.136544.5381
Yxy50.13650.38840.3239
Hunter Lab70.807127.684312.2712
CIE-Lab76.153032.028910.4206

#faa5aa color RGB value is (250,165,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 10101010
Octal 372 245 252
Decimal 250 165 170
Hex FA A5 AA

RGB Percentages of Color #faa5aa

%42.74
%28.21
%29.06

CMYK Percentages of Color #faa5aa

%0
%34
%32
%2

Triadic Colors of #faa5aa

#faa5aa #aafaa5 #a5aafa

Analogous Colors of #faa5aa

#faa5aa #facba5 #faa5d5

Monochromatic Colors of #faa5aa

#faa5aa

Complementary Color

#faa5aa #a5faf5

#faa5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa5aa Color CSS Codes

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

#faa5aa Text Font Color

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

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


#faa5aa Background Color

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

This div background color is #faa5aa


#faa5aa Border Color

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

This div border color is #faa5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa5aa


Comments

No comments written yet.

Please login to write comment.