Color Hex Logo

#fbaa96 Color Hex

#FBAA96
(251,170,150)
0 Favorites   0 Comments

Color spaces of #fbaa96

RGB 251170150
HSL0.030.930.79
HSV12°40°98°
CMYK 0.000.320.40   0.02
XYZ59.663451.460735.6425
Yxy51.46070.40650.3506
Hunter Lab71.736122.921420.7567
CIE-Lab76.957227.436722.4340

#fbaa96 color RGB value is (251,170,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101010 10010110
Octal 373 252 226
Decimal 251 170 150
Hex FB AA 96

RGB Percentages of Color #fbaa96

%43.96
%29.77
%26.27

CMYK Percentages of Color #fbaa96

%0
%32
%40
%2

Triadic Colors of #fbaa96

#fbaa96 #96fbaa #aa96fb

Analogous Colors of #fbaa96

#fbaa96 #fbdd96 #fb96b5

Monochromatic Colors of #fbaa96

#fbaa96

Complementary Color

#fbaa96 #96e7fb

#fbaa96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaa96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaa96 Color CSS Codes

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

#fbaa96 Text Font Color

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

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


#fbaa96 Background Color

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

This div background color is #fbaa96


#fbaa96 Border Color

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

This div border color is #fbaa96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaa96

Related Colors


Comments

No comments written yet.

Please login to write comment.