Color Hex Logo

#fbe5eb Color Hex

#FBE5EB
(251,229,235)
0 Favorites   0 Comments

Color spaces of #fbe5eb

RGB 251229235
HSL0.950.730.94
HSV344°98°
CMYK 0.000.090.06   0.02
XYZ82.798482.546090.1663
Yxy82.54600.32410.3231
Hunter Lab90.85483.67584.7577
CIE-Lab92.81538.4954-0.2000

#fbe5eb color RGB value is (251,229,235).

#fbe5eb hex color red value is 251, green value is 229 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fbe5eb hue: 0.95 , saturation: 0.73 and the lightness value of fbe5eb is 0.94.

The process color (four color CMYK) of #fbe5eb color hex is 0.00, 0.09, 0.06, 0.02. Web safe color of #fbe5eb is #ffccff. Color #fbe5eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 11101011
Octal 373 345 353
Decimal 251 229 235
Hex FB E5 EB

RGB Percentages of Color #fbe5eb

%35.10
%32.03
%32.87

CMYK Percentages of Color #fbe5eb

%0
%9
%6
%2

Triadic Colors of #fbe5eb

#fbe5eb #ebfbe5 #e5ebfb

Analogous Colors of #fbe5eb

#fbe5eb #fbeae5 #fbe5f6

Monochromatic Colors of #fbe5eb

#fbe5eb

Complementary Color

#fbe5eb #e5fbf5

#fbe5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe5eb Color CSS Codes

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

#fbe5eb Text Font Color

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

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


#fbe5eb Background Color

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

This div background color is #fbe5eb


#fbe5eb Border Color

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

This div border color is #fbe5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe5eb


Comments

No comments written yet.

Please login to write comment.