Color Hex Logo

#fbaba7 Color Hex

#FBABA7
(251,171,167)
0 Favorites   0 Comments

Color spaces of #fbaba7

RGB 251171167
HSL0.010.910.82
HSV33°98°
CMYK 0.000.320.33   0.02
XYZ61.321652.425143.4463
Yxy52.42510.39010.3335
Hunter Lab72.405224.466715.1070
CIE-Lab77.534328.879114.0255

#fbaba7 color RGB value is (251,171,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 10100111
Octal 373 253 247
Decimal 251 171 167
Hex FB AB A7

RGB Percentages of Color #fbaba7

%42.61
%29.03
%28.35

CMYK Percentages of Color #fbaba7

%0
%32
%33
%2

Triadic Colors of #fbaba7

#fbaba7 #a7fbab #aba7fb

Analogous Colors of #fbaba7

#fbaba7 #fbd5a7 #fba7cd

Monochromatic Colors of #fbaba7

#fbaba7

Complementary Color

#fbaba7 #a7f7fb

#fbaba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaba7 Color CSS Codes

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

#fbaba7 Text Font Color

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

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


#fbaba7 Background Color

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

This div background color is #fbaba7


#fbaba7 Border Color

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

This div border color is #fbaba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaba7

#fbaba7 Color Palettes


Comments

No comments written yet.

Please login to write comment.