Color Hex Logo

#fbd1bb Color Hex

#FBD1BB
(251,209,187)
2 Favorites   0 Comments

Color spaces of #fbd1bb

RGB 251209187
HSL0.060.890.86
HSV21°25°98°
CMYK 0.000.170.25   0.02
XYZ71.553869.698056.6955
Yxy69.69800.36150.3521
Hunter Lab83.48536.889918.1755
CIE-Lab86.848511.537316.4238

#fbd1bb color RGB value is (251,209,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010001 10111011
Octal 373 321 273
Decimal 251 209 187
Hex FB D1 BB

RGB Percentages of Color #fbd1bb

%38.79
%32.30
%28.90

CMYK Percentages of Color #fbd1bb

%0
%17
%25
%2

Triadic Colors of #fbd1bb

#fbd1bb #bbfbd1 #d1bbfb

Analogous Colors of #fbd1bb

#fbd1bb #fbf1bb #fbbbc5

Monochromatic Colors of #fbd1bb

#fbd1bb

Complementary Color

#fbd1bb #bbe5fb

#fbd1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd1bb Color CSS Codes

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

#fbd1bb Text Font Color

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

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


#fbd1bb Background Color

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

This div background color is #fbd1bb


#fbd1bb Border Color

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

This div border color is #fbd1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd1bb

Related Colors


Comments

No comments written yet.

Please login to write comment.