Color Hex Logo

#fee5ed Color Hex

#FEE5ED
(254,229,237)
2 Favorites   0 Comments

Color spaces of #fee5ed

RGB 254229237
HSL0.950.930.95
HSV341°10°100°
CMYK 0.000.100.07   0.00
XYZ84.178483.223991.7479
Yxy83.22390.32480.3211
Hunter Lab91.22715.06064.2305
CIE-Lab93.11249.8533-0.7796

#fee5ed color RGB value is (254,229,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 11101101
Octal 376 345 355
Decimal 254 229 237
Hex FE E5 ED

RGB Percentages of Color #fee5ed

%35.28
%31.81
%32.92

CMYK Percentages of Color #fee5ed

%0
%10
%7
%0

Triadic Colors of #fee5ed

#fee5ed #edfee5 #e5edfe

Analogous Colors of #fee5ed

#fee5ed #feeae5 #fee5fa

Monochromatic Colors of #fee5ed

#fee5ed

Complementary Color

#fee5ed #e5fef6

#fee5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee5ed Color CSS Codes

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

#fee5ed Text Font Color

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

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


#fee5ed Background Color

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

This div background color is #fee5ed


#fee5ed Border Color

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

This div border color is #fee5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee5ed

#fee5ed Color Palettes


Comments

No comments written yet.

Please login to write comment.