Color Hex Logo

#fbd2bb Color Hex

#FBD2BB
(251,210,187)
0 Favorites   0 Comments

Color spaces of #fbd2bb

RGB 251210187
HSL0.060.890.86
HSV22°25°98°
CMYK 0.000.160.25   0.02
XYZ71.799970.190356.7775
Yxy70.19030.36120.3531
Hunter Lab83.77976.361718.4649
CIE-Lab87.090111.016816.7628

#fbd2bb color RGB value is (251,210,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010010 10111011
Octal 373 322 273
Decimal 251 210 187
Hex FB D2 BB

RGB Percentages of Color #fbd2bb

%38.73
%32.41
%28.86

CMYK Percentages of Color #fbd2bb

%0
%16
%25
%2

Triadic Colors of #fbd2bb

#fbd2bb #bbfbd2 #d2bbfb

Analogous Colors of #fbd2bb

#fbd2bb #fbf2bb #fbbbc4

Monochromatic Colors of #fbd2bb

#fbd2bb

Complementary Color

#fbd2bb #bbe4fb

#fbd2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd2bb Color CSS Codes

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

#fbd2bb Text Font Color

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

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


#fbd2bb Background Color

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

This div background color is #fbd2bb


#fbd2bb Border Color

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

This div border color is #fbd2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd2bb

Related Colors


Comments

No comments written yet.

Please login to write comment.