COLOR #FEE1E8

HEX: #FEE1E8 RGB: (254,225,232)

Color info

#FEE1E8 contains red, green and blue colors in about the same proportion. Web safe color of #FEE1E8 is #FFCCFF (or #FCF).

RGB color model

#FEE1E8 color RGB value is (254,225,232).

RGB: (254,225,232) (100%, 88%, 91%)

RGB channels and saturation

R 254 of 255 = 100%
G 225 of 255 = 88%
B 232 of 255 = 91%

254
225
232

R + G + B ~ 93%. #FEE1E8 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 225 + 232 = 711 (100%)
R 254 of 711 ~ 35.72%
G 225 of 711 ~ 31.65%
B 232 of 711 ~ 32.63'%

%35.72
%31.65
%32.63

CMYK color model

#FEE1E8 color CMYK value is (0,11,9,0).

  • cyan value is 0.00%
  • magenta value is 11.42%
  • yellow value is 8.66%
  • key color value is 0.39%

CMYK: (0,11,9,0)
C0M11Y9K0 (0%, 11%, 9%, 0%)
(0.00 / 0.11 / 0.09 / 0.00)

CMYK percentages

%0
%11.42
%8.66
%0.39

Codes

Color #FEE1E8 in popluar color models

FE E1 E8
RGB 254 225 232
HSL 346° 93.55% 93.92%
HSB/HSV 346° 11.42% 99.61%
CMYK 0.00% 11.42% 8.66%
0.39%

Color #FEE1E8 in popluar number systems.

HEX FE E1 E8
Decimal 254 225 232
Binary 11111110 11100001 11101000
Octal 376 341 350

Shades and tints

Shades of #FEE1E8

#FEE1E8
(254,225,232)
#E7CDD3
(231,205,211)
#D0B9BE
(208,185,190)
#B9A5A9
(185,165,169)
#A29194
(162,145,148)
#8B7D7F
(139,125,127)
#74696A
(116,105,106)
#5D5555
(93,85,85)
#464140
(70,65,64)
#2F2D2B
(47,45,43)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #FEE1E8

#FEE1E8
(254,225,232)
#FEE3EA
(254,227,234)
#FEE5EC
(254,229,236)
#FEE7EE
(254,231,238)
#FEE9F0
(254,233,240)
#FEEBF2
(254,235,242)
#FEEDF4
(254,237,244)
#FEEFF6
(254,239,246)
#FEF1F8
(254,241,248)
#FEF3FA
(254,243,250)
#FEF5FC
(254,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE1E8 color. Also use rgb(254,225,232) instead hex code.

Text Font Color

.myTextColor { color: #FEE1E8; }

<p style="color:#FEE1E8">This sample text font color is #FEE1E8.</p>

This text font color is #FEE1E8.

Background Color

.myBgColor { background-color: #FEE1E8; }

<div style="background-color:#FEE1E8">Inner text</div>

This div background color is #FEE1E8.

Border color

.myBorderColor { border: 1px solid #FEE1E8; }

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

This div border color is #FEE1E8.

Opacity

.myOpacity80 { color: #FEE1E8; opacity: 0.8; }

<p style="color:#FEE1E8;opacity:0.8;">80%</p>

Text with #FEE1E8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FEE1E8;}

<p style="text-shadow: 3px 3px 1px #FEE1E8">Text here.</p>

This text has shadow with #FEE1E8 color.


.textShadow {text-shadow: 3px 3px 1px #FEE1E8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FEE1E8, 5px 5px 20px red">Text here.</p>

This text has shadow with #FEE1E8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FEE1E8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FEE1E8, Direction=45, Strength=4)">Text</p>

This text has shadow with #FEE1E8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FEE1E8;
-webkit-box-shadow: 1px 1px 3px 2px #FEE1E8;
box-shadow: 1px 1px 3px 2px #FEE1E8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FEE1E8; -webkit-box-shadow: 1px 1px 3px 2px #FEE1E8; box-shadow:1px 1px 3px 2px #FEE1E8;">
Div content here
</div>

This div box has shadow with color #FEE1E8.

Preview

Color preview on black background

This text has color #FEE1E8 on black background.


Color preview on white background

This text has color #FEE1E8 on white background.


Black color preview on #FEE1E8 background

This text has black color on #FEE1E8 background.


White color preview on #FEE1E8 background

This text has white color on #FEE1E8 background.


Related colors

Complementary color

Complementary color for #hex is #011E17.


I love getcolorcode.com

Triadic colors

1 #E8FEE1 and #E1E8FE with #FEE1E8 are triadic colors.

2 #E8E1FE and #E1FEE8 with #FEE1E8 are triadic colors.