Color Hex Logo

#fbf6ac Color Hex

#FBF6AC
(251,246,172)
0 Favorites   0 Comments

Color spaces of #fbf6ac

RGB 251246172
HSL0.160.910.83
HSV56°31°98°
CMYK 0.000.020.31   0.02
XYZ80.185889.399352.0593
Yxy89.39930.36180.4033
Hunter Lab94.5512-14.084633.5411
CIE-Lab95.7470-9.217736.2772

#fbf6ac color RGB value is (251,246,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110110 10101100
Octal 373 366 254
Decimal 251 246 172
Hex FB F6 AC

RGB Percentages of Color #fbf6ac

%37.52
%36.77
%25.71

CMYK Percentages of Color #fbf6ac

%0
%2
%31
%2

Triadic Colors of #fbf6ac

#fbf6ac #acfbf6 #f6acfb

Analogous Colors of #fbf6ac

#fbf6ac #d9fbac #fbcfac

Monochromatic Colors of #fbf6ac

#fbf6ac

Complementary Color

#fbf6ac #acb1fb

#fbf6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf6ac Color CSS Codes

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

#fbf6ac Text Font Color

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

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


#fbf6ac Background Color

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

This div background color is #fbf6ac


#fbf6ac Border Color

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

This div border color is #fbf6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf6ac

Related Colors

#fbf6ac Color Palettes


Comments

No comments written yet.

Please login to write comment.