COLOR #FDEFD7

HEX: #FDEFD7 RGB: (253,239,215)

Color info

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

RGB color model

#FDEFD7 color RGB value is (253,239,215).

RGB: (253,239,215) (99%, 94%, 84%)

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 215 of 255 = 84%

253
239
215

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

Portions of RGB colors in percentages

R + G + B = 253 + 239 + 215 = 707 (100%)
R 253 of 707 ~ 35.79%
G 239 of 707 ~ 33.8%
B 215 of 707 ~ 30.41'%

%35.79
%33.8
%30.41

CMYK color model

#FDEFD7 color CMYK value is (0,6,15,1).

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 15.02%
  • key color value is 0.78%

CMYK: (0,6,15,1)
C0M6Y15K1 (0%, 6%, 15%, 1%)
(0.00 / 0.06 / 0.15 / 0.01)

CMYK percentages

%0
%5.53
%15.02
%0.78

Codes

Color #FDEFD7 in popluar color models

FD EF D7
RGB 253 239 215
HSL 38° 90.48% 91.76%
HSB/HSV 38° 15.02% 99.22%
CMYK 0.00% 5.53% 15.02%
0.78%

Color #FDEFD7 in popluar number systems.

HEX FD EF D7
Decimal 253 239 215
Binary 11111101 11101111 11010111
Octal 375 357 327

Shades and tints

Shades of #FDEFD7

#FDEFD7
(253,239,215)
#E6DAC4
(230,218,196)
#CFC5B1
(207,197,177)
#B8B09E
(184,176,158)
#A19B8B
(161,155,139)
#8A8678
(138,134,120)
#737165
(115,113,101)
#5C5C52
(92,92,82)
#45473F
(69,71,63)
#2E322C
(46,50,44)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #FDEFD7

#FDEFD7
(253,239,215)
#FDF0DA
(253,240,218)
#FDF1DD
(253,241,221)
#FDF2E0
(253,242,224)
#FDF3E3
(253,243,227)
#FDF4E6
(253,244,230)
#FDF5E9
(253,245,233)
#FDF6EC
(253,246,236)
#FDF7EF
(253,247,239)
#FDF8F2
(253,248,242)
#FDF9F5
(253,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDEFD7 color. Also use rgb(253,239,215) instead hex code.

Text Font Color

.myTextColor { color: #FDEFD7; }

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

This text font color is #FDEFD7.

Background Color

.myBgColor { background-color: #FDEFD7; }

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

This div background color is #FDEFD7.

Border color

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

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

This div border color is #FDEFD7.

Opacity

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

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

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

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

This text has shadow with #FDEFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEFD7.

Preview

Color preview on black background

This text has color #FDEFD7 on black background.


Color preview on white background

This text has color #FDEFD7 on white background.


Black color preview on #FDEFD7 background

This text has black color on #FDEFD7 background.


White color preview on #FDEFD7 background

This text has white color on #FDEFD7 background.


Related colors

Complementary color

Complementary color for #hex is #021028.


I love getcolorcode.com

Triadic colors

1 #D7FDEF and #EFD7FD with #FDEFD7 are triadic colors.

2 #D7EFFD and #EFFDD7 with #FDEFD7 are triadic colors.