Color Hex Logo

#fbeede Color Hex

#FBEEDE
(251,238,222)
0 Favorites   0 Comments

Color spaces of #fbeede

RGB 251238222
HSL0.090.780.93
HSV33°12°98°
CMYK 0.000.050.12   0.02
XYZ83.543086.932281.4836
Yxy86.93220.33160.3450
Hunter Lab93.2374-3.225213.4505
CIE-Lab94.70951.75809.2990

#fbeede color RGB value is (251,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 11011110
Octal 373 356 336
Decimal 251 238 222
Hex FB EE DE

RGB Percentages of Color #fbeede

%35.30
%33.47
%31.22

CMYK Percentages of Color #fbeede

%0
%5
%12
%2

Triadic Colors of #fbeede

#fbeede #defbee #eedefb

Analogous Colors of #fbeede

#fbeede #fafbde #fbe0de

Monochromatic Colors of #fbeede

#fbeede

Complementary Color

#fbeede #deebfb

#fbeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeede Color CSS Codes

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

#fbeede Text Font Color

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

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


#fbeede Background Color

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

This div background color is #fbeede


#fbeede Border Color

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

This div border color is #fbeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeede

Related Colors

#fbeede Color Palettes


Comments

No comments written yet.

Please login to write comment.