Color Hex Logo

#faab9d Color Hex

#FAAB9D
(250,171,157)
0 Favorites   0 Comments

Color spaces of #faab9d

RGB 250171157
HSL0.030.900.80
HSV37°98°
CMYK 0.000.320.37   0.02
XYZ60.073151.884138.7467
Yxy51.88410.39860.3443
Hunter Lab72.030622.814318.5282
CIE-Lab77.211527.318518.9817

#faab9d color RGB value is (250,171,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101011 10011101
Octal 372 253 235
Decimal 250 171 157
Hex FA AB 9D

RGB Percentages of Color #faab9d

%43.25
%29.58
%27.16

CMYK Percentages of Color #faab9d

%0
%32
%37
%2

Triadic Colors of #faab9d

#faab9d #9dfaab #ab9dfa

Analogous Colors of #faab9d

#faab9d #fada9d #fa9dbe

Monochromatic Colors of #faab9d

#faab9d

Complementary Color

#faab9d #9decfa

#faab9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faab9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faab9d Color CSS Codes

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

#faab9d Text Font Color

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

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


#faab9d Background Color

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

This div background color is #faab9d


#faab9d Border Color

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

This div border color is #faab9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faab9d

#faab9d Color Palettes


Comments

No comments written yet.

Please login to write comment.