Color Hex Logo

#fab3ac Color Hex

#FAB3AC
(250,179,172)
0 Favorites   0 Comments

Color spaces of #fab3ac

RGB 250179172
HSL0.010.890.83
HSV31°98°
CMYK 0.000.280.31   0.02
XYZ62.990855.542846.4306
Yxy55.54280.38180.3367
Hunter Lab74.527020.447215.2311
CIE-Lab79.352924.925613.8640

#fab3ac color RGB value is (250,179,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 10101100
Octal 372 263 254
Decimal 250 179 172
Hex FA B3 AC

RGB Percentages of Color #fab3ac

%41.60
%29.78
%28.62

CMYK Percentages of Color #fab3ac

%0
%28
%31
%2

Triadic Colors of #fab3ac

#fab3ac #acfab3 #b3acfa

Analogous Colors of #fab3ac

#fab3ac #fadaac #faaccc

Monochromatic Colors of #fab3ac

#fab3ac

Complementary Color

#fab3ac #acf3fa

#fab3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab3ac Color CSS Codes

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

#fab3ac Text Font Color

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

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


#fab3ac Background Color

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

This div background color is #fab3ac


#fab3ac Border Color

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

This div border color is #fab3ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,179,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 #fab3ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab3ac

Related Colors


Comments

No comments written yet.

Please login to write comment.