COLOR #FDF4A1

HEX: #FDF4A1 RGB: (253,244,161)

Color info

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

RGB color model

#FDF4A1 color RGB value is (253,244,161).

RGB: (253,244,161) (99%, 96%, 63%)

RGB channels and saturation

R 253 of 255 = 99%
G 244 of 255 = 96%
B 161 of 255 = 63%

253
244
161

R + G + B ~ 86%. #FDF4A1 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 244 + 161 = 658 (100%)
R 253 of 658 ~ 38.45%
G 244 of 658 ~ 37.08%
B 161 of 658 ~ 24.47'%

%38.45
%37.08
%24.47

CMYK color model

#FDF4A1 color CMYK value is (0,4,36,1).

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

CMYK: (0,4,36,1)
C0M4Y36K1 (0%, 4%, 36%, 1%)
(0.00 / 0.04 / 0.36 / 0.01)

CMYK percentages

%0
%3.56
%36.36
%0.78

Codes

Color #FDF4A1 in popluar color models

FD F4 A1
RGB 253 244 161
HSL 54° 95.83% 81.18%
HSB/HSV 54° 36.36% 99.22%
CMYK 0.00% 3.56% 36.36%
0.78%

Color #FDF4A1 in popluar number systems.

HEX FD F4 A1
Decimal 253 244 161
Binary 11111101 11110100 10100001
Octal 375 364 241

Shades and tints

Shades of #FDF4A1

#FDF4A1
(253,244,161)
#E6DE93
(230,222,147)
#CFC885
(207,200,133)
#B8B277
(184,178,119)
#A19C69
(161,156,105)
#8A865B
(138,134,91)
#73704D
(115,112,77)
#5C5A3F
(92,90,63)
#454431
(69,68,49)
#2E2E23
(46,46,35)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #FDF4A1

#FDF4A1
(253,244,161)
#FDF5A9
(253,245,169)
#FDF6B1
(253,246,177)
#FDF7B9
(253,247,185)
#FDF8C1
(253,248,193)
#FDF9C9
(253,249,201)
#FDFAD1
(253,250,209)
#FDFBD9
(253,251,217)
#FDFCE1
(253,252,225)
#FDFDE9
(253,253,233)
#FDFEF1
(253,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF4A1; }

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

This text font color is #FDF4A1.

Background Color

.myBgColor { background-color: #FDF4A1; }

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

This div background color is #FDF4A1.

Border color

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

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

This div border color is #FDF4A1.

Opacity

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

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

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

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

This text has shadow with #FDF4A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF4A1.

Preview

Color preview on black background

This text has color #FDF4A1 on black background.


Color preview on white background

This text has color #FDF4A1 on white background.


Black color preview on #FDF4A1 background

This text has black color on #FDF4A1 background.


White color preview on #FDF4A1 background

This text has white color on #FDF4A1 background.


Related colors

Complementary color

Complementary color for #hex is #020B5E.


I love getcolorcode.com

Triadic colors

1 #A1FDF4 and #F4A1FD with #FDF4A1 are triadic colors.

2 #A1F4FD and #F4FDA1 with #FDF4A1 are triadic colors.