Color Hex Logo

#fbc6ac Color Hex

#FBC6AC
(251,198,172)
0 Favorites   0 Comments

Color spaces of #fbc6ac

RGB 251198172
HSL0.050.910.83
HSV20°31°98°
CMYK 0.000.210.31   0.02
XYZ67.424163.876047.8054
Yxy63.87600.37640.3566
Hunter Lab79.922510.721720.4816
CIE-Lab83.901215.317020.2345

#fbc6ac color RGB value is (251,198,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000110 10101100
Octal 373 306 254
Decimal 251 198 172
Hex FB C6 AC

RGB Percentages of Color #fbc6ac

%40.42
%31.88
%27.70

CMYK Percentages of Color #fbc6ac

%0
%21
%31
%2

Triadic Colors of #fbc6ac

#fbc6ac #acfbc6 #c6acfb

Analogous Colors of #fbc6ac

#fbc6ac #fbeeac #fbacba

Monochromatic Colors of #fbc6ac

#fbc6ac

Complementary Color

#fbc6ac #ace1fb

#fbc6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc6ac Color CSS Codes

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

#fbc6ac Text Font Color

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

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


#fbc6ac Background Color

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

This div background color is #fbc6ac


#fbc6ac Border Color

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

This div border color is #fbc6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc6ac


Comments

No comments written yet.

Please login to write comment.