COLOR #FDFFD9

HEX: #FDFFD9
RGB: (253,255,217)

Color info

#FDFFD9 contains red, green and blue colors in about the same proportion. Web safe color of #FDFFD9 is #FFFFCC (or #FFC).

RGB color model

#FDFFD9 color RGB value is (253,255,217).

  • red value is 253;
  • green value is 255;
  • blue value is 217.
RGB:
(253,255,217)
(99%,100%,85%)

RGB channels and saturation

R 253 of 255 = 99%
G 255 of 255 = 100%
B 217 of 255 = 85%

253
255
217

R + G + B ~ 95%. #FDFFD9 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 255 + 217 = 725 (100%)
R 253 of 725 ~ 34.9%
G 255 of 725 ~ 35.17%
B 217 of 725 ~ 29.93%

%34.9
%35.17
%29.93

CMYK color model

#FDFFD9 color CMYK value is (1,0,15,0).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 14.90%
  • key color value is 0.00%
CMYK:
(1,0,15,0)
C1M0Y15K0 
(1%,0%,15%,0%)
(0.01/0.00/0.15/0.00)	

CMYK percentages

%0.78
%0
%14.9
%0

Codes

Color #FDFFD9 in popluar color models

FDFFD9
RGB253255217
HSL63°100.00%92.55%
HSB/HSV63°14.90%100.00%
CMYK0.78%0.00%14.90%
0.00%

Color #FDFFD9 in popluar number systems.

HEXFDFFD9
Decimal253255217
Binary111111011111111111011001
Octal375377331

Shades and tints

Shades of #FDFFD9

#FDFFD9
(253,255,217)
#E6E8C6
(230,232,198)
#CFD1B3
(207,209,179)
#B8BAA0
(184,186,160)
#A1A38D
(161,163,141)
#8A8C7A
(138,140,122)
#737567
(115,117,103)
#5C5E54
(92,94,84)
#454741
(69,71,65)
#2E302E
(46,48,46)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #FDFFD9

#FDFFD9
(253,255,217)
#FDFFDC
(253,255,220)
#FDFFDF
(253,255,223)
#FDFFE2
(253,255,226)
#FDFFE5
(253,255,229)
#FDFFE8
(253,255,232)
#FDFFEB
(253,255,235)
#FDFFEE
(253,255,238)
#FDFFF1
(253,255,241)
#FDFFF4
(253,255,244)
#FDFFF7
(253,255,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFFD9; }

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

This text font color is #FDFFD9.


Background Color

.myBgColor { background-color: #FDFFD9; }

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

This div background color is #FDFFD9.


Border color

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

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

This div border color is #FDFFD9.


Opacity

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

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

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

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

This text has shadow with #FDFFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFFD9 on black background.


Color preview on white background

This text has color #FDFFD9 on white background.



Black color preview on #FDFFD9 background

This text has black color on #FDFFD9 background.


White color preview on #FDFFD9 background

This text has white color on #FDFFD9 background.