COLOR #FDFDA7

HEX: #FDFDA7
RGB: (253,253,167)

Color info

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

RGB color model

#FDFDA7 color RGB value is (253,253,167).

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

RGB channels and saturation

R 253 of 255 = 99%
G 253 of 255 = 99%
B 167 of 255 = 65%

253
253
167

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

Portions of RGB colors in percentages

R + G + B =
253 + 253 + 167 = 673 (100%)
R 253 of 673 ~ 37.59%
G 253 of 673 ~ 37.59%
B 167 of 673 ~ 24.81%

%37.59
%37.59
%24.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 33.99%
  • key color value is 0.78%
CMYK:
(0,0,34,1)
C0M0Y34K1 
(0%,0%,34%,1%)
(0.00/0.00/0.34/0.01)	

CMYK percentages

%0
%0
%33.99
%0.78

Codes

Color #FDFDA7 in popluar color models

FDFDA7
RGB253253167
HSL60°95.56%82.35%
HSB/HSV60°33.99%99.22%
CMYK0.00%0.00%33.99%
0.78%

Color #FDFDA7 in popluar number systems.

HEXFDFDA7
Decimal253253167
Binary111111011111110110100111
Octal375375247

Shades and tints

Shades of #FDFDA7

#FDFDA7
(253,253,167)
#E6E698
(230,230,152)
#CFCF89
(207,207,137)
#B8B87A
(184,184,122)
#A1A16B
(161,161,107)
#8A8A5C
(138,138,92)
#73734D
(115,115,77)
#5C5C3E
(92,92,62)
#45452F
(69,69,47)
#2E2E20
(46,46,32)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #FDFDA7

#FDFDA7
(253,253,167)
#FDFDAF
(253,253,175)
#FDFDB7
(253,253,183)
#FDFDBF
(253,253,191)
#FDFDC7
(253,253,199)
#FDFDCF
(253,253,207)
#FDFDD7
(253,253,215)
#FDFDDF
(253,253,223)
#FDFDE7
(253,253,231)
#FDFDEF
(253,253,239)
#FDFDF7
(253,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDA7; }

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

This text font color is #FDFDA7.


Background Color

.myBgColor { background-color: #FDFDA7; }

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

This div background color is #FDFDA7.


Border color

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

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

This div border color is #FDFDA7.


Opacity

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

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

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

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

This text has shadow with #FDFDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFDA7 on black background.


Color preview on white background

This text has color #FDFDA7 on white background.



Black color preview on #FDFDA7 background

This text has black color on #FDFDA7 background.


White color preview on #FDFDA7 background

This text has white color on #FDFDA7 background.