COLOR #FFE1D7

HEX: #FFE1D7
RGB: (255,225,215)

Color info

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

RGB color model

#FFE1D7 color RGB value is (255,225,215).

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

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 215 of 255 = 84%

255
225
215

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

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 215 = 695 (100%)
R 255 of 695 ~ 36.69%
G 225 of 695 ~ 32.37%
B 215 of 695 ~ 30.94%

%36.69
%32.37
%30.94

CMYK color model

#FFE1D7 color CMYK value is (0,12,16,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 15.69%
  • key color value is 0.00%
CMYK:
(0,12,16,0)
C0M12Y16K0 
(0%,12%,16%,0%)
(0.00/0.12/0.16/0.00)	

CMYK percentages

%0
%11.76
%15.69
%0

Codes

Color #FFE1D7 in popluar color models

FFE1D7
RGB255225215
HSL15°100.00%92.16%
HSB/HSV15°15.69%100.00%
CMYK0.00%11.76%15.69%
0.00%

Color #FFE1D7 in popluar number systems.

HEXFFE1D7
Decimal255225215
Binary111111111110000111010111
Octal377341327

Shades and tints

Shades of #FFE1D7

#FFE1D7
(255,225,215)
#E8CDC4
(232,205,196)
#D1B9B1
(209,185,177)
#BAA59E
(186,165,158)
#A3918B
(163,145,139)
#8C7D78
(140,125,120)
#756965
(117,105,101)
#5E5552
(94,85,82)
#47413F
(71,65,63)
#302D2C
(48,45,44)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #FFE1D7

#FFE1D7
(255,225,215)
#FFE3DA
(255,227,218)
#FFE5DD
(255,229,221)
#FFE7E0
(255,231,224)
#FFE9E3
(255,233,227)
#FFEBE6
(255,235,230)
#FFEDE9
(255,237,233)
#FFEFEC
(255,239,236)
#FFF1EF
(255,241,239)
#FFF3F2
(255,243,242)
#FFF5F5
(255,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1D7; }

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

This text font color is #FFE1D7.


Background Color

.myBgColor { background-color: #FFE1D7; }

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

This div background color is #FFE1D7.


Border color

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

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

This div border color is #FFE1D7.


Opacity

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

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

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

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

This text has shadow with #FFE1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1D7 on black background.


Color preview on white background

This text has color #FFE1D7 on white background.



Black color preview on #FFE1D7 background

This text has black color on #FFE1D7 background.


White color preview on #FFE1D7 background

This text has white color on #FFE1D7 background.