Color Hex Logo

#fbb5bb Color Hex

#FBB5BB
(251,181,187)
0 Favorites   0 Comments

Color spaces of #fbb5bb

RGB 251181187
HSL0.990.900.85
HSV355°28°98°
CMYK 0.000.280.25   0.02
XYZ65.277257.144854.6033
Yxy57.14480.36870.3228
Hunter Lab75.594221.848810.0895
CIE-Lab80.261026.22337.0700

#fbb5bb color RGB value is (251,181,187).

#fbb5bb hex color red value is 251, green value is 181 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fbb5bb hue: 0.99 , saturation: 0.90 and the lightness value of fbb5bb is 0.85.

The process color (four color CMYK) of #fbb5bb color hex is 0.00, 0.28, 0.25, 0.02. Web safe color of #fbb5bb is #ffcccc. Color #fbb5bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110101 10111011
Octal 373 265 273
Decimal 251 181 187
Hex FB B5 BB

RGB Percentages of Color #fbb5bb

%40.55
%29.24
%30.21

CMYK Percentages of Color #fbb5bb

%0
%28
%25
%2

Triadic Colors of #fbb5bb

#fbb5bb #bbfbb5 #b5bbfb

Analogous Colors of #fbb5bb

#fbb5bb #fbd2b5 #fbb5de

Monochromatic Colors of #fbb5bb

#fbb5bb

Complementary Color

#fbb5bb #b5fbf5

#fbb5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb5bb Color CSS Codes

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

#fbb5bb Text Font Color

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

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


#fbb5bb Background Color

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

This div background color is #fbb5bb


#fbb5bb Border Color

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

This div border color is #fbb5bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,181,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 #fbb5bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb5bb


Comments

No comments written yet.

Please login to write comment.