COLOR #FFE1D5

HEX: #FFE1D5 RGB: (255,225,213)

Color info

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

RGB color model

#FFE1D5 color RGB value is (255,225,213).

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

RGB channels and saturation

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

255
225
213

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

Portions of RGB colors in percentages

R + G + B = 255 + 225 + 213 = 693 (100%)
R 255 of 693 ~ 36.8%
G 225 of 693 ~ 32.47%
B 213 of 693 ~ 30.74'%

%36.8
%32.47
%30.74

CMYK color model

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

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

Codes

Color #FFE1D5 in popluar color models

FF E1 D5
RGB 255 225 213
HSL 17° 100.00% 91.76%
HSB/HSV 17° 16.47% 100.00%
CMYK 0.00% 11.76% 16.47%
0.00%

Color #FFE1D5 in popluar number systems.

HEX FF E1 D5
Decimal 255 225 213
Binary 11111111 11100001 11010101
Octal 377 341 325

Shades and tints

Shades of #FFE1D5

#FFE1D5
(255,225,213)
#E8CDC2
(232,205,194)
#D1B9AF
(209,185,175)
#BAA59C
(186,165,156)
#A39189
(163,145,137)
#8C7D76
(140,125,118)
#756963
(117,105,99)
#5E5550
(94,85,80)
#47413D
(71,65,61)
#302D2A
(48,45,42)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #FFE1D5

#FFE1D5
(255,225,213)
#FFE3D8
(255,227,216)
#FFE5DB
(255,229,219)
#FFE7DE
(255,231,222)
#FFE9E1
(255,233,225)
#FFEBE4
(255,235,228)
#FFEDE7
(255,237,231)
#FFEFEA
(255,239,234)
#FFF1ED
(255,241,237)
#FFF3F0
(255,243,240)
#FFF5F3
(255,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1D5; }

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

This text font color is #FFE1D5.

Background Color

.myBgColor { background-color: #FFE1D5; }

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

This div background color is #FFE1D5.

Border color

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

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

This div border color is #FFE1D5.

Opacity

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

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

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

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

This text has shadow with #FFE1D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE1D5.

Preview

Color preview on black background

This text has color #FFE1D5 on black background.


Color preview on white background

This text has color #FFE1D5 on white background.


Black color preview on #FFE1D5 background

This text has black color on #FFE1D5 background.


White color preview on #FFE1D5 background

This text has white color on #FFE1D5 background.


Related colors

Complementary color

Complementary color for #hex is #001E2A.


I love getcolorcode.com

Triadic colors

1 #D5FFE1 and #E1D5FF with #FFE1D5 are triadic colors.

2 #D5E1FF and #E1FFD5 with #FFE1D5 are triadic colors.