Color Hex Logo

#fbaa8b Color Hex

#FBAA8B
(251,170,139)
0 Favorites   0 Comments

Color spaces of #fbaa8b

RGB 251170139
HSL0.050.930.76
HSV17°45°98°
CMYK 0.000.320.45   0.02
XYZ58.818651.122831.1937
Yxy51.12280.41680.3622
Hunter Lab71.500221.715024.1834
CIE-Lab76.753326.285328.0740

#fbaa8b color RGB value is (251,170,139).

#fbaa8b hex color red value is 251, green value is 170 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fbaa8b hue: 0.05 , saturation: 0.93 and the lightness value of fbaa8b is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 10001011
Octal 373 252 213
Decimal 251 170 139
Hex FB AA 8B

RGB Percentages of Color #fbaa8b

%44.82
%30.36
%24.82

CMYK Percentages of Color #fbaa8b

%0
%32
%45
%2

Triadic Colors of #fbaa8b

#fbaa8b #8bfbaa #aa8bfb

Analogous Colors of #fbaa8b

#fbaa8b #fbe28b #fb8ba4

Monochromatic Colors of #fbaa8b

#fbaa8b

Complementary Color

#fbaa8b #8bdcfb

#fbaa8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa8b Color CSS Codes

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

#fbaa8b Text Font Color

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

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


#fbaa8b Background Color

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

This div background color is #fbaa8b


#fbaa8b Border Color

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

This div border color is #fbaa8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa8b


Comments

No comments written yet.

Please login to write comment.