Color Hex Logo

#fee8ed Color Hex

#FEE8ED
(254,232,237)
1 Favorites   0 Comments

Color spaces of #fee8ed

RGB 254232237
HSL0.960.920.95
HSV346°100°
CMYK 0.000.090.07   0.00
XYZ85.015784.898592.0270
Yxy84.89850.32460.3241
Hunter Lab92.14043.45205.2812
CIE-Lab93.83948.30650.2825

#fee8ed color RGB value is (254,232,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 11101101
Octal 376 350 355
Decimal 254 232 237
Hex FE E8 ED

RGB Percentages of Color #fee8ed

%35.13
%32.09
%32.78

CMYK Percentages of Color #fee8ed

%0
%9
%7
%0

Triadic Colors of #fee8ed

#fee8ed #edfee8 #e8edfe

Analogous Colors of #fee8ed

#fee8ed #feeee8 #fee8f8

Monochromatic Colors of #fee8ed

#fee8ed

Complementary Color

#fee8ed #e8fef9

#fee8ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee8ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee8ed Color CSS Codes

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

#fee8ed Text Font Color

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

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


#fee8ed Background Color

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

This div background color is #fee8ed


#fee8ed Border Color

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

This div border color is #fee8ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee8ed

#fee8ed Color Palettes


Comments

No comments written yet.

Please login to write comment.