COLOR #FFE1D2

HEX: #FFE1D2 RGB: (255,225,210)

Color info

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

RGB color model

#FFE1D2 color RGB value is (255,225,210).

RGB: (255,225,210) (100%, 88%, 82%)

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 210 of 255 = 82%

255
225
210

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

Portions of RGB colors in percentages

R + G + B = 255 + 225 + 210 = 690 (100%)
R 255 of 690 ~ 36.96%
G 225 of 690 ~ 32.61%
B 210 of 690 ~ 30.43'%

%36.96
%32.61
%30.43

CMYK color model

#FFE1D2 color CMYK value is (0,12,18,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 17.65%
  • key color value is 0.00%

CMYK: (0,12,18,0)
C0M12Y18K0 (0%, 12%, 18%, 0%)
(0.00 / 0.12 / 0.18 / 0.00)

CMYK percentages

%0
%11.76
%17.65
%0

Codes

Color #FFE1D2 in popluar color models

FF E1 D2
RGB 255 225 210
HSL 20° 100.00% 91.18%
HSB/HSV 20° 17.65% 100.00%
CMYK 0.00% 11.76% 17.65%
0.00%

Color #FFE1D2 in popluar number systems.

HEX FF E1 D2
Decimal 255 225 210
Binary 11111111 11100001 11010010
Octal 377 341 322

Shades and tints

Shades of #FFE1D2

#FFE1D2
(255,225,210)
#E8CDBF
(232,205,191)
#D1B9AC
(209,185,172)
#BAA599
(186,165,153)
#A39186
(163,145,134)
#8C7D73
(140,125,115)
#756960
(117,105,96)
#5E554D
(94,85,77)
#47413A
(71,65,58)
#302D27
(48,45,39)
#191914
(25,25,20)
#000000
(0,0,0)

Tints of #FFE1D2

#FFE1D2
(255,225,210)
#FFE3D6
(255,227,214)
#FFE5DA
(255,229,218)
#FFE7DE
(255,231,222)
#FFE9E2
(255,233,226)
#FFEBE6
(255,235,230)
#FFEDEA
(255,237,234)
#FFEFEE
(255,239,238)
#FFF1F2
(255,241,242)
#FFF3F6
(255,243,246)
#FFF5FA
(255,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1D2; }

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

This text font color is #FFE1D2.

Background Color

.myBgColor { background-color: #FFE1D2; }

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

This div background color is #FFE1D2.

Border color

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

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

This div border color is #FFE1D2.

Opacity

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

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

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

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

This text has shadow with #FFE1D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE1D2.

Preview

Color preview on black background

This text has color #FFE1D2 on black background.


Color preview on white background

This text has color #FFE1D2 on white background.


Black color preview on #FFE1D2 background

This text has black color on #FFE1D2 background.


White color preview on #FFE1D2 background

This text has white color on #FFE1D2 background.


Related colors

Complementary color

Complementary color for #hex is #001E2D.


I love getcolorcode.com

Triadic colors

1 #D2FFE1 and #E1D2FF with #FFE1D2 are triadic colors.

2 #D2E1FF and #E1FFD2 with #FFE1D2 are triadic colors.