COLOR #FEE4EE

HEX: #FEE4EE RGB: (254,228,238)

Color info

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

RGB color model

#FEE4EE color RGB value is (254,228,238).

RGB: (254,228,238) (100%, 89%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 228 of 255 = 89%
B 238 of 255 = 93%

254
228
238

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

Portions of RGB colors in percentages

R + G + B = 254 + 228 + 238 = 720 (100%)
R 254 of 720 ~ 35.28%
G 228 of 720 ~ 31.67%
B 238 of 720 ~ 33.06'%

%35.28
%31.67
%33.06

CMYK color model

#FEE4EE color CMYK value is (0,10,6,0).

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

CMYK: (0,10,6,0)
C0M10Y6K0 (0%, 10%, 6%, 0%)
(0.00 / 0.10 / 0.06 / 0.00)

CMYK percentages

%0
%10.24
%6.3
%0.39

Codes

Color #FEE4EE in popluar color models

FE E4 EE
RGB 254 228 238
HSL 337° 92.86% 94.51%
HSB/HSV 337° 10.24% 99.61%
CMYK 0.00% 10.24% 6.30%
0.39%

Color #FEE4EE in popluar number systems.

HEX FE E4 EE
Decimal 254 228 238
Binary 11111110 11100100 11101110
Octal 376 344 356

Shades and tints

Shades of #FEE4EE

#FEE4EE
(254,228,238)
#E7D0D9
(231,208,217)
#D0BCC4
(208,188,196)
#B9A8AF
(185,168,175)
#A2949A
(162,148,154)
#8B8085
(139,128,133)
#746C70
(116,108,112)
#5D585B
(93,88,91)
#464446
(70,68,70)
#2F3031
(47,48,49)
#181C1C
(24,28,28)
#000000
(0,0,0)

Tints of #FEE4EE

#FEE4EE
(254,228,238)
#FEE6EF
(254,230,239)
#FEE8F0
(254,232,240)
#FEEAF1
(254,234,241)
#FEECF2
(254,236,242)
#FEEEF3
(254,238,243)
#FEF0F4
(254,240,244)
#FEF2F5
(254,242,245)
#FEF4F6
(254,244,246)
#FEF6F7
(254,246,247)
#FEF8F8
(254,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE4EE; }

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

This text font color is #FEE4EE.

Background Color

.myBgColor { background-color: #FEE4EE; }

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

This div background color is #FEE4EE.

Border color

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

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

This div border color is #FEE4EE.

Opacity

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

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

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

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

This text has shadow with #FEE4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE4EE.

Preview

Color preview on black background

This text has color #FEE4EE on black background.


Color preview on white background

This text has color #FEE4EE on white background.


Black color preview on #FEE4EE background

This text has black color on #FEE4EE background.


White color preview on #FEE4EE background

This text has white color on #FEE4EE background.


Related colors

Complementary color

Complementary color for #hex is #011B11.


I love getcolorcode.com

Triadic colors

1 #EEFEE4 and #E4EEFE with #FEE4EE are triadic colors.

2 #EEE4FE and #E4FEEE with #FEE4EE are triadic colors.