COLOR #FDDE99

HEX: #FDDE99 RGB: (253,222,153)

Color info

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

RGB color model

#FDDE99 color RGB value is (253,222,153).

RGB: (253,222,153) (99%, 87%, 60%)

RGB channels and saturation

R 253 of 255 = 99%
G 222 of 255 = 87%
B 153 of 255 = 60%

253
222
153

R + G + B ~ 82%. #FDDE99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 222 + 153 = 628 (100%)
R 253 of 628 ~ 40.29%
G 222 of 628 ~ 35.35%
B 153 of 628 ~ 24.36'%

%40.29
%35.35
%24.36

CMYK color model

#FDDE99 color CMYK value is (0,12,40,1).

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

CMYK: (0,12,40,1)
C0M12Y40K1 (0%, 12%, 40%, 1%)
(0.00 / 0.12 / 0.40 / 0.01)

CMYK percentages

%0
%12.25
%39.53
%0.78

Codes

Color #FDDE99 in popluar color models

FD DE 99
RGB 253 222 153
HSL 41° 96.15% 79.61%
HSB/HSV 41° 39.53% 99.22%
CMYK 0.00% 12.25% 39.53%
0.78%

Color #FDDE99 in popluar number systems.

HEX FD DE 99
Decimal 253 222 153
Binary 11111101 11011110 10011001
Octal 375 336 231

Shades and tints

Shades of #FDDE99

#FDDE99
(253,222,153)
#E6CA8C
(230,202,140)
#CFB67F
(207,182,127)
#B8A272
(184,162,114)
#A18E65
(161,142,101)
#8A7A58
(138,122,88)
#73664B
(115,102,75)
#5C523E
(92,82,62)
#453E31
(69,62,49)
#2E2A24
(46,42,36)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #FDDE99

#FDDE99
(253,222,153)
#FDE1A2
(253,225,162)
#FDE4AB
(253,228,171)
#FDE7B4
(253,231,180)
#FDEABD
(253,234,189)
#FDEDC6
(253,237,198)
#FDF0CF
(253,240,207)
#FDF3D8
(253,243,216)
#FDF6E1
(253,246,225)
#FDF9EA
(253,249,234)
#FDFCF3
(253,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDE99; }

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

This text font color is #FDDE99.

Background Color

.myBgColor { background-color: #FDDE99; }

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

This div background color is #FDDE99.

Border color

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

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

This div border color is #FDDE99.

Opacity

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

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

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

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

This text has shadow with #FDDE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDE99.

Preview

Color preview on black background

This text has color #FDDE99 on black background.


Color preview on white background

This text has color #FDDE99 on white background.


Black color preview on #FDDE99 background

This text has black color on #FDDE99 background.


White color preview on #FDDE99 background

This text has white color on #FDDE99 background.


Related colors

Complementary color

Complementary color for #hex is #022166.


I love getcolorcode.com

Triadic colors

1 #99FDDE and #DE99FD with #FDDE99 are triadic colors.

2 #99DEFD and #DEFD99 with #FDDE99 are triadic colors.