Color Hex Logo

#fbe2df Color Hex

#FBE2DF
(251,226,223)
0 Favorites   0 Comments

Color spaces of #fbe2df

RGB 251226223
HSL0.020.780.93
HSV11°98°
CMYK 0.000.100.11   0.02
XYZ80.299380.229781.0657
Yxy80.22970.33240.3321
Hunter Lab89.57103.27379.0397
CIE-Lab91.78788.07074.5726

#fbe2df color RGB value is (251,226,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 11011111
Octal 373 342 337
Decimal 251 226 223
Hex FB E2 DF

RGB Percentages of Color #fbe2df

%35.86
%32.29
%31.86

CMYK Percentages of Color #fbe2df

%0
%10
%11
%2

Triadic Colors of #fbe2df

#fbe2df #dffbe2 #e2dffb

Analogous Colors of #fbe2df

#fbe2df #fbf0df #fbdfea

Monochromatic Colors of #fbe2df

#fbe2df

Complementary Color

#fbe2df #dff8fb

#fbe2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe2df Color CSS Codes

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

#fbe2df Text Font Color

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

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


#fbe2df Background Color

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

This div background color is #fbe2df


#fbe2df Border Color

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

This div border color is #fbe2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe2df

#fbe2df Color Palettes


Comments

No comments written yet.

Please login to write comment.