Color Hex Logo

#fbe6de Color Hex

#FBE6DE
(251,230,222)
0 Favorites   0 Comments

Color spaces of #fbe6de

RGB 251230222
HSL0.050.780.93
HSV17°12°98°
CMYK 0.000.080.12   0.02
XYZ81.265382.376880.7244
Yxy82.37680.33260.3371
Hunter Lab90.76170.990710.8000
CIE-Lab92.74095.85046.4706

#fbe6de color RGB value is (251,230,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100110 11011110
Octal 373 346 336
Decimal 251 230 222
Hex FB E6 DE

RGB Percentages of Color #fbe6de

%35.70
%32.72
%31.58

CMYK Percentages of Color #fbe6de

%0
%8
%12
%2

Triadic Colors of #fbe6de

#fbe6de #defbe6 #e6defb

Analogous Colors of #fbe6de

#fbe6de #fbf5de #fbdee5

Monochromatic Colors of #fbe6de

#fbe6de

Complementary Color

#fbe6de #def3fb

#fbe6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe6de Color CSS Codes

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

#fbe6de Text Font Color

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

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


#fbe6de Background Color

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

This div background color is #fbe6de


#fbe6de Border Color

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

This div border color is #fbe6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe6de


Comments

No comments written yet.

Please login to write comment.