COLOR #FDEF9C

HEX: #FDEF9C RGB: (253,239,156)

Color info

#FDEF9C contains mainly red and green colors. Web safe color of #FDEF9C is #FFFF99 (or #FF9).

RGB color model

#FDEF9C color RGB value is (253,239,156).

RGB: (253,239,156) (99%, 94%, 61%)

RGB channels and saturation

R 253 of 255 = 99%
G 239 of 255 = 94%
B 156 of 255 = 61%

253
239
156

R + G + B ~ 85%. #FDEF9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 239 + 156 = 648 (100%)
R 253 of 648 ~ 39.04%
G 239 of 648 ~ 36.88%
B 156 of 648 ~ 24.07'%

%39.04
%36.88
%24.07

CMYK color model

#FDEF9C color CMYK value is (0,6,38,1).

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

CMYK: (0,6,38,1)
C0M6Y38K1 (0%, 6%, 38%, 1%)
(0.00 / 0.06 / 0.38 / 0.01)

CMYK percentages

%0
%5.53
%38.34
%0.78

Codes

Color #FDEF9C in popluar color models

FD EF 9C
RGB 253 239 156
HSL 51° 96.04% 80.20%
HSB/HSV 51° 38.34% 99.22%
CMYK 0.00% 5.53% 38.34%
0.78%

Color #FDEF9C in popluar number systems.

HEX FD EF 9C
Decimal 253 239 156
Binary 11111101 11101111 10011100
Octal 375 357 234

Shades and tints

Shades of #FDEF9C

#FDEF9C
(253,239,156)
#E6DA8E
(230,218,142)
#CFC580
(207,197,128)
#B8B072
(184,176,114)
#A19B64
(161,155,100)
#8A8656
(138,134,86)
#737148
(115,113,72)
#5C5C3A
(92,92,58)
#45472C
(69,71,44)
#2E321E
(46,50,30)
#171D10
(23,29,16)
#000000
(0,0,0)

Tints of #FDEF9C

#FDEF9C
(253,239,156)
#FDF0A5
(253,240,165)
#FDF1AE
(253,241,174)
#FDF2B7
(253,242,183)
#FDF3C0
(253,243,192)
#FDF4C9
(253,244,201)
#FDF5D2
(253,245,210)
#FDF6DB
(253,246,219)
#FDF7E4
(253,247,228)
#FDF8ED
(253,248,237)
#FDF9F6
(253,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDEF9C; }

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

This text font color is #FDEF9C.

Background Color

.myBgColor { background-color: #FDEF9C; }

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

This div background color is #FDEF9C.

Border color

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

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

This div border color is #FDEF9C.

Opacity

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

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

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

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

This text has shadow with #FDEF9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDEF9C.

Preview

Color preview on black background

This text has color #FDEF9C on black background.


Color preview on white background

This text has color #FDEF9C on white background.


Black color preview on #FDEF9C background

This text has black color on #FDEF9C background.


White color preview on #FDEF9C background

This text has white color on #FDEF9C background.


Related colors

Complementary color

Complementary color for #hex is #021063.


I love getcolorcode.com

Triadic colors

1 #9CFDEF and #EF9CFD with #FDEF9C are triadic colors.

2 #9CEFFD and #EFFD9C with #FDEF9C are triadic colors.