Color Hex Logo

#fbaaa6 Color Hex

#FBAAA6
(251,170,166)
0 Favorites   0 Comments

Color spaces of #fbaaa6

RGB 251170166
HSL0.010.910.82
HSV34°98°
CMYK 0.000.320.34   0.02
XYZ61.041352.011942.8985
Yxy52.01190.39140.3335
Hunter Lab72.119324.872515.2162
CIE-Lab77.288029.281814.2222

#fbaaa6 color RGB value is (251,170,166).

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

The process color (four color CMYK) of #fbaaa6 color hex is 0.00, 0.32, 0.34, 0.02. Web safe color of #fbaaa6 is #ff9999. Color #fbaaa6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 10100110
Octal 373 252 246
Decimal 251 170 166
Hex FB AA A6

RGB Percentages of Color #fbaaa6

%42.76
%28.96
%28.28

CMYK Percentages of Color #fbaaa6

%0
%32
%34
%2

Triadic Colors of #fbaaa6

#fbaaa6 #a6fbaa #aaa6fb

Analogous Colors of #fbaaa6

#fbaaa6 #fbd5a6 #fba6cd

Monochromatic Colors of #fbaaa6

#fbaaa6

Complementary Color

#fbaaa6 #a6f7fb

#fbaaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaaa6 Color CSS Codes

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

#fbaaa6 Text Font Color

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

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


#fbaaa6 Background Color

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

This div background color is #fbaaa6


#fbaaa6 Border Color

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

This div border color is #fbaaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaaa6


Comments

No comments written yet.

Please login to write comment.