COLOR #FDE3D4

HEX: #FDE3D4 RGB: (253,227,212)

Color info

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

RGB color model

#FDE3D4 color RGB value is (253,227,212).

RGB: (253,227,212) (99%, 89%, 83%)

RGB channels and saturation

R 253 of 255 = 99%
G 227 of 255 = 89%
B 212 of 255 = 83%

253
227
212

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

Portions of RGB colors in percentages

R + G + B = 253 + 227 + 212 = 692 (100%)
R 253 of 692 ~ 36.56%
G 227 of 692 ~ 32.8%
B 212 of 692 ~ 30.64'%

%36.56
%32.8
%30.64

CMYK color model

#FDE3D4 color CMYK value is (0,10,16,1).

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

CMYK: (0,10,16,1)
C0M10Y16K1 (0%, 10%, 16%, 1%)
(0.00 / 0.10 / 0.16 / 0.01)

CMYK percentages

%0
%10.28
%16.21
%0.78

Codes

Color #FDE3D4 in popluar color models

FD E3 D4
RGB 253 227 212
HSL 22° 91.11% 91.18%
HSB/HSV 22° 16.21% 99.22%
CMYK 0.00% 10.28% 16.21%
0.78%

Color #FDE3D4 in popluar number systems.

HEX FD E3 D4
Decimal 253 227 212
Binary 11111101 11100011 11010100
Octal 375 343 324

Shades and tints

Shades of #FDE3D4

#FDE3D4
(253,227,212)
#E6CFC1
(230,207,193)
#CFBBAE
(207,187,174)
#B8A79B
(184,167,155)
#A19388
(161,147,136)
#8A7F75
(138,127,117)
#736B62
(115,107,98)
#5C574F
(92,87,79)
#45433C
(69,67,60)
#2E2F29
(46,47,41)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #FDE3D4

#FDE3D4
(253,227,212)
#FDE5D7
(253,229,215)
#FDE7DA
(253,231,218)
#FDE9DD
(253,233,221)
#FDEBE0
(253,235,224)
#FDEDE3
(253,237,227)
#FDEFE6
(253,239,230)
#FDF1E9
(253,241,233)
#FDF3EC
(253,243,236)
#FDF5EF
(253,245,239)
#FDF7F2
(253,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE3D4; }

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

This text font color is #FDE3D4.

Background Color

.myBgColor { background-color: #FDE3D4; }

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

This div background color is #FDE3D4.

Border color

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

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

This div border color is #FDE3D4.

Opacity

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

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

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

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

This text has shadow with #FDE3D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDE3D4.

Preview

Color preview on black background

This text has color #FDE3D4 on black background.


Color preview on white background

This text has color #FDE3D4 on white background.


Black color preview on #FDE3D4 background

This text has black color on #FDE3D4 background.


White color preview on #FDE3D4 background

This text has white color on #FDE3D4 background.


Related colors

Complementary color

Complementary color for #hex is #021C2B.


I love getcolorcode.com

Triadic colors

1 #D4FDE3 and #E3D4FD with #FDE3D4 are triadic colors.

2 #D4E3FD and #E3FDD4 with #FDE3D4 are triadic colors.