COLOR #FDD98E

HEX: #FDD98E RGB: (253,217,142)

Color info

#FDD98E contains mainly red and green colors. Web safe color of #FDD98E is #FFCC99 (or #FC9).

RGB color model

#FDD98E color RGB value is (253,217,142).

RGB: (253,217,142) (99%, 85%, 56%)

RGB channels and saturation

R 253 of 255 = 99%
G 217 of 255 = 85%
B 142 of 255 = 56%

253
217
142

R + G + B ~ 80%. #FDD98E is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 217 + 142 = 612 (100%)
R 253 of 612 ~ 41.34%
G 217 of 612 ~ 35.46%
B 142 of 612 ~ 23.2'%

%41.34
%35.46
%23.2

CMYK color model

#FDD98E color CMYK value is (0,14,44,1).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 43.87%
  • key color value is 0.78%

CMYK: (0,14,44,1)
C0M14Y44K1 (0%, 14%, 44%, 1%)
(0.00 / 0.14 / 0.44 / 0.01)

CMYK percentages

%0
%14.23
%43.87
%0.78

Codes

Color #FDD98E in popluar color models

FD D9 8E
RGB 253 217 142
HSL 41° 96.52% 77.45%
HSB/HSV 41° 43.87% 99.22%
CMYK 0.00% 14.23% 43.87%
0.78%

Color #FDD98E in popluar number systems.

HEX FD D9 8E
Decimal 253 217 142
Binary 11111101 11011001 10001110
Octal 375 331 216

Shades and tints

Shades of #FDD98E

#FDD98E
(253,217,142)
#E6C682
(230,198,130)
#CFB376
(207,179,118)
#B8A06A
(184,160,106)
#A18D5E
(161,141,94)
#8A7A52
(138,122,82)
#736746
(115,103,70)
#5C543A
(92,84,58)
#45412E
(69,65,46)
#2E2E22
(46,46,34)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #FDD98E

#FDD98E
(253,217,142)
#FDDC98
(253,220,152)
#FDDFA2
(253,223,162)
#FDE2AC
(253,226,172)
#FDE5B6
(253,229,182)
#FDE8C0
(253,232,192)
#FDEBCA
(253,235,202)
#FDEED4
(253,238,212)
#FDF1DE
(253,241,222)
#FDF4E8
(253,244,232)
#FDF7F2
(253,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD98E color. Also use rgb(253,217,142) instead hex code.

Text Font Color

.myTextColor { color: #FDD98E; }

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

This text font color is #FDD98E.

Background Color

.myBgColor { background-color: #FDD98E; }

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

This div background color is #FDD98E.

Border color

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

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

This div border color is #FDD98E.

Opacity

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

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

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

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

This text has shadow with #FDD98E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD98E.

Preview

Color preview on black background

This text has color #FDD98E on black background.


Color preview on white background

This text has color #FDD98E on white background.


Black color preview on #FDD98E background

This text has black color on #FDD98E background.


White color preview on #FDD98E background

This text has white color on #FDD98E background.


Related colors

Complementary color

Complementary color for #hex is #022671.


I love getcolorcode.com

Triadic colors

1 #8EFDD9 and #D98EFD with #FDD98E are triadic colors.

2 #8ED9FD and #D9FD8E with #FDD98E are triadic colors.