COLOR #FFE1D3

HEX: #FFE1D3
RGB: (255,225,211)

Color info

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

RGB color model

#FFE1D3 color RGB value is (255,225,211).

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

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 211 of 255 = 83%

255
225
211

R + G + B ~ 90%. #FFE1D3 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 211 = 691 (100%)
R 255 of 691 ~ 36.9%
G 225 of 691 ~ 32.56%
B 211 of 691 ~ 30.54%

%36.9
%32.56
%30.54

CMYK color model

#FFE1D3 color CMYK value is (0,12,17,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 17.25%
  • key color value is 0.00%
CMYK:
(0,12,17,0)
C0M12Y17K0 
(0%,12%,17%,0%)
(0.00/0.12/0.17/0.00)	

CMYK percentages

%0
%11.76
%17.25
%0

Codes

Color #FFE1D3 in popluar color models

FFE1D3
RGB255225211
HSL19°100.00%91.37%
HSB/HSV19°17.25%100.00%
CMYK0.00%11.76%17.25%
0.00%

Color #FFE1D3 in popluar number systems.

HEXFFE1D3
Decimal255225211
Binary111111111110000111010011
Octal377341323

Shades and tints

Shades of #FFE1D3

#FFE1D3
(255,225,211)
#E8CDC0
(232,205,192)
#D1B9AD
(209,185,173)
#BAA59A
(186,165,154)
#A39187
(163,145,135)
#8C7D74
(140,125,116)
#756961
(117,105,97)
#5E554E
(94,85,78)
#47413B
(71,65,59)
#302D28
(48,45,40)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #FFE1D3

#FFE1D3
(255,225,211)
#FFE3D7
(255,227,215)
#FFE5DB
(255,229,219)
#FFE7DF
(255,231,223)
#FFE9E3
(255,233,227)
#FFEBE7
(255,235,231)
#FFEDEB
(255,237,235)
#FFEFEF
(255,239,239)
#FFF1F3
(255,241,243)
#FFF3F7
(255,243,247)
#FFF5FB
(255,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1D3; }

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

This text font color is #FFE1D3.


Background Color

.myBgColor { background-color: #FFE1D3; }

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

This div background color is #FFE1D3.


Border color

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

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

This div border color is #FFE1D3.


Opacity

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

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

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

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

This text has shadow with #FFE1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1D3 on black background.


Color preview on white background

This text has color #FFE1D3 on white background.



Black color preview on #FFE1D3 background

This text has black color on #FFE1D3 background.


White color preview on #FFE1D3 background

This text has white color on #FFE1D3 background.