COLOR #FFFDF9

HEX: #FFFDF9
RGB: (255,253,249)

Color info

#FFFDF9 contains red, green and blue colors in about the same proportion. Web safe color of #FFFDF9 is #FFFFFF (or #FFF).

RGB color model

#FFFDF9 color RGB value is (255,253,249).

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

RGB channels and saturation

R 255 of 255 = 100%
G 253 of 255 = 99%
B 249 of 255 = 98%

255
253
249

R + G + B ~ 99%. #FFFDF9 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 253 + 249 = 757 (100%)
R 255 of 757 ~ 33.69%
G 253 of 757 ~ 33.42%
B 249 of 757 ~ 32.89%

%33.69
%33.42
%32.89

CMYK color model

#FFFDF9 color CMYK value is (0,1,2,0).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 2.35%
  • key color value is 0.00%
CMYK:
(0,1,2,0)
C0M1Y2K0 
(0%,1%,2%,0%)
(0.00/0.01/0.02/0.00)	

CMYK percentages

%0
%0.78
%2.35
%0

Codes

Color #FFFDF9 in popluar color models

FFFDF9
RGB255253249
HSL40°100.00%98.82%
HSB/HSV40°2.35%100.00%
CMYK0.00%0.78%2.35%
0.00%

Color #FFFDF9 in popluar number systems.

HEXFFFDF9
Decimal255253249
Binary111111111111110111111001
Octal377375371

Shades and tints

Shades of #FFFDF9

#FFFDF9
(255,253,249)
#E8E6E3
(232,230,227)
#D1CFCD
(209,207,205)
#BAB8B7
(186,184,183)
#A3A1A1
(163,161,161)
#8C8A8B
(140,138,139)
#757375
(117,115,117)
#5E5C5F
(94,92,95)
#474549
(71,69,73)
#302E33
(48,46,51)
#19171D
(25,23,29)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFDF9; }

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

This text font color is #FFFDF9.


Background Color

.myBgColor { background-color: #FFFDF9; }

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

This div background color is #FFFDF9.


Border color

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

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

This div border color is #FFFDF9.


Opacity

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

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

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

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

This text has shadow with #FFFDF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFDF9 on black background.


Color preview on white background

This text has color #FFFDF9 on white background.



Black color preview on #FFFDF9 background

This text has black color on #FFFDF9 background.


White color preview on #FFFDF9 background

This text has white color on #FFFDF9 background.