Color Hex Logo

#fbe5ee Color Hex

#FBE5EE
(251,229,238)
0 Favorites   0 Comments

Color spaces of #fbe5ee

RGB 251229238
HSL0.930.730.94
HSV335°98°
CMYK 0.000.090.05   0.02
XYZ83.235682.720992.4687
Yxy82.72090.32210.3201
Hunter Lab90.95104.19343.3864
CIE-Lab92.89219.0034-1.6528

#fbe5ee color RGB value is (251,229,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 11101110
Octal 373 345 356
Decimal 251 229 238
Hex FB E5 EE

RGB Percentages of Color #fbe5ee

%34.96
%31.89
%33.15

CMYK Percentages of Color #fbe5ee

%0
%9
%5
%2

Triadic Colors of #fbe5ee

#fbe5ee #eefbe5 #e5eefb

Analogous Colors of #fbe5ee

#fbe5ee #fbe7e5 #fbe5f9

Monochromatic Colors of #fbe5ee

#fbe5ee

Complementary Color

#fbe5ee #e5fbf2

#fbe5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe5ee Color CSS Codes

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

#fbe5ee Text Font Color

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

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


#fbe5ee Background Color

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

This div background color is #fbe5ee


#fbe5ee Border Color

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

This div border color is #fbe5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe5ee

#fbe5ee Color Palettes


Comments

No comments written yet.

Please login to write comment.