Color Hex Logo

#fab6ac Color Hex

#FAB6AC
(250,182,172)
0 Favorites   0 Comments

Color spaces of #fab6ac

RGB 250182172
HSL0.020.890.83
HSV31°98°
CMYK 0.000.270.31   0.02
XYZ63.598756.758446.6332
Yxy56.75840.38090.3399
Hunter Lab75.338218.843716.0371
CIE-Lab80.043523.346714.8361

#fab6ac color RGB value is (250,182,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 10101100
Octal 372 266 254
Decimal 250 182 172
Hex FA B6 AC

RGB Percentages of Color #fab6ac

%41.39
%30.13
%28.48

CMYK Percentages of Color #fab6ac

%0
%27
%31
%2

Triadic Colors of #fab6ac

#fab6ac #acfab6 #b6acfa

Analogous Colors of #fab6ac

#fab6ac #faddac #faacc9

Monochromatic Colors of #fab6ac

#fab6ac

Complementary Color

#fab6ac #acf0fa

#fab6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab6ac Color CSS Codes

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

#fab6ac Text Font Color

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

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


#fab6ac Background Color

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

This div background color is #fab6ac


#fab6ac Border Color

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

This div border color is #fab6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab6ac

#fab6ac Color Palettes


Comments

No comments written yet.

Please login to write comment.