Color Hex Logo

#fbab7a Color Hex

#FBAB7A
(251,171,122)
0 Favorites   0 Comments

Color spaces of #fbab7a

RGB 251171122
HSL0.060.940.73
HSV23°51°98°
CMYK 0.000.320.51   0.02
XYZ57.859451.040225.2146
Yxy51.04020.43140.3806
Hunter Lab71.442419.538429.0841
CIE-Lab76.703424.171937.0158

#fbab7a color RGB value is (251,171,122).

#fbab7a hex color red value is 251, green value is 171 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fbab7a hue: 0.06 , saturation: 0.94 and the lightness value of fbab7a is 0.73.

The process color (four color CMYK) of #fbab7a color hex is 0.00, 0.32, 0.51, 0.02. Web safe color of #fbab7a is #ff9966. Color #fbab7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 01111010
Octal 373 253 172
Decimal 251 171 122
Hex FB AB 7A

RGB Percentages of Color #fbab7a

%46.14
%31.43
%22.43

CMYK Percentages of Color #fbab7a

%0
%32
%51
%2

Triadic Colors of #fbab7a

#fbab7a #7afbab #ab7afb

Analogous Colors of #fbab7a

#fbab7a #fbec7a #fb7a8a

Monochromatic Colors of #fbab7a

#fbab7a

Complementary Color

#fbab7a #7acafb

#fbab7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbab7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbab7a Color CSS Codes

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

#fbab7a Text Font Color

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

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


#fbab7a Background Color

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

This div background color is #fbab7a


#fbab7a Border Color

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

This div border color is #fbab7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbab7a


Comments

No comments written yet.

Please login to write comment.