COLOR #FFE2D7

HEX: #FFE2D7
RGB: (255,226,215)

Color info

#FFE2D7 contains red, green and blue colors in about the same proportion. Web safe color of #FFE2D7 is #FFCCCC (or #FCC).

RGB color model

#FFE2D7 color RGB value is (255,226,215).

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

RGB channels and saturation

R 255 of 255 = 100%
G 226 of 255 = 89%
B 215 of 255 = 84%

255
226
215

R + G + B ~ 91%. #FFE2D7 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 226 + 215 = 696 (100%)
R 255 of 696 ~ 36.64%
G 226 of 696 ~ 32.47%
B 215 of 696 ~ 30.89%

%36.64
%32.47
%30.89

CMYK color model

#FFE2D7 color CMYK value is (0,11,16,0).

  • cyan value is 0.00%
  • magenta value is 11.37%
  • yellow value is 15.69%
  • key color value is 0.00%
CMYK:
(0,11,16,0)
C0M11Y16K0 
(0%,11%,16%,0%)
(0.00/0.11/0.16/0.00)	

CMYK percentages

%0
%11.37
%15.69
%0

Codes

Color #FFE2D7 in popluar color models

FFE2D7
RGB255226215
HSL17°100.00%92.16%
HSB/HSV17°15.69%100.00%
CMYK0.00%11.37%15.69%
0.00%

Color #FFE2D7 in popluar number systems.

HEXFFE2D7
Decimal255226215
Binary111111111110001011010111
Octal377342327

Shades and tints

Shades of #FFE2D7

#FFE2D7
(255,226,215)
#E8CEC4
(232,206,196)
#D1BAB1
(209,186,177)
#BAA69E
(186,166,158)
#A3928B
(163,146,139)
#8C7E78
(140,126,120)
#756A65
(117,106,101)
#5E5652
(94,86,82)
#47423F
(71,66,63)
#302E2C
(48,46,44)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #FFE2D7

#FFE2D7
(255,226,215)
#FFE4DA
(255,228,218)
#FFE6DD
(255,230,221)
#FFE8E0
(255,232,224)
#FFEAE3
(255,234,227)
#FFECE6
(255,236,230)
#FFEEE9
(255,238,233)
#FFF0EC
(255,240,236)
#FFF2EF
(255,242,239)
#FFF4F2
(255,244,242)
#FFF6F5
(255,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE2D7; }

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

This text font color is #FFE2D7.


Background Color

.myBgColor { background-color: #FFE2D7; }

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

This div background color is #FFE2D7.


Border color

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

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

This div border color is #FFE2D7.


Opacity

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

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

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

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

This text has shadow with #FFE2D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE2D7 on black background.


Color preview on white background

This text has color #FFE2D7 on white background.



Black color preview on #FFE2D7 background

This text has black color on #FFE2D7 background.


White color preview on #FFE2D7 background

This text has white color on #FFE2D7 background.