COLOR #FFFDE8

HEX: #FFFDE8
RGB: (255,253,232)

Color info

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

RGB color model

#FFFDE8 color RGB value is (255,253,232).

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

RGB channels and saturation

R 255 of 255 = 100%
G 253 of 255 = 99%
B 232 of 255 = 91%

255
253
232

R + G + B ~ 97%. #FFFDE8 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 253 + 232 = 740 (100%)
R 255 of 740 ~ 34.46%
G 253 of 740 ~ 34.19%
B 232 of 740 ~ 31.35%

%34.46
%34.19
%31.35

CMYK color model

#FFFDE8 color CMYK value is (0,1,9,0).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 9.02%
  • key color value is 0.00%
CMYK:
(0,1,9,0)
C0M1Y9K0 
(0%,1%,9%,0%)
(0.00/0.01/0.09/0.00)	

CMYK percentages

%0
%0.78
%9.02
%0

Codes

Color #FFFDE8 in popluar color models

FFFDE8
RGB255253232
HSL55°100.00%95.49%
HSB/HSV55°9.02%100.00%
CMYK0.00%0.78%9.02%
0.00%

Color #FFFDE8 in popluar number systems.

HEXFFFDE8
Decimal255253232
Binary111111111111110111101000
Octal377375350

Shades and tints

Shades of #FFFDE8

#FFFDE8
(255,253,232)
#E8E6D3
(232,230,211)
#D1CFBE
(209,207,190)
#BAB8A9
(186,184,169)
#A3A194
(163,161,148)
#8C8A7F
(140,138,127)
#75736A
(117,115,106)
#5E5C55
(94,92,85)
#474540
(71,69,64)
#302E2B
(48,46,43)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #FFFDE8

#FFFDE8
(255,253,232)
#FFFDEA
(255,253,234)
#FFFDEC
(255,253,236)
#FFFDEE
(255,253,238)
#FFFDF0
(255,253,240)
#FFFDF2
(255,253,242)
#FFFDF4
(255,253,244)
#FFFDF6
(255,253,246)
#FFFDF8
(255,253,248)
#FFFDFA
(255,253,250)
#FFFDFC
(255,253,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFDE8; }

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

This text font color is #FFFDE8.


Background Color

.myBgColor { background-color: #FFFDE8; }

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

This div background color is #FFFDE8.


Border color

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

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

This div border color is #FFFDE8.


Opacity

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

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

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

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

This text has shadow with #FFFDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFDE8 on black background.


Color preview on white background

This text has color #FFFDE8 on white background.



Black color preview on #FFFDE8 background

This text has black color on #FFFDE8 background.


White color preview on #FFFDE8 background

This text has white color on #FFFDE8 background.