COLOR #FDE6D4

HEX: #FDE6D4 RGB: (253,230,212)

Color info

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

RGB color model

#FDE6D4 color RGB value is (253,230,212).

RGB: (253,230,212) (99%, 90%, 83%)

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 212 of 255 = 83%

253
230
212

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

Portions of RGB colors in percentages

R + G + B = 253 + 230 + 212 = 695 (100%)
R 253 of 695 ~ 36.4%
G 230 of 695 ~ 33.09%
B 212 of 695 ~ 30.5'%

%36.4
%33.09
%30.5

CMYK color model

#FDE6D4 color CMYK value is (0,9,16,1).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 16.21%
  • key color value is 0.78%

CMYK: (0,9,16,1)
C0M9Y16K1 (0%, 9%, 16%, 1%)
(0.00 / 0.09 / 0.16 / 0.01)

CMYK percentages

%0
%9.09
%16.21
%0.78

Codes

Color #FDE6D4 in popluar color models

FD E6 D4
RGB 253 230 212
HSL 26° 91.11% 91.18%
HSB/HSV 26° 16.21% 99.22%
CMYK 0.00% 9.09% 16.21%
0.78%

Color #FDE6D4 in popluar number systems.

HEX FD E6 D4
Decimal 253 230 212
Binary 11111101 11100110 11010100
Octal 375 346 324

Shades and tints

Shades of #FDE6D4

#FDE6D4
(253,230,212)
#E6D2C1
(230,210,193)
#CFBEAE
(207,190,174)
#B8AA9B
(184,170,155)
#A19688
(161,150,136)
#8A8275
(138,130,117)
#736E62
(115,110,98)
#5C5A4F
(92,90,79)
#45463C
(69,70,60)
#2E3229
(46,50,41)
#171E16
(23,30,22)
#000000
(0,0,0)

Tints of #FDE6D4

#FDE6D4
(253,230,212)
#FDE8D7
(253,232,215)
#FDEADA
(253,234,218)
#FDECDD
(253,236,221)
#FDEEE0
(253,238,224)
#FDF0E3
(253,240,227)
#FDF2E6
(253,242,230)
#FDF4E9
(253,244,233)
#FDF6EC
(253,246,236)
#FDF8EF
(253,248,239)
#FDFAF2
(253,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE6D4 color. Also use rgb(253,230,212) instead hex code.

Text Font Color

.myTextColor { color: #FDE6D4; }

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

This text font color is #FDE6D4.

Background Color

.myBgColor { background-color: #FDE6D4; }

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

This div background color is #FDE6D4.

Border color

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

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

This div border color is #FDE6D4.

Opacity

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

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

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

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

This text has shadow with #FDE6D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE6D4.

Preview

Color preview on black background

This text has color #FDE6D4 on black background.


Color preview on white background

This text has color #FDE6D4 on white background.


Black color preview on #FDE6D4 background

This text has black color on #FDE6D4 background.


White color preview on #FDE6D4 background

This text has white color on #FDE6D4 background.


Related colors

Complementary color

Complementary color for #hex is #02192B.


I love getcolorcode.com

Triadic colors

1 #D4FDE6 and #E6D4FD with #FDE6D4 are triadic colors.

2 #D4E6FD and #E6FDD4 with #FDE6D4 are triadic colors.