Color Hex Logo

#faaaa0 Color Hex

#FAAAA0
(250,170,160)
0 Favorites   0 Comments

Color spaces of #faaaa0

RGB 250170160
HSL0.020.900.80
HSV36°98°
CMYK 0.000.320.36   0.02
XYZ60.144251.611540.0498
Yxy51.61150.39620.3400
Hunter Lab71.841123.715217.2360
CIE-Lab77.048028.192617.1284

#faaaa0 color RGB value is (250,170,160).

#faaaa0 hex color red value is 250, green value is 170 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #faaaa0 hue: 0.02 , saturation: 0.90 and the lightness value of faaaa0 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 10100000
Octal 372 252 240
Decimal 250 170 160
Hex FA AA A0

RGB Percentages of Color #faaaa0

%43.10
%29.31
%27.59

CMYK Percentages of Color #faaaa0

%0
%32
%36
%2

Triadic Colors of #faaaa0

#faaaa0 #a0faaa #aaa0fa

Analogous Colors of #faaaa0

#faaaa0 #fad7a0 #faa0c3

Monochromatic Colors of #faaaa0

#faaaa0

Complementary Color

#faaaa0 #a0f0fa

#faaaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaaa0 Color CSS Codes

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

#faaaa0 Text Font Color

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

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


#faaaa0 Background Color

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

This div background color is #faaaa0


#faaaa0 Border Color

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

This div border color is #faaaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaaa0


Comments

No comments written yet.

Please login to write comment.