Color Hex Logo

#fbe2dc Color Hex

#FBE2DC
(251,226,220)
0 Favorites   0 Comments

Color spaces of #fbe2dc

RGB 251226220
HSL0.030.790.92
HSV12°12°98°
CMYK 0.000.100.12   0.02
XYZ79.898380.069278.9540
Yxy80.06920.33440.3351
Hunter Lab89.48142.790910.3224
CIE-Lab91.71597.59256.0364

#fbe2dc color RGB value is (251,226,220).

#fbe2dc hex color red value is 251, green value is 226 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fbe2dc hue: 0.03 , saturation: 0.79 and the lightness value of fbe2dc is 0.92.

The process color (four color CMYK) of #fbe2dc color hex is 0.00, 0.10, 0.12, 0.02. Web safe color of #fbe2dc is #ffcccc. Color #fbe2dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 11011100
Octal 373 342 334
Decimal 251 226 220
Hex FB E2 DC

RGB Percentages of Color #fbe2dc

%36.01
%32.42
%31.56

CMYK Percentages of Color #fbe2dc

%0
%10
%12
%2

Triadic Colors of #fbe2dc

#fbe2dc #dcfbe2 #e2dcfb

Analogous Colors of #fbe2dc

#fbe2dc #fbf2dc #fbdce6

Monochromatic Colors of #fbe2dc

#fbe2dc

Complementary Color

#fbe2dc #dcf5fb

#fbe2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe2dc Color CSS Codes

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

#fbe2dc Text Font Color

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

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


#fbe2dc Background Color

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

This div background color is #fbe2dc


#fbe2dc Border Color

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

This div border color is #fbe2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe2dc


Comments

No comments written yet.

Please login to write comment.