Color Hex Logo

#fee5eb Color Hex

#FEE5EB
(254,229,235)
0 Favorites   0 Comments

Color spaces of #fee5eb

RGB 254229235
HSL0.960.930.95
HSV346°10°100°
CMYK 0.000.100.07   0.00
XYZ83.887883.107690.2173
Yxy83.10760.32610.3231
Hunter Lab91.16344.71845.1397
CIE-Lab93.06159.51930.1891

#fee5eb color RGB value is (254,229,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 11101011
Octal 376 345 353
Decimal 254 229 235
Hex FE E5 EB

RGB Percentages of Color #fee5eb

%35.38
%31.89
%32.73

CMYK Percentages of Color #fee5eb

%0
%10
%7
%0

Triadic Colors of #fee5eb

#fee5eb #ebfee5 #e5ebfe

Analogous Colors of #fee5eb

#fee5eb #feece5 #fee5f8

Monochromatic Colors of #fee5eb

#fee5eb

Complementary Color

#fee5eb #e5fef8

#fee5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee5eb Color CSS Codes

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

#fee5eb Text Font Color

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

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


#fee5eb Background Color

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

This div background color is #fee5eb


#fee5eb Border Color

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

This div border color is #fee5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee5eb

Related Colors


Comments

No comments written yet.

Please login to write comment.