Color Hex Logo

#faab8e Color Hex

#FAAB8E
(250,171,142)
0 Favorites   0 Comments

Color spaces of #faab8e

RGB 250171142
HSL0.040.920.77
HSV16°43°98°
CMYK 0.000.320.43   0.02
XYZ58.869751.402832.4101
Yxy51.40280.41260.3603
Hunter Lab71.695721.099623.3849
CIE-Lab76.922425.680126.6734

#faab8e color RGB value is (250,171,142).

#faab8e hex color red value is 250, green value is 171 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #faab8e hue: 0.04 , saturation: 0.92 and the lightness value of faab8e is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 10001110
Octal 372 253 216
Decimal 250 171 142
Hex FA AB 8E

RGB Percentages of Color #faab8e

%44.40
%30.37
%25.22

CMYK Percentages of Color #faab8e

%0
%32
%43
%2

Triadic Colors of #faab8e

#faab8e #8efaab #ab8efa

Analogous Colors of #faab8e

#faab8e #fae18e #fa8ea7

Monochromatic Colors of #faab8e

#faab8e

Complementary Color

#faab8e #8eddfa

#faab8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab8e Color CSS Codes

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

#faab8e Text Font Color

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

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


#faab8e Background Color

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

This div background color is #faab8e


#faab8e Border Color

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

This div border color is #faab8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab8e


Comments

No comments written yet.

Please login to write comment.