Color Hex Logo

#fbab91 Color Hex

#FBAB91
(251,171,145)
0 Favorites   0 Comments

Color spaces of #fbab91

RGB 251171145
HSL0.040.930.78
HSV15°42°98°
CMYK 0.000.320.42   0.02
XYZ59.457451.679433.6294
Yxy51.67940.41070.3570
Hunter Lab71.888421.829022.5860
CIE-Lab77.088726.376625.3062

#fbab91 color RGB value is (251,171,145).

#fbab91 hex color red value is 251, green value is 171 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fbab91 hue: 0.04 , saturation: 0.93 and the lightness value of fbab91 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 10010001
Octal 373 253 221
Decimal 251 171 145
Hex FB AB 91

RGB Percentages of Color #fbab91

%44.27
%30.16
%25.57

CMYK Percentages of Color #fbab91

%0
%32
%42
%2

Triadic Colors of #fbab91

#fbab91 #91fbab #ab91fb

Analogous Colors of #fbab91

#fbab91 #fbe091 #fb91ac

Monochromatic Colors of #fbab91

#fbab91

Complementary Color

#fbab91 #91e1fb

#fbab91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab91 Color CSS Codes

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

#fbab91 Text Font Color

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

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


#fbab91 Background Color

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

This div background color is #fbab91


#fbab91 Border Color

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

This div border color is #fbab91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab91


Comments

No comments written yet.

Please login to write comment.