COLOR #FDFD96

HEX: #FDFD96
RGB: (253,253,150)

Color info

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

RGB color model

#FDFD96 color RGB value is (253,253,150).

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

RGB channels and saturation

R 253 of 255 = 99%
G 253 of 255 = 99%
B 150 of 255 = 59%

253
253
150

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

Portions of RGB colors in percentages

R + G + B =
253 + 253 + 150 = 656 (100%)
R 253 of 656 ~ 38.57%
G 253 of 656 ~ 38.57%
B 150 of 656 ~ 22.87%

%38.57
%38.57
%22.87

CMYK color model

#FDFD96 color CMYK value is (0,0,41,1).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 0.78%
CMYK:
(0,0,41,1)
C0M0Y41K1 
(0%,0%,41%,1%)
(0.00/0.00/0.41/0.01)	

CMYK percentages

%0
%0
%40.71
%0.78

Codes

Color #FDFD96 in popluar color models

FDFD96
RGB253253150
HSL60°96.26%79.02%
HSB/HSV60°40.71%99.22%
CMYK0.00%0.00%40.71%
0.78%

Color #FDFD96 in popluar number systems.

HEXFDFD96
Decimal253253150
Binary111111011111110110010110
Octal375375226

Shades and tints

Shades of #FDFD96

#FDFD96
(253,253,150)
#E6E689
(230,230,137)
#CFCF7C
(207,207,124)
#B8B86F
(184,184,111)
#A1A162
(161,161,98)
#8A8A55
(138,138,85)
#737348
(115,115,72)
#5C5C3B
(92,92,59)
#45452E
(69,69,46)
#2E2E21
(46,46,33)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #FDFD96

#FDFD96
(253,253,150)
#FDFD9F
(253,253,159)
#FDFDA8
(253,253,168)
#FDFDB1
(253,253,177)
#FDFDBA
(253,253,186)
#FDFDC3
(253,253,195)
#FDFDCC
(253,253,204)
#FDFDD5
(253,253,213)
#FDFDDE
(253,253,222)
#FDFDE7
(253,253,231)
#FDFDF0
(253,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFD96; }

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

This text font color is #FDFD96.


Background Color

.myBgColor { background-color: #FDFD96; }

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

This div background color is #FDFD96.


Border color

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

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

This div border color is #FDFD96.


Opacity

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

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

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

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

This text has shadow with #FDFD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFD96 on black background.


Color preview on white background

This text has color #FDFD96 on white background.



Black color preview on #FDFD96 background

This text has black color on #FDFD96 background.


White color preview on #FDFD96 background

This text has white color on #FDFD96 background.