Color Hex Logo

#fbdcbb Color Hex

#FBDCBB
(251,220,187)
0 Favorites   0 Comments

Color spaces of #fbdcbb

RGB 251220187
HSL0.090.890.86
HSV31°25°98°
CMYK 0.000.120.25   0.02
XYZ74.346575.283557.6264
Yxy75.28350.35870.3632
Hunter Lab86.76611.109221.3583
CIE-Lab89.52565.840220.1636

#fbdcbb color RGB value is (251,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10111011
Octal 373 334 273
Decimal 251 220 187
Hex FB DC BB

RGB Percentages of Color #fbdcbb

%38.15
%33.43
%28.42

CMYK Percentages of Color #fbdcbb

%0
%12
%25
%2

Triadic Colors of #fbdcbb

#fbdcbb #bbfbdc #dcbbfb

Analogous Colors of #fbdcbb

#fbdcbb #fafbbb #fbbcbb

Monochromatic Colors of #fbdcbb

#fbdcbb

Complementary Color

#fbdcbb #bbdafb

#fbdcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcbb Color CSS Codes

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

#fbdcbb Text Font Color

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

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


#fbdcbb Background Color

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

This div background color is #fbdcbb


#fbdcbb Border Color

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

This div border color is #fbdcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcbb

Related Colors


Comments

No comments written yet.

Please login to write comment.