Color Hex Logo

#fbbaa6 Color Hex

#FBBAA6
(251,186,166)
0 Favorites   0 Comments

Color spaces of #fbbaa6

RGB 251186166
HSL0.040.910.82
HSV14°34°98°
CMYK 0.000.260.34   0.02
XYZ64.225558.380243.9599
Yxy58.38020.38560.3505
Hunter Lab76.406916.329919.3730
CIE-Lab80.949720.872619.3361

#fbbaa6 color RGB value is (251,186,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 10100110
Octal 373 272 246
Decimal 251 186 166
Hex FB BA A6

RGB Percentages of Color #fbbaa6

%41.63
%30.85
%27.53

CMYK Percentages of Color #fbbaa6

%0
%26
%34
%2

Triadic Colors of #fbbaa6

#fbbaa6 #a6fbba #baa6fb

Analogous Colors of #fbbaa6

#fbbaa6 #fbe5a6 #fba6bd

Monochromatic Colors of #fbbaa6

#fbbaa6

Complementary Color

#fbbaa6 #a6e7fb

#fbbaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbaa6 Color CSS Codes

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

#fbbaa6 Text Font Color

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

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


#fbbaa6 Background Color

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

This div background color is #fbbaa6


#fbbaa6 Border Color

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

This div border color is #fbbaa6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,186,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbbaa6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbaa6


Comments

No comments written yet.

Please login to write comment.