Color Hex Logo

#faaab2 Color Hex

#FAAAB2
(250,170,178)
0 Favorites   0 Comments

Color spaces of #faaab2

RGB 250170178
HSL0.980.890.82
HSV354°32°98°
CMYK 0.000.320.29   0.02
XYZ61.834952.287848.9530
Yxy52.28780.37920.3206
Hunter Lab72.310326.098110.4788
CIE-Lab77.452630.43357.9096

#faaab2 color RGB value is (250,170,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 10110010
Octal 372 252 262
Decimal 250 170 178
Hex FA AA B2

RGB Percentages of Color #faaab2

%41.81
%28.43
%29.77

CMYK Percentages of Color #faaab2

%0
%32
%29
%2

Triadic Colors of #faaab2

#faaab2 #b2faaa #aab2fa

Analogous Colors of #faaab2

#faaab2 #facaaa #faaada

Monochromatic Colors of #faaab2

#faaab2

Complementary Color

#faaab2 #aafaf2

#faaab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaab2 Color CSS Codes

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

#faaab2 Text Font Color

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

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


#faaab2 Background Color

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

This div background color is #faaab2


#faaab2 Border Color

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

This div border color is #faaab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaab2

Related Colors


Comments

No comments written yet.

Please login to write comment.