COLOR #FEE1EC

HEX: #FEE1EC RGB: (254,225,236)

Color info

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

RGB color model

#FEE1EC color RGB value is (254,225,236).

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

RGB channels and saturation

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

254
225
236

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

Portions of RGB colors in percentages

R + G + B = 254 + 225 + 236 = 715 (100%)
R 254 of 715 ~ 35.52%
G 225 of 715 ~ 31.47%
B 236 of 715 ~ 33.01'%

%35.52
%31.47
%33.01

CMYK color model

#FEE1EC color CMYK value is (0,11,7,0).

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

CMYK: (0,11,7,0)
C0M11Y7K0 (0%, 11%, 7%, 0%)
(0.00 / 0.11 / 0.07 / 0.00)

CMYK percentages

%0
%11.42
%7.09
%0.39

Codes

Color #FEE1EC in popluar color models

FE E1 EC
RGB 254 225 236
HSL 337° 93.55% 93.92%
HSB/HSV 337° 11.42% 99.61%
CMYK 0.00% 11.42% 7.09%
0.39%

Color #FEE1EC in popluar number systems.

HEX FE E1 EC
Decimal 254 225 236
Binary 11111110 11100001 11101100
Octal 376 341 354

Shades and tints

Shades of #FEE1EC

#FEE1EC
(254,225,236)
#E7CDD7
(231,205,215)
#D0B9C2
(208,185,194)
#B9A5AD
(185,165,173)
#A29198
(162,145,152)
#8B7D83
(139,125,131)
#74696E
(116,105,110)
#5D5559
(93,85,89)
#464144
(70,65,68)
#2F2D2F
(47,45,47)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #FEE1EC

#FEE1EC
(254,225,236)
#FEE3ED
(254,227,237)
#FEE5EE
(254,229,238)
#FEE7EF
(254,231,239)
#FEE9F0
(254,233,240)
#FEEBF1
(254,235,241)
#FEEDF2
(254,237,242)
#FEEFF3
(254,239,243)
#FEF1F4
(254,241,244)
#FEF3F5
(254,243,245)
#FEF5F6
(254,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE1EC; }

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

This text font color is #FEE1EC.

Background Color

.myBgColor { background-color: #FEE1EC; }

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

This div background color is #FEE1EC.

Border color

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

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

This div border color is #FEE1EC.

Opacity

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

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

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

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

This text has shadow with #FEE1EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE1EC.

Preview

Color preview on black background

This text has color #FEE1EC on black background.


Color preview on white background

This text has color #FEE1EC on white background.


Black color preview on #FEE1EC background

This text has black color on #FEE1EC background.


White color preview on #FEE1EC background

This text has white color on #FEE1EC background.


Related colors

Complementary color

Complementary color for #hex is #011E13.


I love getcolorcode.com

Triadic colors

1 #ECFEE1 and #E1ECFE with #FEE1EC are triadic colors.

2 #ECE1FE and #E1FEEC with #FEE1EC are triadic colors.