COLOR #FDF2A6

HEX: #FDF2A6
RGB: (253,242,166)

Color info

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

RGB color model

#FDF2A6 color RGB value is (253,242,166).

  • red value is 253;
  • green value is 242;
  • blue value is 166.
RGB:
(253,242,166)
(99%,95%,65%)

RGB channels and saturation

R 253 of 255 = 99%
G 242 of 255 = 95%
B 166 of 255 = 65%

253
242
166

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

Portions of RGB colors in percentages

R + G + B =
253 + 242 + 166 = 661 (100%)
R 253 of 661 ~ 38.28%
G 242 of 661 ~ 36.61%
B 166 of 661 ~ 25.11%

%38.28
%36.61
%25.11

CMYK color model

#FDF2A6 color CMYK value is (0,4,34,1).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 34.39%
  • key color value is 0.78%
CMYK:
(0,4,34,1)
C0M4Y34K1 
(0%,4%,34%,1%)
(0.00/0.04/0.34/0.01)	

CMYK percentages

%0
%4.35
%34.39
%0.78

Codes

Color #FDF2A6 in popluar color models

FDF2A6
RGB253242166
HSL52°95.60%82.16%
HSB/HSV52°34.39%99.22%
CMYK0.00%4.35%34.39%
0.78%

Color #FDF2A6 in popluar number systems.

HEXFDF2A6
Decimal253242166
Binary111111011111001010100110
Octal375362246

Shades and tints

Shades of #FDF2A6

#FDF2A6
(253,242,166)
#E6DC97
(230,220,151)
#CFC688
(207,198,136)
#B8B079
(184,176,121)
#A19A6A
(161,154,106)
#8A845B
(138,132,91)
#736E4C
(115,110,76)
#5C583D
(92,88,61)
#45422E
(69,66,46)
#2E2C1F
(46,44,31)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #FDF2A6

#FDF2A6
(253,242,166)
#FDF3AE
(253,243,174)
#FDF4B6
(253,244,182)
#FDF5BE
(253,245,190)
#FDF6C6
(253,246,198)
#FDF7CE
(253,247,206)
#FDF8D6
(253,248,214)
#FDF9DE
(253,249,222)
#FDFAE6
(253,250,230)
#FDFBEE
(253,251,238)
#FDFCF6
(253,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF2A6 color. Also use rgb(253,242,166) instead hex code.

Text Font Color

.myTextColor { color: #FDF2A6; }

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

This text font color is #FDF2A6.


Background Color

.myBgColor { background-color: #FDF2A6; }

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

This div background color is #FDF2A6.


Border color

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

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

This div border color is #FDF2A6.


Opacity

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

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

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

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

This text has shadow with #FDF2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF2A6 on black background.


Color preview on white background

This text has color #FDF2A6 on white background.



Black color preview on #FDF2A6 background

This text has black color on #FDF2A6 background.


White color preview on #FDF2A6 background

This text has white color on #FDF2A6 background.