Color Hex Logo

#fbe5ea Color Hex

#FBE5EA
(251,229,234)
1 Favorites   0 Comments

Color spaces of #fbe5ea

RGB 251229234
HSL0.960.730.94
HSV346°98°
CMYK 0.000.090.07   0.02
XYZ82.654382.488489.4074
Yxy82.48840.32470.3241
Hunter Lab90.82313.50495.2104
CIE-Lab92.79008.32730.2848

#fbe5ea color RGB value is (251,229,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 11101010
Octal 373 345 352
Decimal 251 229 234
Hex FB E5 EA

RGB Percentages of Color #fbe5ea

%35.15
%32.07
%32.77

CMYK Percentages of Color #fbe5ea

%0
%9
%7
%2

Triadic Colors of #fbe5ea

#fbe5ea #eafbe5 #e5eafb

Analogous Colors of #fbe5ea

#fbe5ea #fbebe5 #fbe5f5

Monochromatic Colors of #fbe5ea

#fbe5ea

Complementary Color

#fbe5ea #e5fbf6

#fbe5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe5ea Color CSS Codes

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

#fbe5ea Text Font Color

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

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


#fbe5ea Background Color

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

This div background color is #fbe5ea


#fbe5ea Border Color

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

This div border color is #fbe5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe5ea


Comments

No comments written yet.

Please login to write comment.