COLOR #FEE7EE

HEX: #FEE7EE RGB: (254,231,238)

Color info

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

RGB color model

#FEE7EE color RGB value is (254,231,238).

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

RGB channels and saturation

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

254
231
238

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

Portions of RGB colors in percentages

R + G + B = 254 + 231 + 238 = 723 (100%)
R 254 of 723 ~ 35.13%
G 231 of 723 ~ 31.95%
B 238 of 723 ~ 32.92'%

%35.13
%31.95
%32.92

CMYK color model

#FEE7EE color CMYK value is (0,9,6,0).

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

CMYK: (0,9,6,0)
C0M9Y6K0 (0%, 9%, 6%, 0%)
(0.00 / 0.09 / 0.06 / 0.00)

CMYK percentages

%0
%9.06
%6.3
%0.39

Codes

Color #FEE7EE in popluar color models

FE E7 EE
RGB 254 231 238
HSL 342° 92.00% 95.10%
HSB/HSV 342° 9.06% 99.61%
CMYK 0.00% 9.06% 6.30%
0.39%

Color #FEE7EE in popluar number systems.

HEX FE E7 EE
Decimal 254 231 238
Binary 11111110 11100111 11101110
Octal 376 347 356

Shades and tints

Shades of #FEE7EE

#FEE7EE
(254,231,238)
#E7D2D9
(231,210,217)
#D0BDC4
(208,189,196)
#B9A8AF
(185,168,175)
#A2939A
(162,147,154)
#8B7E85
(139,126,133)
#746970
(116,105,112)
#5D545B
(93,84,91)
#463F46
(70,63,70)
#2F2A31
(47,42,49)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #FEE7EE

#FEE7EE
(254,231,238)
#FEE9EF
(254,233,239)
#FEEBF0
(254,235,240)
#FEEDF1
(254,237,241)
#FEEFF2
(254,239,242)
#FEF1F3
(254,241,243)
#FEF3F4
(254,243,244)
#FEF5F5
(254,245,245)
#FEF7F6
(254,247,246)
#FEF9F7
(254,249,247)
#FEFBF8
(254,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE7EE; }

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

This text font color is #FEE7EE.

Background Color

.myBgColor { background-color: #FEE7EE; }

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

This div background color is #FEE7EE.

Border color

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

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

This div border color is #FEE7EE.

Opacity

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

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

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

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

This text has shadow with #FEE7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE7EE.

Preview

Color preview on black background

This text has color #FEE7EE on black background.


Color preview on white background

This text has color #FEE7EE on white background.


Black color preview on #FEE7EE background

This text has black color on #FEE7EE background.


White color preview on #FEE7EE background

This text has white color on #FEE7EE background.


Related colors

Complementary color

Complementary color for #hex is #011811.


I love getcolorcode.com

Triadic colors

1 #EEFEE7 and #E7EEFE with #FEE7EE are triadic colors.

2 #EEE7FE and #E7FEEE with #FEE7EE are triadic colors.