Color Hex Logo

#fbb9ac Color Hex

#FBB9AC
(251,185,172)
0 Favorites   0 Comments

Color spaces of #fbb9ac

RGB 251185172
HSL0.030.910.83
HSV10°31°98°
CMYK 0.000.260.31   0.02
XYZ64.579058.185746.8570
Yxy58.18570.38070.3430
Hunter Lab76.279617.630616.9750
CIE-Lab80.841922.140815.9719

#fbb9ac color RGB value is (251,185,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111001 10101100
Octal 373 271 254
Decimal 251 185 172
Hex FB B9 AC

RGB Percentages of Color #fbb9ac

%41.28
%30.43
%28.29

CMYK Percentages of Color #fbb9ac

%0
%26
%31
%2

Triadic Colors of #fbb9ac

#fbb9ac #acfbb9 #b9acfb

Analogous Colors of #fbb9ac

#fbb9ac #fbe1ac #fbacc7

Monochromatic Colors of #fbb9ac

#fbb9ac

Complementary Color

#fbb9ac #aceefb

#fbb9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb9ac Color CSS Codes

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

#fbb9ac Text Font Color

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

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


#fbb9ac Background Color

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

This div background color is #fbb9ac


#fbb9ac Border Color

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

This div border color is #fbb9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb9ac

Related Colors


Comments

No comments written yet.

Please login to write comment.