COLOR #FDEFC9

HEX: #FDEFC9 RGB: (253,239,201)

Color info

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

RGB color model

#FDEFC9 color RGB value is (253,239,201).

RGB: (253,239,201) (99%, 94%, 79%)

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 201 of 255 = 79%

253
239
201

R + G + B ~ 91%. #FDEFC9 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 239 + 201 = 693 (100%)
R 253 of 693 ~ 36.51%
G 239 of 693 ~ 34.49%
B 201 of 693 ~ 29'%

%36.51
%34.49
%29

CMYK color model

#FDEFC9 color CMYK value is (0,6,21,1).

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

CMYK: (0,6,21,1)
C0M6Y21K1 (0%, 6%, 21%, 1%)
(0.00 / 0.06 / 0.21 / 0.01)

CMYK percentages

%0
%5.53
%20.55
%0.78

Codes

Color #FDEFC9 in popluar color models

FD EF C9
RGB 253 239 201
HSL 44° 92.86% 89.02%
HSB/HSV 44° 20.55% 99.22%
CMYK 0.00% 5.53% 20.55%
0.78%

Color #FDEFC9 in popluar number systems.

HEX FD EF C9
Decimal 253 239 201
Binary 11111101 11101111 11001001
Octal 375 357 311

Shades and tints

Shades of #FDEFC9

#FDEFC9
(253,239,201)
#E6DAB7
(230,218,183)
#CFC5A5
(207,197,165)
#B8B093
(184,176,147)
#A19B81
(161,155,129)
#8A866F
(138,134,111)
#73715D
(115,113,93)
#5C5C4B
(92,92,75)
#454739
(69,71,57)
#2E3227
(46,50,39)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #FDEFC9

#FDEFC9
(253,239,201)
#FDF0CD
(253,240,205)
#FDF1D1
(253,241,209)
#FDF2D5
(253,242,213)
#FDF3D9
(253,243,217)
#FDF4DD
(253,244,221)
#FDF5E1
(253,245,225)
#FDF6E5
(253,246,229)
#FDF7E9
(253,247,233)
#FDF8ED
(253,248,237)
#FDF9F1
(253,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEFC9; }

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

This text font color is #FDEFC9.

Background Color

.myBgColor { background-color: #FDEFC9; }

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

This div background color is #FDEFC9.

Border color

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

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

This div border color is #FDEFC9.

Opacity

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

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

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

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

This text has shadow with #FDEFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEFC9.

Preview

Color preview on black background

This text has color #FDEFC9 on black background.


Color preview on white background

This text has color #FDEFC9 on white background.


Black color preview on #FDEFC9 background

This text has black color on #FDEFC9 background.


White color preview on #FDEFC9 background

This text has white color on #FDEFC9 background.


Related colors

Complementary color

Complementary color for #hex is #021036.


I love getcolorcode.com

Triadic colors

1 #C9FDEF and #EFC9FD with #FDEFC9 are triadic colors.

2 #C9EFFD and #EFFDC9 with #FDEFC9 are triadic colors.