Color Hex Logo

#fbe0ea Color Hex

#FBE0EA
(251,224,234)
0 Favorites   0 Comments

Color spaces of #fbe0ea

RGB 251224234
HSL0.940.770.93
HSV338°11°98°
CMYK 0.000.110.07   0.02
XYZ81.290679.761188.9528
Yxy79.76110.32520.3190
Hunter Lab89.30916.18283.4629
CIE-Lab91.577610.9141-1.4877

#fbe0ea color RGB value is (251,224,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 11101010
Octal 373 340 352
Decimal 251 224 234
Hex FB E0 EA

RGB Percentages of Color #fbe0ea

%35.40
%31.59
%33.00

CMYK Percentages of Color #fbe0ea

%0
%11
%7
%2

Triadic Colors of #fbe0ea

#fbe0ea #eafbe0 #e0eafb

Analogous Colors of #fbe0ea

#fbe0ea #fbe4e0 #fbe0f8

Monochromatic Colors of #fbe0ea

#fbe0ea

Complementary Color

#fbe0ea #e0fbf1

#fbe0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe0ea Color CSS Codes

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

#fbe0ea Text Font Color

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

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


#fbe0ea Background Color

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

This div background color is #fbe0ea


#fbe0ea Border Color

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

This div border color is #fbe0ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,224,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 #fbe0ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe0ea


Comments

No comments written yet.

Please login to write comment.