COLOR #FFFDE4

HEX: #FFFDE4
RGB: (255,253,228)

Color info

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

RGB color model

#FFFDE4 color RGB value is (255,253,228).

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

RGB channels and saturation

R 255 of 255 = 100%
G 253 of 255 = 99%
B 228 of 255 = 89%

255
253
228

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

Portions of RGB colors in percentages

R + G + B =
255 + 253 + 228 = 736 (100%)
R 255 of 736 ~ 34.65%
G 253 of 736 ~ 34.38%
B 228 of 736 ~ 30.98%

%34.65
%34.38
%30.98

CMYK color model

#FFFDE4 color CMYK value is (0,1,11,0).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(0,1,11,0)
C0M1Y11K0 
(0%,1%,11%,0%)
(0.00/0.01/0.11/0.00)	

CMYK percentages

%0
%0.78
%10.59
%0

Codes

Color #FFFDE4 in popluar color models

FFFDE4
RGB255253228
HSL56°100.00%94.71%
HSB/HSV56°10.59%100.00%
CMYK0.00%0.78%10.59%
0.00%

Color #FFFDE4 in popluar number systems.

HEXFFFDE4
Decimal255253228
Binary111111111111110111100100
Octal377375344

Shades and tints

Shades of #FFFDE4

#FFFDE4
(255,253,228)
#E8E6D0
(232,230,208)
#D1CFBC
(209,207,188)
#BAB8A8
(186,184,168)
#A3A194
(163,161,148)
#8C8A80
(140,138,128)
#75736C
(117,115,108)
#5E5C58
(94,92,88)
#474544
(71,69,68)
#302E30
(48,46,48)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #FFFDE4

#FFFDE4
(255,253,228)
#FFFDE6
(255,253,230)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFDE4; }

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

This text font color is #FFFDE4.


Background Color

.myBgColor { background-color: #FFFDE4; }

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

This div background color is #FFFDE4.


Border color

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

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

This div border color is #FFFDE4.


Opacity

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

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

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

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

This text has shadow with #FFFDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFDE4 on black background.


Color preview on white background

This text has color #FFFDE4 on white background.



Black color preview on #FFFDE4 background

This text has black color on #FFFDE4 background.


White color preview on #FFFDE4 background

This text has white color on #FFFDE4 background.