COLOR #FFFDE5

HEX: #FFFDE5
RGB: (255,253,229)

Color info

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

RGB color model

#FFFDE5 color RGB value is (255,253,229).

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

RGB channels and saturation

R 255 of 255 = 100%
G 253 of 255 = 99%
B 229 of 255 = 90%

255
253
229

R + G + B ~ 96%. #FFFDE5 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 253 + 229 = 737 (100%)
R 255 of 737 ~ 34.6%
G 253 of 737 ~ 34.33%
B 229 of 737 ~ 31.07%

%34.6
%34.33
%31.07

CMYK color model

#FFFDE5 color CMYK value is (0,1,10,0).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(0,1,10,0)
C0M1Y10K0 
(0%,1%,10%,0%)
(0.00/0.01/0.10/0.00)	

CMYK percentages

%0
%0.78
%10.2
%0

Codes

Color #FFFDE5 in popluar color models

FFFDE5
RGB255253229
HSL55°100.00%94.90%
HSB/HSV55°10.20%100.00%
CMYK0.00%0.78%10.20%
0.00%

Color #FFFDE5 in popluar number systems.

HEXFFFDE5
Decimal255253229
Binary111111111111110111100101
Octal377375345

Shades and tints

Shades of #FFFDE5

#FFFDE5
(255,253,229)
#E8E6D1
(232,230,209)
#D1CFBD
(209,207,189)
#BAB8A9
(186,184,169)
#A3A195
(163,161,149)
#8C8A81
(140,138,129)
#75736D
(117,115,109)
#5E5C59
(94,92,89)
#474545
(71,69,69)
#302E31
(48,46,49)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #FFFDE5

#FFFDE5
(255,253,229)
#FFFDE7
(255,253,231)
#FFFDE9
(255,253,233)
#FFFDEB
(255,253,235)
#FFFDED
(255,253,237)
#FFFDEF
(255,253,239)
#FFFDF1
(255,253,241)
#FFFDF3
(255,253,243)
#FFFDF5
(255,253,245)
#FFFDF7
(255,253,247)
#FFFDF9
(255,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFDE5; }

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

This text font color is #FFFDE5.


Background Color

.myBgColor { background-color: #FFFDE5; }

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

This div background color is #FFFDE5.


Border color

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

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

This div border color is #FFFDE5.


Opacity

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

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

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

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

This text has shadow with #FFFDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFDE5 on black background.


Color preview on white background

This text has color #FFFDE5 on white background.



Black color preview on #FFFDE5 background

This text has black color on #FFFDE5 background.


White color preview on #FFFDE5 background

This text has white color on #FFFDE5 background.