COLOR #FDD28E

HEX: #FDD28E
RGB: (253,210,142)

Color info

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

RGB color model

#FDD28E color RGB value is (253,210,142).

  • red value is 253;
  • green value is 210;
  • blue value is 142.
RGB:
(253,210,142)
(99%,82%,56%)

RGB channels and saturation

R 253 of 255 = 99%
G 210 of 255 = 82%
B 142 of 255 = 56%

253
210
142

R + G + B ~ 79%. #FDD28E is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 210 + 142 = 605 (100%)
R 253 of 605 ~ 41.82%
G 210 of 605 ~ 34.71%
B 142 of 605 ~ 23.47%

%41.82
%34.71
%23.47

CMYK color model

#FDD28E color CMYK value is (0,17,44,1).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 43.87%
  • key color value is 0.78%
CMYK:
(0,17,44,1)
C0M17Y44K1 
(0%,17%,44%,1%)
(0.00/0.17/0.44/0.01)	

CMYK percentages

%0
%17
%43.87
%0.78

Codes

Color #FDD28E in popluar color models

FDD28E
RGB253210142
HSL37°96.52%77.45%
HSB/HSV37°43.87%99.22%
CMYK0.00%17.00%43.87%
0.78%

Color #FDD28E in popluar number systems.

HEXFDD28E
Decimal253210142
Binary111111011101001010001110
Octal375322216

Shades and tints

Shades of #FDD28E

#FDD28E
(253,210,142)
#E6BF82
(230,191,130)
#CFAC76
(207,172,118)
#B8996A
(184,153,106)
#A1865E
(161,134,94)
#8A7352
(138,115,82)
#736046
(115,96,70)
#5C4D3A
(92,77,58)
#453A2E
(69,58,46)
#2E2722
(46,39,34)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #FDD28E

#FDD28E
(253,210,142)
#FDD698
(253,214,152)
#FDDAA2
(253,218,162)
#FDDEAC
(253,222,172)
#FDE2B6
(253,226,182)
#FDE6C0
(253,230,192)
#FDEACA
(253,234,202)
#FDEED4
(253,238,212)
#FDF2DE
(253,242,222)
#FDF6E8
(253,246,232)
#FDFAF2
(253,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD28E; }

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

This text font color is #FDD28E.


Background Color

.myBgColor { background-color: #FDD28E; }

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

This div background color is #FDD28E.


Border color

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

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

This div border color is #FDD28E.


Opacity

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

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

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

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

This text has shadow with #FDD28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD28E on black background.


Color preview on white background

This text has color #FDD28E on white background.



Black color preview on #FDD28E background

This text has black color on #FDD28E background.


White color preview on #FDD28E background

This text has white color on #FDD28E background.