Color Hex Logo

#fbabab Color Hex

#FBABAB
(251,171,171)
0 Favorites   0 Comments

Color spaces of #fbabab

RGB 251171171
HSL0.000.910.83
HSV32°98°
CMYK 0.000.320.32   0.02
XYZ61.697352.575345.4243
Yxy52.57530.38630.3292
Hunter Lab72.508824.994113.6130
CIE-Lab77.623629.375011.9779

#fbabab color RGB value is (251,171,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 10101011
Octal 373 253 253
Decimal 251 171 171
Hex FB AB AB

RGB Percentages of Color #fbabab

%42.33
%28.84
%28.84

CMYK Percentages of Color #fbabab

%0
%32
%32
%2

Triadic Colors of #fbabab

#fbabab #abfbab #ababfb

Analogous Colors of #fbabab

#fbabab #fbd3ab #fbabd3

Monochromatic Colors of #fbabab

#fbabab

Complementary Color

#fbabab #abfbfb

#fbabab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabab Color CSS Codes

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

#fbabab Text Font Color

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

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


#fbabab Background Color

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

This div background color is #fbabab


#fbabab Border Color

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

This div border color is #fbabab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabab

Related Colors


Comments

No comments written yet.

Please login to write comment.