COLOR #FFE1D6

HEX: #FFE1D6 RGB: (255,225,214)

Color info

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

RGB color model

#FFE1D6 color RGB value is (255,225,214).

RGB: (255,225,214) (100%, 88%, 84%)

RGB channels and saturation

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

255
225
214

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

Portions of RGB colors in percentages

R + G + B = 255 + 225 + 214 = 694 (100%)
R 255 of 694 ~ 36.74%
G 225 of 694 ~ 32.42%
B 214 of 694 ~ 30.84'%

%36.74
%32.42
%30.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 16.08%
  • 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
%16.08
%0

Codes

Color #FFE1D6 in popluar color models

FF E1 D6
RGB 255 225 214
HSL 16° 100.00% 91.96%
HSB/HSV 16° 16.08% 100.00%
CMYK 0.00% 11.76% 16.08%
0.00%

Color #FFE1D6 in popluar number systems.

HEX FF E1 D6
Decimal 255 225 214
Binary 11111111 11100001 11010110
Octal 377 341 326

Shades and tints

Shades of #FFE1D6

#FFE1D6
(255,225,214)
#E8CDC3
(232,205,195)
#D1B9B0
(209,185,176)
#BAA59D
(186,165,157)
#A3918A
(163,145,138)
#8C7D77
(140,125,119)
#756964
(117,105,100)
#5E5551
(94,85,81)
#47413E
(71,65,62)
#302D2B
(48,45,43)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #FFE1D6

#FFE1D6
(255,225,214)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1D6; }

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

This text font color is #FFE1D6.

Background Color

.myBgColor { background-color: #FFE1D6; }

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

This div background color is #FFE1D6.

Border color

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

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

This div border color is #FFE1D6.

Opacity

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

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

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

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

This text has shadow with #FFE1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE1D6.

Preview

Color preview on black background

This text has color #FFE1D6 on black background.


Color preview on white background

This text has color #FFE1D6 on white background.


Black color preview on #FFE1D6 background

This text has black color on #FFE1D6 background.


White color preview on #FFE1D6 background

This text has white color on #FFE1D6 background.


Related colors

Complementary color

Complementary color for #hex is #001E29.


I love getcolorcode.com

Triadic colors

1 #D6FFE1 and #E1D6FF with #FFE1D6 are triadic colors.

2 #D6E1FF and #E1FFD6 with #FFE1D6 are triadic colors.