Color Hex Logo

#fba1ac Color Hex

#FBA1AC
(251,161,172)
0 Favorites   0 Comments

Color spaces of #fba1ac

RGB 251161172
HSL0.980.920.81
HSV353°36°98°
CMYK 0.000.360.31   0.02
XYZ59.974948.977545.3223
Yxy48.97750.38880.3175
Hunter Lab69.983930.499210.5919
CIE-Lab75.437334.73188.3205

#fba1ac color RGB value is (251,161,172).

#fba1ac hex color red value is 251, green value is 161 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fba1ac hue: 0.98 , saturation: 0.92 and the lightness value of fba1ac is 0.81.

The process color (four color CMYK) of #fba1ac color hex is 0.00, 0.36, 0.31, 0.02. Web safe color of #fba1ac is #ff9999. Color #fba1ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100001 10101100
Octal 373 241 254
Decimal 251 161 172
Hex FB A1 AC

RGB Percentages of Color #fba1ac

%42.98
%27.57
%29.45

CMYK Percentages of Color #fba1ac

%0
%36
%31
%2

Triadic Colors of #fba1ac

#fba1ac #acfba1 #a1acfb

Analogous Colors of #fba1ac

#fba1ac #fbc3a1 #fba1d9

Monochromatic Colors of #fba1ac

#fba1ac

Complementary Color

#fba1ac #a1fbf0

#fba1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba1ac Color CSS Codes

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

#fba1ac Text Font Color

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

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


#fba1ac Background Color

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

This div background color is #fba1ac


#fba1ac Border Color

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

This div border color is #fba1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba1ac

Related Colors


Comments

No comments written yet.

Please login to write comment.