Color Hex Logo

#fbdcbd Color Hex

#FBDCBD
(251,220,189)
0 Favorites   0 Comments

Color spaces of #fbdcbd

RGB 251220189
HSL0.080.890.86
HSV30°25°98°
CMYK 0.000.120.25   0.02
XYZ74.562275.369858.7621
Yxy75.36980.35730.3611
Hunter Lab86.81581.378120.6400
CIE-Lab89.56596.111619.1772

#fbdcbd color RGB value is (251,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10111101
Octal 373 334 275
Decimal 251 220 189
Hex FB DC BD

RGB Percentages of Color #fbdcbd

%38.03
%33.33
%28.64

CMYK Percentages of Color #fbdcbd

%0
%12
%25
%2

Triadic Colors of #fbdcbd

#fbdcbd #bdfbdc #dcbdfb

Analogous Colors of #fbdcbd

#fbdcbd #fbfbbd #fbbdbd

Monochromatic Colors of #fbdcbd

#fbdcbd

Complementary Color

#fbdcbd #bddcfb

#fbdcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcbd Color CSS Codes

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

#fbdcbd Text Font Color

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

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


#fbdcbd Background Color

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

This div background color is #fbdcbd


#fbdcbd Border Color

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

This div border color is #fbdcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcbd

#fbdcbd Color Palettes


Comments

No comments written yet.

Please login to write comment.