Color Hex Logo

#fbe9de Color Hex

#FBE9DE
(251,233,222)
2 Favorites   0 Comments

Color spaces of #fbe9de

RGB 251233222
HSL0.060.780.93
HSV23°12°98°
CMYK 0.000.070.12   0.02
XYZ82.107484.061081.0051
Yxy84.06100.33220.3401
Hunter Lab91.6848-0.594511.7956
CIE-Lab93.47704.31127.5301

#fbe9de color RGB value is (251,233,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 11011110
Octal 373 351 336
Decimal 251 233 222
Hex FB E9 DE

RGB Percentages of Color #fbe9de

%35.55
%33.00
%31.44

CMYK Percentages of Color #fbe9de

%0
%7
%12
%2

Triadic Colors of #fbe9de

#fbe9de #defbe9 #e9defb

Analogous Colors of #fbe9de

#fbe9de #fbf8de #fbdee2

Monochromatic Colors of #fbe9de

#fbe9de

Complementary Color

#fbe9de #def0fb

#fbe9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe9de Color CSS Codes

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

#fbe9de Text Font Color

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

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


#fbe9de Background Color

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

This div background color is #fbe9de


#fbe9de Border Color

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

This div border color is #fbe9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe9de

Related Colors

#fbe9de Color Palettes


Comments

No comments written yet.

Please login to write comment.