Color Hex Logo

#fbb0ac Color Hex

#FBB0AC
(251,176,172)
0 Favorites   0 Comments

Color spaces of #fbb0ac

RGB 251176172
HSL0.010.910.83
HSV31°98°
CMYK 0.000.300.31   0.02
XYZ62.755454.538546.2491
Yxy54.53850.38370.3335
Hunter Lab73.850222.445514.5644
CIE-Lab78.774726.874213.0635

#fbb0ac color RGB value is (251,176,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 10101100
Octal 373 260 254
Decimal 251 176 172
Hex FB B0 AC

RGB Percentages of Color #fbb0ac

%41.90
%29.38
%28.71

CMYK Percentages of Color #fbb0ac

%0
%30
%31
%2

Triadic Colors of #fbb0ac

#fbb0ac #acfbb0 #b0acfb

Analogous Colors of #fbb0ac

#fbb0ac #fbd8ac #fbacd0

Monochromatic Colors of #fbb0ac

#fbb0ac

Complementary Color

#fbb0ac #acf7fb

#fbb0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb0ac Color CSS Codes

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

#fbb0ac Text Font Color

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

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


#fbb0ac Background Color

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

This div background color is #fbb0ac


#fbb0ac Border Color

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

This div border color is #fbb0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb0ac


Comments

No comments written yet.

Please login to write comment.