COLOR #FEE7EC

HEX: #FEE7EC RGB: (254,231,236)

Color info

#FEE7EC contains red, green and blue colors in about the same proportion. Web safe color of #FEE7EC is #FFFFFF (or #FFF).

RGB color model

#FEE7EC color RGB value is (254,231,236).

RGB: (254,231,236) (100%, 91%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 231 of 255 = 91%
B 236 of 255 = 93%

254
231
236

R + G + B ~ 95%. #FEE7EC is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 231 + 236 = 721 (100%)
R 254 of 721 ~ 35.23%
G 231 of 721 ~ 32.04%
B 236 of 721 ~ 32.73'%

%35.23
%32.04
%32.73

CMYK color model

#FEE7EC color CMYK value is (0,9,7,0).

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

CMYK: (0,9,7,0)
C0M9Y7K0 (0%, 9%, 7%, 0%)
(0.00 / 0.09 / 0.07 / 0.00)

CMYK percentages

%0
%9.06
%7.09
%0.39

Codes

Color #FEE7EC in popluar color models

FE E7 EC
RGB 254 231 236
HSL 347° 92.00% 95.10%
HSB/HSV 347° 9.06% 99.61%
CMYK 0.00% 9.06% 7.09%
0.39%

Color #FEE7EC in popluar number systems.

HEX FE E7 EC
Decimal 254 231 236
Binary 11111110 11100111 11101100
Octal 376 347 354

Shades and tints

Shades of #FEE7EC

#FEE7EC
(254,231,236)
#E7D2D7
(231,210,215)
#D0BDC2
(208,189,194)
#B9A8AD
(185,168,173)
#A29398
(162,147,152)
#8B7E83
(139,126,131)
#74696E
(116,105,110)
#5D5459
(93,84,89)
#463F44
(70,63,68)
#2F2A2F
(47,42,47)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #FEE7EC

#FEE7EC
(254,231,236)
#FEE9ED
(254,233,237)
#FEEBEE
(254,235,238)
#FEEDEF
(254,237,239)
#FEEFF0
(254,239,240)
#FEF1F1
(254,241,241)
#FEF3F2
(254,243,242)
#FEF5F3
(254,245,243)
#FEF7F4
(254,247,244)
#FEF9F5
(254,249,245)
#FEFBF6
(254,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE7EC; }

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

This text font color is #FEE7EC.

Background Color

.myBgColor { background-color: #FEE7EC; }

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

This div background color is #FEE7EC.

Border color

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

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

This div border color is #FEE7EC.

Opacity

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

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

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

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

This text has shadow with #FEE7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE7EC.

Preview

Color preview on black background

This text has color #FEE7EC on black background.


Color preview on white background

This text has color #FEE7EC on white background.


Black color preview on #FEE7EC background

This text has black color on #FEE7EC background.


White color preview on #FEE7EC background

This text has white color on #FEE7EC background.


Related colors

Complementary color

Complementary color for #hex is #011813.


I love getcolorcode.com

Triadic colors

1 #ECFEE7 and #E7ECFE with #FEE7EC are triadic colors.

2 #ECE7FE and #E7FEEC with #FEE7EC are triadic colors.