COLOR #FEE8E6

HEX: #FEE8E6
RGB: (254,232,230)

Color info

#FEE8E6 contains red, green and blue colors in about the same proportion. Web safe color of #FEE8E6 is #FFFFCC (or #FFC).

RGB color model

#FEE8E6 color RGB value is (254,232,230).

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

RGB channels and saturation

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

254
232
230

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

Portions of RGB colors in percentages

R + G + B =
254 + 232 + 230 = 716 (100%)
R 254 of 716 ~ 35.47%
G 232 of 716 ~ 32.4%
B 230 of 716 ~ 32.12%

%35.47
%32.4
%32.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.66%
  • yellow value is 9.45%
  • 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
%8.66
%9.45
%0.39

Codes

Color #FEE8E6 in popluar color models

FEE8E6
RGB254232230
HSL92.31%94.90%
HSB/HSV9.45%99.61%
CMYK0.00%8.66%9.45%
0.39%

Color #FEE8E6 in popluar number systems.

HEXFEE8E6
Decimal254232230
Binary111111101110100011100110
Octal376350346

Shades and tints

Shades of #FEE8E6

#FEE8E6
(254,232,230)
#E7D3D2
(231,211,210)
#D0BEBE
(208,190,190)
#B9A9AA
(185,169,170)
#A29496
(162,148,150)
#8B7F82
(139,127,130)
#746A6E
(116,106,110)
#5D555A
(93,85,90)
#464046
(70,64,70)
#2F2B32
(47,43,50)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #FEE8E6

#FEE8E6
(254,232,230)
#FEEAE8
(254,234,232)
#FEECEA
(254,236,234)
#FEEEEC
(254,238,236)
#FEF0EE
(254,240,238)
#FEF2F0
(254,242,240)
#FEF4F2
(254,244,242)
#FEF6F4
(254,246,244)
#FEF8F6
(254,248,246)
#FEFAF8
(254,250,248)
#FEFCFA
(254,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE8E6; }

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

This text font color is #FEE8E6.


Background Color

.myBgColor { background-color: #FEE8E6; }

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

This div background color is #FEE8E6.


Border color

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

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

This div border color is #FEE8E6.


Opacity

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

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

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

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

This text has shadow with #FEE8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE8E6 on black background.


Color preview on white background

This text has color #FEE8E6 on white background.



Black color preview on #FEE8E6 background

This text has black color on #FEE8E6 background.


White color preview on #FEE8E6 background

This text has white color on #FEE8E6 background.