Color Hex Logo

#faaab5 Color Hex

#FAAAB5
(250,170,181)
0 Favorites   0 Comments

Color spaces of #faaab5

RGB 250170181
HSL0.980.890.82
HSV352°32°98°
CMYK 0.000.320.28   0.02
XYZ62.139652.409650.5570
Yxy52.40960.37640.3174
Hunter Lab72.394526.52479.2707
CIE-Lab77.525130.83156.3791

#faaab5 color RGB value is (250,170,181).

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

The process color (four color CMYK) of #faaab5 color hex is 0.00, 0.32, 0.28, 0.02. Web safe color of #faaab5 is #ff99cc. Color #faaab5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 10110101
Octal 372 252 265
Decimal 250 170 181
Hex FA AA B5

RGB Percentages of Color #faaab5

%41.60
%28.29
%30.12

CMYK Percentages of Color #faaab5

%0
%32
%28
%2

Triadic Colors of #faaab5

#faaab5 #b5faaa #aab5fa

Analogous Colors of #faaab5

#faaab5 #fac7aa #faaadd

Monochromatic Colors of #faaab5

#faaab5

Complementary Color

#faaab5 #aafaef

#faaab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaab5 Color CSS Codes

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

#faaab5 Text Font Color

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

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


#faaab5 Background Color

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

This div background color is #faaab5


#faaab5 Border Color

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

This div border color is #faaab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaab5


Comments

No comments written yet.

Please login to write comment.