Color Hex Logo

#fbabbb Color Hex

#FBABBB
(251,171,187)
0 Favorites   0 Comments

Color spaces of #fbabbb

RGB 251171187
HSL0.970.910.83
HSV348°32°98°
CMYK 0.000.320.25   0.02
XYZ63.316253.222953.9496
Yxy53.22290.37140.3122
Hunter Lab72.954027.24917.2228
CIE-Lab78.006431.47883.8195

#fbabbb color RGB value is (251,171,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101011 10111011
Octal 373 253 273
Decimal 251 171 187
Hex FB AB BB

RGB Percentages of Color #fbabbb

%41.22
%28.08
%30.71

CMYK Percentages of Color #fbabbb

%0
%32
%25
%2

Triadic Colors of #fbabbb

#fbabbb #bbfbab #abbbfb

Analogous Colors of #fbabbb

#fbabbb #fbc3ab #fbabe3

Monochromatic Colors of #fbabbb

#fbabbb

Complementary Color

#fbabbb #abfbeb

#fbabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbabbb Color CSS Codes

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

#fbabbb Text Font Color

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

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


#fbabbb Background Color

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

This div background color is #fbabbb


#fbabbb Border Color

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

This div border color is #fbabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbabbb


Comments

No comments written yet.

Please login to write comment.