Color Hex Logo

#faa29a Color Hex

#FAA29A
(250,162,154)
0 Favorites   0 Comments

Color spaces of #faa29a

RGB 250162154
HSL0.010.910.79
HSV38°98°
CMYK 0.000.350.38   0.02
XYZ58.177448.497736.8666
Yxy48.49770.40530.3379
Hunter Lab69.640327.248117.3609
CIE-Lab75.137831.695117.7368

#faa29a color RGB value is (250,162,154).

#faa29a hex color red value is 250, green value is 162 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #faa29a hue: 0.01 , saturation: 0.91 and the lightness value of faa29a is 0.79.

The process color (four color CMYK) of #faa29a color hex is 0.00, 0.35, 0.38, 0.02. Web safe color of #faa29a is #ff9999. Color #faa29a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100010 10011010
Octal 372 242 232
Decimal 250 162 154
Hex FA A2 9A

RGB Percentages of Color #faa29a

%44.17
%28.62
%27.21

CMYK Percentages of Color #faa29a

%0
%35
%38
%2

Triadic Colors of #faa29a

#faa29a #9afaa2 #a29afa

Analogous Colors of #faa29a

#faa29a #fad29a #fa9ac2

Monochromatic Colors of #faa29a

#faa29a

Complementary Color

#faa29a #9af2fa

#faa29a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa29a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa29a Color CSS Codes

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

#faa29a Text Font Color

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

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


#faa29a Background Color

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

This div background color is #faa29a


#faa29a Border Color

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

This div border color is #faa29a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa29a

Related Colors


Comments

No comments written yet.

Please login to write comment.