Color Hex Logo

#fbc1bd Color Hex

#FBC1BD
(251,193,189)
0 Favorites   0 Comments

Color spaces of #fbc1bd

RGB 251193189
HSL0.010.890.86
HSV25°98°
CMYK 0.000.230.25   0.02
XYZ68.038962.323356.5877
Yxy62.32330.36390.3334
Hunter Lab78.945115.686412.7626
CIE-Lab83.085120.186010.0371

#fbc1bd color RGB value is (251,193,189).

#fbc1bd hex color red value is 251, green value is 193 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fbc1bd hue: 0.01 , saturation: 0.89 and the lightness value of fbc1bd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 10111101
Octal 373 301 275
Decimal 251 193 189
Hex FB C1 BD

RGB Percentages of Color #fbc1bd

%39.65
%30.49
%29.86

CMYK Percentages of Color #fbc1bd

%0
%23
%25
%2

Triadic Colors of #fbc1bd

#fbc1bd #bdfbc1 #c1bdfb

Analogous Colors of #fbc1bd

#fbc1bd #fbe0bd #fbbdd8

Monochromatic Colors of #fbc1bd

#fbc1bd

Complementary Color

#fbc1bd #bdf7fb

#fbc1bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc1bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc1bd Color CSS Codes

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

#fbc1bd Text Font Color

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

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


#fbc1bd Background Color

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

This div background color is #fbc1bd


#fbc1bd Border Color

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

This div border color is #fbc1bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc1bd


Comments

No comments written yet.

Please login to write comment.