Color Hex Logo

#faafa1 Color Hex

#FAAFA1
(250,175,161)
0 Favorites   0 Comments

Color spaces of #faafa1

RGB 250175161
HSL0.030.900.81
HSV36°98°
CMYK 0.000.300.36   0.02
XYZ61.187353.557140.8309
Yxy53.55710.39330.3443
Hunter Lab73.182721.172218.1482
CIE-Lab78.202825.682318.1939

#faafa1 color RGB value is (250,175,161).

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

The process color (four color CMYK) of #faafa1 color hex is 0.00, 0.30, 0.36, 0.02. Web safe color of #faafa1 is #ff9999. Color #faafa1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 10100001
Octal 372 257 241
Decimal 250 175 161
Hex FA AF A1

RGB Percentages of Color #faafa1

%42.66
%29.86
%27.47

CMYK Percentages of Color #faafa1

%0
%30
%36
%2

Triadic Colors of #faafa1

#faafa1 #a1faaf #afa1fa

Analogous Colors of #faafa1

#faafa1 #fadca1 #faa1c0

Monochromatic Colors of #faafa1

#faafa1

Complementary Color

#faafa1 #a1ecfa

#faafa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faafa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faafa1 Color CSS Codes

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

#faafa1 Text Font Color

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

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


#faafa1 Background Color

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

This div background color is #faafa1


#faafa1 Border Color

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

This div border color is #faafa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faafa1


Comments

No comments written yet.

Please login to write comment.