COLOR #FDEDDA

HEX: #FDEDDA RGB: (253,237,218)

Color info

#FDEDDA contains red, green and blue colors in about the same proportion. Web safe color of #FDEDDA is #FFFFCC (or #FFC).

RGB color model

#FDEDDA color RGB value is (253,237,218).

RGB: (253,237,218) (99%, 93%, 85%)

RGB channels and saturation

R 253 of 255 = 99%
G 237 of 255 = 93%
B 218 of 255 = 85%

253
237
218

R + G + B ~ 92%. #FDEDDA is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 237 + 218 = 708 (100%)
R 253 of 708 ~ 35.73%
G 237 of 708 ~ 33.47%
B 218 of 708 ~ 30.79'%

%35.73
%33.47
%30.79

CMYK color model

#FDEDDA color CMYK value is (0,6,14,1).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 13.83%
  • key color value is 0.78%

CMYK: (0,6,14,1)
C0M6Y14K1 (0%, 6%, 14%, 1%)
(0.00 / 0.06 / 0.14 / 0.01)

CMYK percentages

%0
%6.32
%13.83
%0.78

Codes

Color #FDEDDA in popluar color models

FD ED DA
RGB 253 237 218
HSL 33° 89.74% 92.35%
HSB/HSV 33° 13.83% 99.22%
CMYK 0.00% 6.32% 13.83%
0.78%

Color #FDEDDA in popluar number systems.

HEX FD ED DA
Decimal 253 237 218
Binary 11111101 11101101 11011010
Octal 375 355 332

Shades and tints

Shades of #FDEDDA

#FDEDDA
(253,237,218)
#E6D8C7
(230,216,199)
#CFC3B4
(207,195,180)
#B8AEA1
(184,174,161)
#A1998E
(161,153,142)
#8A847B
(138,132,123)
#736F68
(115,111,104)
#5C5A55
(92,90,85)
#454542
(69,69,66)
#2E302F
(46,48,47)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #FDEDDA

#FDEDDA
(253,237,218)
#FDEEDD
(253,238,221)
#FDEFE0
(253,239,224)
#FDF0E3
(253,240,227)
#FDF1E6
(253,241,230)
#FDF2E9
(253,242,233)
#FDF3EC
(253,243,236)
#FDF4EF
(253,244,239)
#FDF5F2
(253,245,242)
#FDF6F5
(253,246,245)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEDDA color. Also use rgb(253,237,218) instead hex code.

Text Font Color

.myTextColor { color: #FDEDDA; }

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

This text font color is #FDEDDA.

Background Color

.myBgColor { background-color: #FDEDDA; }

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

This div background color is #FDEDDA.

Border color

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

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

This div border color is #FDEDDA.

Opacity

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

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

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

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

This text has shadow with #FDEDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEDDA.

Preview

Color preview on black background

This text has color #FDEDDA on black background.


Color preview on white background

This text has color #FDEDDA on white background.


Black color preview on #FDEDDA background

This text has black color on #FDEDDA background.


White color preview on #FDEDDA background

This text has white color on #FDEDDA background.


Related colors

Complementary color

Complementary color for #hex is #021225.


I love getcolorcode.com

Triadic colors

1 #DAFDED and #EDDAFD with #FDEDDA are triadic colors.

2 #DAEDFD and #EDFDDA with #FDEDDA are triadic colors.