Color Hex Logo

#fbe9dd Color Hex

#FBE9DD
(251,233,221)
0 Favorites   0 Comments

Color spaces of #fbe9dd

RGB 251233221
HSL0.070.790.93
HSV24°12°98°
CMYK 0.000.070.12   0.02
XYZ81.973784.007580.3012
Yxy84.00750.33280.3411
Hunter Lab91.6556-0.752912.2138
CIE-Lab93.45384.15278.0165

#fbe9dd color RGB value is (251,233,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 11011101
Octal 373 351 335
Decimal 251 233 221
Hex FB E9 DD

RGB Percentages of Color #fbe9dd

%35.60
%33.05
%31.35

CMYK Percentages of Color #fbe9dd

%0
%7
%12
%2

Triadic Colors of #fbe9dd

#fbe9dd #ddfbe9 #e9ddfb

Analogous Colors of #fbe9dd

#fbe9dd #fbf8dd #fbdde0

Monochromatic Colors of #fbe9dd

#fbe9dd

Complementary Color

#fbe9dd #ddeffb

#fbe9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe9dd Color CSS Codes

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

#fbe9dd Text Font Color

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

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


#fbe9dd Background Color

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

This div background color is #fbe9dd


#fbe9dd Border Color

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

This div border color is #fbe9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe9dd

Related Colors

#fbe9dd Color Palettes


Comments

No comments written yet.

Please login to write comment.