Color Hex Logo

#faa4ad Color Hex

#FAA4AD
(250,164,173)
0 Favorites   0 Comments

Color spaces of #faa4ad

RGB 250164173
HSL0.980.900.81
HSV354°34°98°
CMYK 0.000.340.31   0.02
XYZ60.242649.892045.9902
Yxy49.89200.38590.3196
Hunter Lab70.634328.629210.8401
CIE-Lab76.002932.93108.5657

#faa4ad color RGB value is (250,164,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100100 10101101
Octal 372 244 255
Decimal 250 164 173
Hex FA A4 AD

RGB Percentages of Color #faa4ad

%42.59
%27.94
%29.47

CMYK Percentages of Color #faa4ad

%0
%34
%31
%2

Triadic Colors of #faa4ad

#faa4ad #adfaa4 #a4adfa

Analogous Colors of #faa4ad

#faa4ad #fac6a4 #faa4d8

Monochromatic Colors of #faa4ad

#faa4ad

Complementary Color

#faa4ad #a4faf1

#faa4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa4ad Color CSS Codes

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

#faa4ad Text Font Color

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

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


#faa4ad Background Color

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

This div background color is #faa4ad


#faa4ad Border Color

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

This div border color is #faa4ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,164,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 #faa4ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa4ad

Related Colors


Comments

No comments written yet.

Please login to write comment.