COLOR #FDF4AD

HEX: #FDF4AD RGB: (253,244,173)

Color info

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

RGB color model

#FDF4AD color RGB value is (253,244,173).

RGB: (253,244,173) (99%, 96%, 68%)

RGB channels and saturation

R 253 of 255 = 99%
G 244 of 255 = 96%
B 173 of 255 = 68%

253
244
173

R + G + B ~ 88%. #FDF4AD is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 244 + 173 = 670 (100%)
R 253 of 670 ~ 37.76%
G 244 of 670 ~ 36.42%
B 173 of 670 ~ 25.82'%

%37.76
%36.42
%25.82

CMYK color model

#FDF4AD color CMYK value is (0,4,32,1).

  • cyan value is 0.00%
  • magenta value is 3.56%
  • yellow value is 31.62%
  • key color value is 0.78%

CMYK: (0,4,32,1)
C0M4Y32K1 (0%, 4%, 32%, 1%)
(0.00 / 0.04 / 0.32 / 0.01)

CMYK percentages

%0
%3.56
%31.62
%0.78

Codes

Color #FDF4AD in popluar color models

FD F4 AD
RGB 253 244 173
HSL 53° 95.24% 83.53%
HSB/HSV 53° 31.62% 99.22%
CMYK 0.00% 3.56% 31.62%
0.78%

Color #FDF4AD in popluar number systems.

HEX FD F4 AD
Decimal 253 244 173
Binary 11111101 11110100 10101101
Octal 375 364 255

Shades and tints

Shades of #FDF4AD

#FDF4AD
(253,244,173)
#E6DE9E
(230,222,158)
#CFC88F
(207,200,143)
#B8B280
(184,178,128)
#A19C71
(161,156,113)
#8A8662
(138,134,98)
#737053
(115,112,83)
#5C5A44
(92,90,68)
#454435
(69,68,53)
#2E2E26
(46,46,38)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #FDF4AD

#FDF4AD
(253,244,173)
#FDF5B4
(253,245,180)
#FDF6BB
(253,246,187)
#FDF7C2
(253,247,194)
#FDF8C9
(253,248,201)
#FDF9D0
(253,249,208)
#FDFAD7
(253,250,215)
#FDFBDE
(253,251,222)
#FDFCE5
(253,252,229)
#FDFDEC
(253,253,236)
#FDFEF3
(253,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF4AD color. Also use rgb(253,244,173) instead hex code.

Text Font Color

.myTextColor { color: #FDF4AD; }

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

This text font color is #FDF4AD.

Background Color

.myBgColor { background-color: #FDF4AD; }

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

This div background color is #FDF4AD.

Border color

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

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

This div border color is #FDF4AD.

Opacity

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

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

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

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

This text has shadow with #FDF4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF4AD.

Preview

Color preview on black background

This text has color #FDF4AD on black background.


Color preview on white background

This text has color #FDF4AD on white background.


Black color preview on #FDF4AD background

This text has black color on #FDF4AD background.


White color preview on #FDF4AD background

This text has white color on #FDF4AD background.


Related colors

Complementary color

Complementary color for #hex is #020B52.


I love getcolorcode.com

Triadic colors

1 #ADFDF4 and #F4ADFD with #FDF4AD are triadic colors.

2 #ADF4FD and #F4FDAD with #FDF4AD are triadic colors.