COLOR #FDEFDE

HEX: #FDEFDE RGB: (253,239,222)

Color info

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

RGB color model

#FDEFDE color RGB value is (253,239,222).

RGB: (253,239,222) (99%, 94%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 222 of 255 = 87%

253
239
222

R + G + B ~ 93%. #FDEFDE is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 239 + 222 = 714 (100%)
R 253 of 714 ~ 35.43%
G 239 of 714 ~ 33.47%
B 222 of 714 ~ 31.09'%

%35.43
%33.47
%31.09

CMYK color model

#FDEFDE color CMYK value is (0,6,12,1).

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

CMYK: (0,6,12,1)
C0M6Y12K1 (0%, 6%, 12%, 1%)
(0.00 / 0.06 / 0.12 / 0.01)

CMYK percentages

%0
%5.53
%12.25
%0.78

Codes

Color #FDEFDE in popluar color models

FD EF DE
RGB 253 239 222
HSL 33° 88.57% 93.14%
HSB/HSV 33° 12.25% 99.22%
CMYK 0.00% 5.53% 12.25%
0.78%

Color #FDEFDE in popluar number systems.

HEX FD EF DE
Decimal 253 239 222
Binary 11111101 11101111 11011110
Octal 375 357 336

Shades and tints

Shades of #FDEFDE

#FDEFDE
(253,239,222)
#E6DACA
(230,218,202)
#CFC5B6
(207,197,182)
#B8B0A2
(184,176,162)
#A19B8E
(161,155,142)
#8A867A
(138,134,122)
#737166
(115,113,102)
#5C5C52
(92,92,82)
#45473E
(69,71,62)
#2E322A
(46,50,42)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #FDEFDE

#FDEFDE
(253,239,222)
#FDF0E1
(253,240,225)
#FDF1E4
(253,241,228)
#FDF2E7
(253,242,231)
#FDF3EA
(253,243,234)
#FDF4ED
(253,244,237)
#FDF5F0
(253,245,240)
#FDF6F3
(253,246,243)
#FDF7F6
(253,247,246)
#FDF8F9
(253,248,249)
#FDF9FC
(253,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFDE; }

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

This text font color is #FDEFDE.

Background Color

.myBgColor { background-color: #FDEFDE; }

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

This div background color is #FDEFDE.

Border color

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

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

This div border color is #FDEFDE.

Opacity

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

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

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

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

This text has shadow with #FDEFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEFDE.

Preview

Color preview on black background

This text has color #FDEFDE on black background.


Color preview on white background

This text has color #FDEFDE on white background.


Black color preview on #FDEFDE background

This text has black color on #FDEFDE background.


White color preview on #FDEFDE background

This text has white color on #FDEFDE background.


Related colors

Complementary color

Complementary color for #hex is #021021.


I love getcolorcode.com

Triadic colors

1 #DEFDEF and #EFDEFD with #FDEFDE are triadic colors.

2 #DEEFFD and #EFFDDE with #FDEFDE are triadic colors.