COLOR #FDFC9F

HEX: #FDFC9F
RGB: (253,252,159)

Color info

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

RGB color model

#FDFC9F color RGB value is (253,252,159).

  • red value is 253;
  • green value is 252;
  • blue value is 159.
RGB:
(253,252,159)
(99%,99%,62%)

RGB channels and saturation

R 253 of 255 = 99%
G 252 of 255 = 99%
B 159 of 255 = 62%

253
252
159

R + G + B ~ 87%. #FDFC9F is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 252 + 159 = 664 (100%)
R 253 of 664 ~ 38.1%
G 252 of 664 ~ 37.95%
B 159 of 664 ~ 23.95%

%38.1
%37.95
%23.95

CMYK color model

#FDFC9F color CMYK value is (0,0,37,1).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 37.15%
  • key color value is 0.78%
CMYK:
(0,0,37,1)
C0M0Y37K1 
(0%,0%,37%,1%)
(0.00/0.00/0.37/0.01)	

CMYK percentages

%0
%0.4
%37.15
%0.78

Codes

Color #FDFC9F in popluar color models

FDFC9F
RGB253252159
HSL59°95.92%80.78%
HSB/HSV59°37.15%99.22%
CMYK0.00%0.40%37.15%
0.78%

Color #FDFC9F in popluar number systems.

HEXFDFC9F
Decimal253252159
Binary111111011111110010011111
Octal375374237

Shades and tints

Shades of #FDFC9F

#FDFC9F
(253,252,159)
#E6E691
(230,230,145)
#CFD083
(207,208,131)
#B8BA75
(184,186,117)
#A1A467
(161,164,103)
#8A8E59
(138,142,89)
#73784B
(115,120,75)
#5C623D
(92,98,61)
#454C2F
(69,76,47)
#2E3621
(46,54,33)
#172013
(23,32,19)
#000000
(0,0,0)

Tints of #FDFC9F

#FDFC9F
(253,252,159)
#FDFCA7
(253,252,167)
#FDFCAF
(253,252,175)
#FDFCB7
(253,252,183)
#FDFCBF
(253,252,191)
#FDFCC7
(253,252,199)
#FDFCCF
(253,252,207)
#FDFCD7
(253,252,215)
#FDFCDF
(253,252,223)
#FDFCE7
(253,252,231)
#FDFCEF
(253,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFC9F; }

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

This text font color is #FDFC9F.


Background Color

.myBgColor { background-color: #FDFC9F; }

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

This div background color is #FDFC9F.


Border color

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

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

This div border color is #FDFC9F.


Opacity

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

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

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

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

This text has shadow with #FDFC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFC9F on black background.


Color preview on white background

This text has color #FDFC9F on white background.



Black color preview on #FDFC9F background

This text has black color on #FDFC9F background.


White color preview on #FDFC9F background

This text has white color on #FDFC9F background.