COLOR #FDEFD2

HEX: #FDEFD2 RGB: (253,239,210)

Color info

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

RGB color model

#FDEFD2 color RGB value is (253,239,210).

RGB: (253,239,210) (99%, 94%, 82%)

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 210 of 255 = 82%

253
239
210

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

Portions of RGB colors in percentages

R + G + B = 253 + 239 + 210 = 702 (100%)
R 253 of 702 ~ 36.04%
G 239 of 702 ~ 34.05%
B 210 of 702 ~ 29.91'%

%36.04
%34.05
%29.91

CMYK color model

#FDEFD2 color CMYK value is (0,6,17,1).

  • cyan value is 0.00%
  • magenta value is 5.53%
  • yellow value is 17.00%
  • key color value is 0.78%
CMYK: (0,6,17,1) C0M6Y17K1 (0%,6%,17%,1%) (0.00/0.06/0.17/0.01) 

CMYK percentages

%0
%5.53
%17
%0.78

Codes

Color #FDEFD2 in popluar color models

FD EF D2
RGB 253 239 210
HSL 40° 91.49% 90.78%
HSB/HSV 40° 17.00% 99.22%
CMYK 0.00% 5.53% 17.00%
0.78%

Color #FDEFD2 in popluar number systems.

HEX FD EF D2
Decimal 253 239 210
Binary 11111101 11101111 11010010
Octal 375 357 322

Shades and tints

Shades of #FDEFD2

#FDEFD2
(253,239,210)
#E6DABF
(230,218,191)
#CFC5AC
(207,197,172)
#B8B099
(184,176,153)
#A19B86
(161,155,134)
#8A8673
(138,134,115)
#737160
(115,113,96)
#5C5C4D
(92,92,77)
#45473A
(69,71,58)
#2E3227
(46,50,39)
#171D14
(23,29,20)
#000000
(0,0,0)

Tints of #FDEFD2

#FDEFD2
(253,239,210)
#FDF0D6
(253,240,214)
#FDF1DA
(253,241,218)
#FDF2DE
(253,242,222)
#FDF3E2
(253,243,226)
#FDF4E6
(253,244,230)
#FDF5EA
(253,245,234)
#FDF6EE
(253,246,238)
#FDF7F2
(253,247,242)
#FDF8F6
(253,248,246)
#FDF9FA
(253,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFD2; }

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

This text font color is #FDEFD2.

Background Color

.myBgColor { background-color: #FDEFD2; }

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

This div background color is #FDEFD2.

Border color

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

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

This div border color is #FDEFD2.

Opacity

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

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

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

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

This text has shadow with #FDEFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEFD2.

Preview

Color preview on black background

This text has color #FDEFD2 on black background.


Color preview on white background

This text has color #FDEFD2 on white background.


Black color preview on #FDEFD2 background

This text has black color on #FDEFD2 background.


White color preview on #FDEFD2 background

This text has white color on #FDEFD2 background.


Related colors

Complementary color

Complementary color for #hex is #02102D.


I love getcolorcode.com

Triadic colors

1 #D2FDEF and #EFD2FD with #FDEFD2 are triadic colors.

2 #D2EFFD and #EFFDD2 with #FDEFD2 are triadic colors.