Color Hex Logo

#fbe1ed Color Hex

#FBE1ED
(251,225,237)
0 Favorites   0 Comments

Color spaces of #fbe1ed

RGB 251225237
HSL0.920.760.93
HSV332°10°98°
CMYK 0.000.100.06   0.02
XYZ81.994980.474191.3322
Yxy80.47410.32310.3171
Hunter Lab89.70746.16592.4312
CIE-Lab91.897210.9032-2.5890

#fbe1ed color RGB value is (251,225,237).

#fbe1ed hex color red value is 251, green value is 225 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fbe1ed hue: 0.92 , saturation: 0.76 and the lightness value of fbe1ed is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 11101101
Octal 373 341 355
Decimal 251 225 237
Hex FB E1 ED

RGB Percentages of Color #fbe1ed

%35.20
%31.56
%33.24

CMYK Percentages of Color #fbe1ed

%0
%10
%6
%2

Triadic Colors of #fbe1ed

#fbe1ed #edfbe1 #e1edfb

Analogous Colors of #fbe1ed

#fbe1ed #fbe2e1 #fbe1fa

Monochromatic Colors of #fbe1ed

#fbe1ed

Complementary Color

#fbe1ed #e1fbef

#fbe1ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe1ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe1ed Color CSS Codes

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

#fbe1ed Text Font Color

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

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


#fbe1ed Background Color

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

This div background color is #fbe1ed


#fbe1ed Border Color

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

This div border color is #fbe1ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe1ed

Related Colors


Comments

No comments written yet.

Please login to write comment.