COLOR #FFE1DB

HEX: #FFE1DB
RGB: (255,225,219)

Color info

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

RGB color model

#FFE1DB color RGB value is (255,225,219).

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

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 219 of 255 = 86%

255
225
219

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

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 219 = 699 (100%)
R 255 of 699 ~ 36.48%
G 225 of 699 ~ 32.19%
B 219 of 699 ~ 31.33%

%36.48
%32.19
%31.33

CMYK color model

#FFE1DB color CMYK value is (0,12,14,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 14.12%
  • key color value is 0.00%
CMYK:
(0,12,14,0)
C0M12Y14K0 
(0%,12%,14%,0%)
(0.00/0.12/0.14/0.00)	

CMYK percentages

%0
%11.76
%14.12
%0

Codes

Color #FFE1DB in popluar color models

FFE1DB
RGB255225219
HSL10°100.00%92.94%
HSB/HSV10°14.12%100.00%
CMYK0.00%11.76%14.12%
0.00%

Color #FFE1DB in popluar number systems.

HEXFFE1DB
Decimal255225219
Binary111111111110000111011011
Octal377341333

Shades and tints

Shades of #FFE1DB

#FFE1DB
(255,225,219)
#E8CDC8
(232,205,200)
#D1B9B5
(209,185,181)
#BAA5A2
(186,165,162)
#A3918F
(163,145,143)
#8C7D7C
(140,125,124)
#756969
(117,105,105)
#5E5556
(94,85,86)
#474143
(71,65,67)
#302D30
(48,45,48)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #FFE1DB

#FFE1DB
(255,225,219)
#FFE3DE
(255,227,222)
#FFE5E1
(255,229,225)
#FFE7E4
(255,231,228)
#FFE9E7
(255,233,231)
#FFEBEA
(255,235,234)
#FFEDED
(255,237,237)
#FFEFF0
(255,239,240)
#FFF1F3
(255,241,243)
#FFF3F6
(255,243,246)
#FFF5F9
(255,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1DB; }

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

This text font color is #FFE1DB.


Background Color

.myBgColor { background-color: #FFE1DB; }

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

This div background color is #FFE1DB.


Border color

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

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

This div border color is #FFE1DB.


Opacity

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

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

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

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

This text has shadow with #FFE1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1DB on black background.


Color preview on white background

This text has color #FFE1DB on white background.



Black color preview on #FFE1DB background

This text has black color on #FFE1DB background.


White color preview on #FFE1DB background

This text has white color on #FFE1DB background.