Color Hex Logo

#fbbaac Color Hex

#FBBAAC
(251,186,172)
0 Favorites   0 Comments

Color spaces of #fbbaac

RGB 251186172
HSL0.030.910.83
HSV11°31°98°
CMYK 0.000.260.31   0.02
XYZ64.789058.605646.9270
Yxy58.60560.38040.3441
Hunter Lab76.554317.097117.2438
CIE-Lab81.074321.615016.2974

#fbbaac color RGB value is (251,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 10101100
Octal 373 272 254
Decimal 251 186 172
Hex FB BA AC

RGB Percentages of Color #fbbaac

%41.22
%30.54
%28.24

CMYK Percentages of Color #fbbaac

%0
%26
%31
%2

Triadic Colors of #fbbaac

#fbbaac #acfbba #baacfb

Analogous Colors of #fbbaac

#fbbaac #fbe2ac #fbacc6

Monochromatic Colors of #fbbaac

#fbbaac

Complementary Color

#fbbaac #acedfb

#fbbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbaac Color CSS Codes

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

#fbbaac Text Font Color

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

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


#fbbaac Background Color

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

This div background color is #fbbaac


#fbbaac Border Color

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

This div border color is #fbbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbaac

Related Colors


Comments

No comments written yet.

Please login to write comment.