Color Hex Logo

#fee8ea Color Hex

#FEE8EA
(254,232,234)
0 Favorites   0 Comments

Color spaces of #fee8ea

RGB 254232234
HSL0.980.920.95
HSV355°100°
CMYK 0.000.090.08   0.00
XYZ84.580984.724689.7375
Yxy84.72460.32650.3271
Hunter Lab92.04602.94296.6291
CIE-Lab93.76437.80731.7344

#fee8ea color RGB value is (254,232,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 11101010
Octal 376 350 352
Decimal 254 232 234
Hex FE E8 EA

RGB Percentages of Color #fee8ea

%35.28
%32.22
%32.50

CMYK Percentages of Color #fee8ea

%0
%9
%8
%0

Triadic Colors of #fee8ea

#fee8ea #eafee8 #e8eafe

Analogous Colors of #fee8ea

#fee8ea #fef1e8 #fee8f5

Monochromatic Colors of #fee8ea

#fee8ea

Complementary Color

#fee8ea #e8fefc

#fee8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee8ea Color CSS Codes

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

#fee8ea Text Font Color

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

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


#fee8ea Background Color

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

This div background color is #fee8ea


#fee8ea Border Color

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

This div border color is #fee8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee8ea

#fee8ea Color Palettes


Comments

No comments written yet.

Please login to write comment.