COLOR #FEE6E7

HEX: #FEE6E7
RGB: (254,230,231)

Color info

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

RGB color model

#FEE6E7 color RGB value is (254,230,231).

  • red value is 254;
  • green value is 230;
  • blue value is 231.
RGB:
(254,230,231)
(100%,90%,91%)

RGB channels and saturation

R 254 of 255 = 100%
G 230 of 255 = 90%
B 231 of 255 = 91%

254
230
231

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

Portions of RGB colors in percentages

R + G + B =
254 + 230 + 231 = 715 (100%)
R 254 of 715 ~ 35.52%
G 230 of 715 ~ 32.17%
B 231 of 715 ~ 32.31%

%35.52
%32.17
%32.31

CMYK color model

#FEE6E7 color CMYK value is (0,9,9,0).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 9.06%
  • key color value is 0.39%
CMYK:
(0,9,9,0)
C0M9Y9K0 
(0%,9%,9%,0%)
(0.00/0.09/0.09/0.00)	

CMYK percentages

%0
%9.45
%9.06
%0.39

Codes

Color #FEE6E7 in popluar color models

FEE6E7
RGB254230231
HSL358°92.31%94.90%
HSB/HSV358°9.45%99.61%
CMYK0.00%9.45%9.06%
0.39%

Color #FEE6E7 in popluar number systems.

HEXFEE6E7
Decimal254230231
Binary111111101110011011100111
Octal376346347

Shades and tints

Shades of #FEE6E7

#FEE6E7
(254,230,231)
#E7D2D2
(231,210,210)
#D0BEBD
(208,190,189)
#B9AAA8
(185,170,168)
#A29693
(162,150,147)
#8B827E
(139,130,126)
#746E69
(116,110,105)
#5D5A54
(93,90,84)
#46463F
(70,70,63)
#2F322A
(47,50,42)
#181E15
(24,30,21)
#000000
(0,0,0)

Tints of #FEE6E7

#FEE6E7
(254,230,231)
#FEE8E9
(254,232,233)
#FEEAEB
(254,234,235)
#FEECED
(254,236,237)
#FEEEEF
(254,238,239)
#FEF0F1
(254,240,241)
#FEF2F3
(254,242,243)
#FEF4F5
(254,244,245)
#FEF6F7
(254,246,247)
#FEF8F9
(254,248,249)
#FEFAFB
(254,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE6E7; }

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

This text font color is #FEE6E7.


Background Color

.myBgColor { background-color: #FEE6E7; }

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

This div background color is #FEE6E7.


Border color

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

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

This div border color is #FEE6E7.


Opacity

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

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

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

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

This text has shadow with #FEE6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE6E7 on black background.


Color preview on white background

This text has color #FEE6E7 on white background.



Black color preview on #FEE6E7 background

This text has black color on #FEE6E7 background.


White color preview on #FEE6E7 background

This text has white color on #FEE6E7 background.