COLOR #FDE4DB

HEX: #FDE4DB RGB: (253,228,219)

Color info

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

RGB color model

#FDE4DB color RGB value is (253,228,219).

RGB: (253,228,219) (99%, 89%, 86%)

RGB channels and saturation

R 253 of 255 = 99%
G 228 of 255 = 89%
B 219 of 255 = 86%

253
228
219

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

Portions of RGB colors in percentages

R + G + B = 253 + 228 + 219 = 700 (100%)
R 253 of 700 ~ 36.14%
G 228 of 700 ~ 32.57%
B 219 of 700 ~ 31.29'%

%36.14
%32.57
%31.29

CMYK color model

#FDE4DB color CMYK value is (0,10,13,1).

  • cyan value is 0.00%
  • magenta value is 9.88%
  • yellow value is 13.44%
  • key color value is 0.78%
CMYK: (0,10,13,1) C0M10Y13K1 (0%,10%,13%,1%) (0.00/0.10/0.13/0.01) 

CMYK percentages

%0
%9.88
%13.44
%0.78

Codes

Color #FDE4DB in popluar color models

FD E4 DB
RGB 253 228 219
HSL 16° 89.47% 92.55%
HSB/HSV 16° 13.44% 99.22%
CMYK 0.00% 9.88% 13.44%
0.78%

Color #FDE4DB in popluar number systems.

HEX FD E4 DB
Decimal 253 228 219
Binary 11111101 11100100 11011011
Octal 375 344 333

Shades and tints

Shades of #FDE4DB

#FDE4DB
(253,228,219)
#E6D0C8
(230,208,200)
#CFBCB5
(207,188,181)
#B8A8A2
(184,168,162)
#A1948F
(161,148,143)
#8A807C
(138,128,124)
#736C69
(115,108,105)
#5C5856
(92,88,86)
#454443
(69,68,67)
#2E3030
(46,48,48)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #FDE4DB

#FDE4DB
(253,228,219)
#FDE6DE
(253,230,222)
#FDE8E1
(253,232,225)
#FDEAE4
(253,234,228)
#FDECE7
(253,236,231)
#FDEEEA
(253,238,234)
#FDF0ED
(253,240,237)
#FDF2F0
(253,242,240)
#FDF4F3
(253,244,243)
#FDF6F6
(253,246,246)
#FDF8F9
(253,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE4DB color. Also use rgb(253,228,219) instead hex code.

Text Font Color

.myTextColor { color: #FDE4DB; }

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

This text font color is #FDE4DB.

Background Color

.myBgColor { background-color: #FDE4DB; }

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

This div background color is #FDE4DB.

Border color

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

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

This div border color is #FDE4DB.

Opacity

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

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

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

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

This text has shadow with #FDE4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE4DB.

Preview

Color preview on black background

This text has color #FDE4DB on black background.


Color preview on white background

This text has color #FDE4DB on white background.


Black color preview on #FDE4DB background

This text has black color on #FDE4DB background.


White color preview on #FDE4DB background

This text has white color on #FDE4DB background.


Related colors

Complementary color

Complementary color for #hex is #021B24.


I love getcolorcode.com

Triadic colors

1 #DBFDE4 and #E4DBFD with #FDE4DB are triadic colors.

2 #DBE4FD and #E4FDDB with #FDE4DB are triadic colors.