Color Hex Logo

#fbb1bd Color Hex

#FBB1BD
(251,177,189)
0 Favorites   0 Comments

Color spaces of #fbb1bd

RGB 251177189
HSL0.970.900.84
HSV350°29°98°
CMYK 0.000.290.25   0.02
XYZ64.691155.627655.4717
Yxy55.62760.36800.3164
Hunter Lab74.583924.30198.1119
CIE-Lab79.401428.60414.7500

#fbb1bd color RGB value is (251,177,189).

#fbb1bd hex color red value is 251, green value is 177 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fbb1bd hue: 0.97 , saturation: 0.90 and the lightness value of fbb1bd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110001 10111101
Octal 373 261 275
Decimal 251 177 189
Hex FB B1 BD

RGB Percentages of Color #fbb1bd

%40.68
%28.69
%30.63

CMYK Percentages of Color #fbb1bd

%0
%29
%25
%2

Triadic Colors of #fbb1bd

#fbb1bd #bdfbb1 #b1bdfb

Analogous Colors of #fbb1bd

#fbb1bd #fbcab1 #fbb1e2

Monochromatic Colors of #fbb1bd

#fbb1bd

Complementary Color

#fbb1bd #b1fbef

#fbb1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb1bd Color CSS Codes

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

#fbb1bd Text Font Color

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

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


#fbb1bd Background Color

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

This div background color is #fbb1bd


#fbb1bd Border Color

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

This div border color is #fbb1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb1bd

Related Colors


Comments

No comments written yet.

Please login to write comment.