Color Hex Logo

#fbe0ef Color Hex

#FBE0EF
(251,224,239)
0 Favorites   0 Comments

Color spaces of #fbe0ef

RGB 251224239
HSL0.910.770.93
HSV327°11°98°
CMYK 0.000.110.05   0.02
XYZ82.019380.052592.7902
Yxy80.05250.32180.3141
Hunter Lab89.47217.05541.1416
CIE-Lab91.708411.7640-3.9129

#fbe0ef color RGB value is (251,224,239).

#fbe0ef hex color red value is 251, green value is 224 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fbe0ef hue: 0.91 , saturation: 0.77 and the lightness value of fbe0ef is 0.93.

The process color (four color CMYK) of #fbe0ef color hex is 0.00, 0.11, 0.05, 0.02. Web safe color of #fbe0ef is #ffccff. Color #fbe0ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 11101111
Octal 373 340 357
Decimal 251 224 239
Hex FB E0 EF

RGB Percentages of Color #fbe0ef

%35.15
%31.37
%33.47

CMYK Percentages of Color #fbe0ef

%0
%11
%5
%2

Triadic Colors of #fbe0ef

#fbe0ef #effbe0 #e0effb

Analogous Colors of #fbe0ef

#fbe0ef #fbe0e2 #fae0fb

Monochromatic Colors of #fbe0ef

#fbe0ef

Complementary Color

#fbe0ef #e0fbec

#fbe0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe0ef Color CSS Codes

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

#fbe0ef Text Font Color

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

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


#fbe0ef Background Color

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

This div background color is #fbe0ef


#fbe0ef Border Color

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

This div border color is #fbe0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe0ef


Comments

No comments written yet.

Please login to write comment.