Color Hex Logo

#fee1ea Color Hex

#FEE1EA
(254,225,234)
1 Favorites   0 Comments

Color spaces of #fee1ea

RGB 254225234
HSL0.950.940.94
HSV341°11°100°
CMYK 0.000.110.08   0.00
XYZ82.649580.861889.0937
Yxy80.86180.32720.3201
Hunter Lab89.92326.69594.2031
CIE-Lab92.070211.4208-0.7370

#fee1ea color RGB value is (254,225,234).

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

The process color (four color CMYK) of #fee1ea color hex is 0.00, 0.11, 0.08, 0.00. Web safe color of #fee1ea is #ffccff. Color #fee1ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 11101010
Octal 376 341 352
Decimal 254 225 234
Hex FE E1 EA

RGB Percentages of Color #fee1ea

%35.62
%31.56
%32.82

CMYK Percentages of Color #fee1ea

%0
%11
%8
%0

Triadic Colors of #fee1ea

#fee1ea #eafee1 #e1eafe

Analogous Colors of #fee1ea

#fee1ea #fee7e1 #fee1f9

Monochromatic Colors of #fee1ea

#fee1ea

Complementary Color

#fee1ea #e1fef5

#fee1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee1ea Color CSS Codes

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

#fee1ea Text Font Color

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

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


#fee1ea Background Color

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

This div background color is #fee1ea


#fee1ea Border Color

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

This div border color is #fee1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee1ea

Related Colors


Comments

No comments written yet.

Please login to write comment.