COLOR #FFE9E2

HEX: #FFE9E2
RGB: (255,233,226)

Color info

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

RGB color model

#FFE9E2 color RGB value is (255,233,226).

  • red value is 255;
  • green value is 233;
  • blue value is 226.
RGB:
(255,233,226)
(100%,91%,89%)

RGB channels and saturation

R 255 of 255 = 100%
G 233 of 255 = 91%
B 226 of 255 = 89%

255
233
226

R + G + B ~ 93%. #FFE9E2 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 233 + 226 = 714 (100%)
R 255 of 714 ~ 35.71%
G 233 of 714 ~ 32.63%
B 226 of 714 ~ 31.65%

%35.71
%32.63
%31.65

CMYK color model

#FFE9E2 color CMYK value is (0,9,11,0).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 11.37%
  • key color value is 0.00%
CMYK:
(0,9,11,0)
C0M9Y11K0 
(0%,9%,11%,0%)
(0.00/0.09/0.11/0.00)	

CMYK percentages

%0
%8.63
%11.37
%0

Codes

Color #FFE9E2 in popluar color models

FFE9E2
RGB255233226
HSL14°100.00%94.31%
HSB/HSV14°11.37%100.00%
CMYK0.00%8.63%11.37%
0.00%

Color #FFE9E2 in popluar number systems.

HEXFFE9E2
Decimal255233226
Binary111111111110100111100010
Octal377351342

Shades and tints

Shades of #FFE9E2

#FFE9E2
(255,233,226)
#E8D4CE
(232,212,206)
#D1BFBA
(209,191,186)
#BAAAA6
(186,170,166)
#A39592
(163,149,146)
#8C807E
(140,128,126)
#756B6A
(117,107,106)
#5E5656
(94,86,86)
#474142
(71,65,66)
#302C2E
(48,44,46)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #FFE9E2

#FFE9E2
(255,233,226)
#FFEBE4
(255,235,228)
#FFEDE6
(255,237,230)
#FFEFE8
(255,239,232)
#FFF1EA
(255,241,234)
#FFF3EC
(255,243,236)
#FFF5EE
(255,245,238)
#FFF7F0
(255,247,240)
#FFF9F2
(255,249,242)
#FFFBF4
(255,251,244)
#FFFDF6
(255,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE9E2 color. Also use rgb(255,233,226) instead hex code.

Text Font Color

.myTextColor { color: #FFE9E2; }

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

This text font color is #FFE9E2.


Background Color

.myBgColor { background-color: #FFE9E2; }

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

This div background color is #FFE9E2.


Border color

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

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

This div border color is #FFE9E2.


Opacity

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

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

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

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

This text has shadow with #FFE9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE9E2 on black background.


Color preview on white background

This text has color #FFE9E2 on white background.



Black color preview on #FFE9E2 background

This text has black color on #FFE9E2 background.


White color preview on #FFE9E2 background

This text has white color on #FFE9E2 background.