COLOR #FDFFDC

HEX: #FDFFDC
RGB: (253,255,220)

Color info

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

RGB color model

#FDFFDC color RGB value is (253,255,220).

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

RGB channels and saturation

R 253 of 255 = 99%
G 255 of 255 = 100%
B 220 of 255 = 86%

253
255
220

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

Portions of RGB colors in percentages

R + G + B =
253 + 255 + 220 = 728 (100%)
R 253 of 728 ~ 34.75%
G 255 of 728 ~ 35.03%
B 220 of 728 ~ 30.22%

%34.75
%35.03
%30.22

CMYK color model

#FDFFDC color CMYK value is (1,0,14,0).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(1,0,14,0)
C1M0Y14K0 
(1%,0%,14%,0%)
(0.01/0.00/0.14/0.00)	

CMYK percentages

%0.78
%0
%13.73
%0

Codes

Color #FDFFDC in popluar color models

FDFFDC
RGB253255220
HSL63°100.00%93.14%
HSB/HSV63°13.73%100.00%
CMYK0.78%0.00%13.73%
0.00%

Color #FDFFDC in popluar number systems.

HEXFDFFDC
Decimal253255220
Binary111111011111111111011100
Octal375377334

Shades and tints

Shades of #FDFFDC

#FDFFDC
(253,255,220)
#E6E8C8
(230,232,200)
#CFD1B4
(207,209,180)
#B8BAA0
(184,186,160)
#A1A38C
(161,163,140)
#8A8C78
(138,140,120)
#737564
(115,117,100)
#5C5E50
(92,94,80)
#45473C
(69,71,60)
#2E3028
(46,48,40)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #FDFFDC

#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)
#FDFFFA
(253,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFFDC; }

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

This text font color is #FDFFDC.


Background Color

.myBgColor { background-color: #FDFFDC; }

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

This div background color is #FDFFDC.


Border color

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

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

This div border color is #FDFFDC.


Opacity

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

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

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

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

This text has shadow with #FDFFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFFDC on black background.


Color preview on white background

This text has color #FDFFDC on white background.



Black color preview on #FDFFDC background

This text has black color on #FDFFDC background.


White color preview on #FDFFDC background

This text has white color on #FDFFDC background.