color codes Logo

#faaa9b color codes

#FAAA9B
(250,170,155)
0 Favorites   0 Comments

Color spaces of #faaa9b

RGB 250170155
HSL0.030.900.79
HSV38°98°
CMYK 0.000.320.38   0.02
XYZ59.715551.440037.7919
Yxy51.44000.40090.3454
Hunter Lab71.721723.106218.9638
CIE-Lab76.944827.615019.6957

#faaa9b color RGB value is (250,170,155).

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

The process color (four color CMYK) of #faaa9b color code is 0.00, 0.32, 0.38, 0.02. Web safe color of #faaa9b is #ff9999. Color #faaa9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 10011011
Octal 372 252 233
Decimal 250 170 155
Hex FA AA 9B

RGB Percentages of Color #faaa9b

%43.48
%29.57
%26.96

CMYK Percentages of Color #faaa9b

%0
%32
%38
%2

Triadic Colors of #faaa9b

#faaa9b #9bfaaa #aa9bfa

Analogous Colors of #faaa9b

#faaa9b #fada9b #fa9bbc

Monochromatic Colors of #faaa9b

#faaa9b

Complementary Color

#faaa9b #9bebfa

#faaa9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaa9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaa9b Color CSS Codes

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

#faaa9b Text Font Color

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

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


#faaa9b Background Color

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

This div background color is #faaa9b


#faaa9b Border Color

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

This div border color is #faaa9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaa9b


Comments

No comments written yet.

Please login to write comment.