COLOR #FFFDDC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

255
253
220

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

Portions of RGB colors in percentages

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

%35.03
%34.75
%30.22

CMYK color model

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

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

CMYK percentages

%0
%0.78
%13.73
%0

Codes

Color #FFFDDC in popluar color models

FFFDDC
RGB255253220
HSL57°100.00%93.14%
HSB/HSV57°13.73%100.00%
CMYK0.00%0.78%13.73%
0.00%

Color #FFFDDC in popluar number systems.

HEXFFFDDC
Decimal255253220
Binary111111111111110111011100
Octal377375334

Shades and tints

Shades of #FFFDDC

#FFFDDC
(255,253,220)
#E8E6C8
(232,230,200)
#D1CFB4
(209,207,180)
#BAB8A0
(186,184,160)
#A3A18C
(163,161,140)
#8C8A78
(140,138,120)
#757364
(117,115,100)
#5E5C50
(94,92,80)
#47453C
(71,69,60)
#302E28
(48,46,40)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #FFFDDC

#FFFDDC
(255,253,220)
#FFFDDF
(255,253,223)
#FFFDE2
(255,253,226)
#FFFDE5
(255,253,229)
#FFFDE8
(255,253,232)
#FFFDEB
(255,253,235)
#FFFDEE
(255,253,238)
#FFFDF1
(255,253,241)
#FFFDF4
(255,253,244)
#FFFDF7
(255,253,247)
#FFFDFA
(255,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFDDC; }

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

This text font color is #FFFDDC.


Background Color

.myBgColor { background-color: #FFFDDC; }

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

This div background color is #FFFDDC.


Border color

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

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

This div border color is #FFFDDC.


Opacity

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

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

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

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

This text has shadow with #FFFDDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFDDC on black background.


Color preview on white background

This text has color #FFFDDC on white background.



Black color preview on #FFFDDC background

This text has black color on #FFFDDC background.


White color preview on #FFFDDC background

This text has white color on #FFFDDC background.