COLOR #FEE1EE

HEX: #FEE1EE RGB: (254,225,238)

Color info

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

RGB color model

#FEE1EE color RGB value is (254,225,238).

RGB: (254,225,238) (100%, 88%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 225 of 255 = 88%
B 238 of 255 = 93%

254
225
238

R + G + B ~ 94%. #FEE1EE is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 225 + 238 = 717 (100%)
R 254 of 717 ~ 35.43%
G 225 of 717 ~ 31.38%
B 238 of 717 ~ 33.19'%

%35.43
%31.38
%33.19

CMYK color model

#FEE1EE color CMYK value is (0,11,6,0).

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

CMYK: (0,11,6,0)
C0M11Y6K0 (0%, 11%, 6%, 0%)
(0.00 / 0.11 / 0.06 / 0.00)

CMYK percentages

%0
%11.42
%6.3
%0.39

Codes

Color #FEE1EE in popluar color models

FE E1 EE
RGB 254 225 238
HSL 333° 93.55% 93.92%
HSB/HSV 333° 11.42% 99.61%
CMYK 0.00% 11.42% 6.30%
0.39%

Color #FEE1EE in popluar number systems.

HEX FE E1 EE
Decimal 254 225 238
Binary 11111110 11100001 11101110
Octal 376 341 356

Shades and tints

Shades of #FEE1EE

#FEE1EE
(254,225,238)
#E7CDD9
(231,205,217)
#D0B9C4
(208,185,196)
#B9A5AF
(185,165,175)
#A2919A
(162,145,154)
#8B7D85
(139,125,133)
#746970
(116,105,112)
#5D555B
(93,85,91)
#464146
(70,65,70)
#2F2D31
(47,45,49)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #FEE1EE

#FEE1EE
(254,225,238)
#FEE3EF
(254,227,239)
#FEE5F0
(254,229,240)
#FEE7F1
(254,231,241)
#FEE9F2
(254,233,242)
#FEEBF3
(254,235,243)
#FEEDF4
(254,237,244)
#FEEFF5
(254,239,245)
#FEF1F6
(254,241,246)
#FEF3F7
(254,243,247)
#FEF5F8
(254,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE1EE; }

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

This text font color is #FEE1EE.

Background Color

.myBgColor { background-color: #FEE1EE; }

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

This div background color is #FEE1EE.

Border color

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

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

This div border color is #FEE1EE.

Opacity

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

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

Text with #FEE1EE 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 #FEE1EE;}

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

This text has shadow with #FEE1EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE1EE.

Preview

Color preview on black background

This text has color #FEE1EE on black background.


Color preview on white background

This text has color #FEE1EE on white background.


Black color preview on #FEE1EE background

This text has black color on #FEE1EE background.


White color preview on #FEE1EE background

This text has white color on #FEE1EE background.


Related colors

Complementary color

Complementary color for #hex is #011E11.


I love getcolorcode.com

Triadic colors

1 #EEFEE1 and #E1EEFE with #FEE1EE are triadic colors.

2 #EEE1FE and #E1FEEE with #FEE1EE are triadic colors.