COLOR #FFFDE2

HEX: #FFFDE2
RGB: (255,253,226)

Color info

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

RGB color model

#FFFDE2 color RGB value is (255,253,226).

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

RGB channels and saturation

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

255
253
226

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

Portions of RGB colors in percentages

R + G + B =
255 + 253 + 226 = 734 (100%)
R 255 of 734 ~ 34.74%
G 253 of 734 ~ 34.47%
B 226 of 734 ~ 30.79%

%34.74
%34.47
%30.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 11.37%
  • 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
%11.37
%0

Codes

Color #FFFDE2 in popluar color models

FFFDE2
RGB255253226
HSL56°100.00%94.31%
HSB/HSV56°11.37%100.00%
CMYK0.00%0.78%11.37%
0.00%

Color #FFFDE2 in popluar number systems.

HEXFFFDE2
Decimal255253226
Binary111111111111110111100010
Octal377375342

Shades and tints

Shades of #FFFDE2

#FFFDE2
(255,253,226)
#E8E6CE
(232,230,206)
#D1CFBA
(209,207,186)
#BAB8A6
(186,184,166)
#A3A192
(163,161,146)
#8C8A7E
(140,138,126)
#75736A
(117,115,106)
#5E5C56
(94,92,86)
#474542
(71,69,66)
#302E2E
(48,46,46)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #FFFDE2

#FFFDE2
(255,253,226)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFDE2; }

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

This text font color is #FFFDE2.


Background Color

.myBgColor { background-color: #FFFDE2; }

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

This div background color is #FFFDE2.


Border color

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

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

This div border color is #FFFDE2.


Opacity

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

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

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

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

This text has shadow with #FFFDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFDE2 on black background.


Color preview on white background

This text has color #FFFDE2 on white background.



Black color preview on #FFFDE2 background

This text has black color on #FFFDE2 background.


White color preview on #FFFDE2 background

This text has white color on #FFFDE2 background.