Color Hex Logo

#fab9ac Color Hex

#FAB9AC
(250,185,172)
0 Favorites   0 Comments

Color spaces of #fab9ac

RGB 250185172
HSL0.030.890.83
HSV10°31°98°
CMYK 0.000.260.31   0.02
XYZ64.219758.000546.8402
Yxy58.00050.37990.3431
Hunter Lab76.158117.242216.8450
CIE-Lab80.739121.767415.8126

#fab9ac color RGB value is (250,185,172).

#fab9ac hex color red value is 250, green value is 185 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fab9ac hue: 0.03 , saturation: 0.89 and the lightness value of fab9ac is 0.83.

The process color (four color CMYK) of #fab9ac color hex is 0.00, 0.26, 0.31, 0.02. Web safe color of #fab9ac is #ffcc99. Color #fab9ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111001 10101100
Octal 372 271 254
Decimal 250 185 172
Hex FA B9 AC

RGB Percentages of Color #fab9ac

%41.19
%30.48
%28.34

CMYK Percentages of Color #fab9ac

%0
%26
%31
%2

Triadic Colors of #fab9ac

#fab9ac #acfab9 #b9acfa

Analogous Colors of #fab9ac

#fab9ac #fae0ac #faacc6

Monochromatic Colors of #fab9ac

#fab9ac

Complementary Color

#fab9ac #acedfa

#fab9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab9ac Color CSS Codes

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

#fab9ac Text Font Color

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

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


#fab9ac Background Color

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

This div background color is #fab9ac


#fab9ac Border Color

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

This div border color is #fab9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab9ac

Related Colors

#fab9ac Color Palettes


Comments

No comments written yet.

Please login to write comment.