Color Hex Logo

#fbc0ac Color Hex

#FBC0AC
(251,192,172)
0 Favorites   0 Comments

Color spaces of #fbc0ac

RGB 251192172
HSL0.040.910.83
HSV15°31°98°
CMYK 0.000.240.31   0.02
XYZ66.079761.187147.3572
Yxy61.18710.37840.3504
Hunter Lab78.222213.902518.8602
CIE-Lab82.479218.462318.2594

#fbc0ac color RGB value is (251,192,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000000 10101100
Octal 373 300 254
Decimal 251 192 172
Hex FB C0 AC

RGB Percentages of Color #fbc0ac

%40.81
%31.22
%27.97

CMYK Percentages of Color #fbc0ac

%0
%24
%31
%2

Triadic Colors of #fbc0ac

#fbc0ac #acfbc0 #c0acfb

Analogous Colors of #fbc0ac

#fbc0ac #fbe8ac #fbacc0

Monochromatic Colors of #fbc0ac

#fbc0ac

Complementary Color

#fbc0ac #ace7fb

#fbc0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc0ac Color CSS Codes

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

#fbc0ac Text Font Color

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

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


#fbc0ac Background Color

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

This div background color is #fbc0ac


#fbc0ac Border Color

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

This div border color is #fbc0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc0ac


Comments

No comments written yet.

Please login to write comment.