COLOR #FFE3D9

HEX: #FFE3D9
RGB: (255,227,217)

Color info

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

RGB color model

#FFE3D9 color RGB value is (255,227,217).

  • red value is 255;
  • green value is 227;
  • blue value is 217.
RGB:
(255,227,217)
(100%,89%,85%)

RGB channels and saturation

R 255 of 255 = 100%
G 227 of 255 = 89%
B 217 of 255 = 85%

255
227
217

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

Portions of RGB colors in percentages

R + G + B =
255 + 227 + 217 = 699 (100%)
R 255 of 699 ~ 36.48%
G 227 of 699 ~ 32.47%
B 217 of 699 ~ 31.04%

%36.48
%32.47
%31.04

CMYK color model

#FFE3D9 color CMYK value is (0,11,15,0).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 14.90%
  • key color value is 0.00%
CMYK:
(0,11,15,0)
C0M11Y15K0 
(0%,11%,15%,0%)
(0.00/0.11/0.15/0.00)	

CMYK percentages

%0
%10.98
%14.9
%0

Codes

Color #FFE3D9 in popluar color models

FFE3D9
RGB255227217
HSL16°100.00%92.55%
HSB/HSV16°14.90%100.00%
CMYK0.00%10.98%14.90%
0.00%

Color #FFE3D9 in popluar number systems.

HEXFFE3D9
Decimal255227217
Binary111111111110001111011001
Octal377343331

Shades and tints

Shades of #FFE3D9

#FFE3D9
(255,227,217)
#E8CFC6
(232,207,198)
#D1BBB3
(209,187,179)
#BAA7A0
(186,167,160)
#A3938D
(163,147,141)
#8C7F7A
(140,127,122)
#756B67
(117,107,103)
#5E5754
(94,87,84)
#474341
(71,67,65)
#302F2E
(48,47,46)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #FFE3D9

#FFE3D9
(255,227,217)
#FFE5DC
(255,229,220)
#FFE7DF
(255,231,223)
#FFE9E2
(255,233,226)
#FFEBE5
(255,235,229)
#FFEDE8
(255,237,232)
#FFEFEB
(255,239,235)
#FFF1EE
(255,241,238)
#FFF3F1
(255,243,241)
#FFF5F4
(255,245,244)
#FFF7F7
(255,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE3D9 color. Also use rgb(255,227,217) instead hex code.

Text Font Color

.myTextColor { color: #FFE3D9; }

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

This text font color is #FFE3D9.


Background Color

.myBgColor { background-color: #FFE3D9; }

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

This div background color is #FFE3D9.


Border color

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

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

This div border color is #FFE3D9.


Opacity

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

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

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

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

This text has shadow with #FFE3D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE3D9 on black background.


Color preview on white background

This text has color #FFE3D9 on white background.



Black color preview on #FFE3D9 background

This text has black color on #FFE3D9 background.


White color preview on #FFE3D9 background

This text has white color on #FFE3D9 background.