Color Hex Logo

#fbebdd Color Hex

#FBEBDD
(251,235,221)
0 Favorites   0 Comments

Color spaces of #fbebdd

RGB 251235221
HSL0.080.790.93
HSV28°12°98°
CMYK 0.000.060.12   0.02
XYZ82.543185.146380.4910
Yxy85.14630.33260.3431
Hunter Lab92.2748-1.806112.8738
CIE-Lab93.94613.12998.7231

#fbebdd color RGB value is (251,235,221).

#fbebdd hex color red value is 251, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fbebdd hue: 0.08 , saturation: 0.79 and the lightness value of fbebdd is 0.93.

The process color (four color CMYK) of #fbebdd color hex is 0.00, 0.06, 0.12, 0.02. Web safe color of #fbebdd is #ffffcc. Color #fbebdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11011101
Octal 373 353 335
Decimal 251 235 221
Hex FB EB DD

RGB Percentages of Color #fbebdd

%35.50
%33.24
%31.26

CMYK Percentages of Color #fbebdd

%0
%6
%12
%2

Triadic Colors of #fbebdd

#fbebdd #ddfbeb #ebddfb

Analogous Colors of #fbebdd

#fbebdd #fbfadd #fbddde

Monochromatic Colors of #fbebdd

#fbebdd

Complementary Color

#fbebdd #ddedfb

#fbebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebdd Color CSS Codes

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

#fbebdd Text Font Color

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

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


#fbebdd Background Color

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

This div background color is #fbebdd


#fbebdd Border Color

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

This div border color is #fbebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebdd

Related Colors


Comments

No comments written yet.

Please login to write comment.