Color Hex Logo

#fbdcbe Color Hex

#FBDCBE
(251,220,190)
0 Favorites   0 Comments

Color spaces of #fbdcbe

RGB 251220190
HSL0.080.880.86
HSV30°24°98°
CMYK 0.000.120.24   0.02
XYZ74.671175.413359.3358
Yxy75.41330.35660.3601
Hunter Lab86.84081.513820.2775
CIE-Lab89.58626.248518.6840

#fbdcbe color RGB value is (251,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10111110
Octal 373 334 276
Decimal 251 220 190
Hex FB DC BE

RGB Percentages of Color #fbdcbe

%37.97
%33.28
%28.74

CMYK Percentages of Color #fbdcbe

%0
%12
%24
%2

Triadic Colors of #fbdcbe

#fbdcbe #befbdc #dcbefb

Analogous Colors of #fbdcbe

#fbdcbe #fbfbbe #fbbebf

Monochromatic Colors of #fbdcbe

#fbdcbe

Complementary Color

#fbdcbe #beddfb

#fbdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcbe Color CSS Codes

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

#fbdcbe Text Font Color

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

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


#fbdcbe Background Color

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

This div background color is #fbdcbe


#fbdcbe Border Color

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

This div border color is #fbdcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,220,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbdcbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcbe


Comments

No comments written yet.

Please login to write comment.