COLOR #FFFDE0

HEX: #FFFDE0
RGB: (255,253,224)

Color info

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

RGB color model

#FFFDE0 color RGB value is (255,253,224).

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

RGB channels and saturation

R 255 of 255 = 100%
G 253 of 255 = 99%
B 224 of 255 = 88%

255
253
224

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

Portions of RGB colors in percentages

R + G + B =
255 + 253 + 224 = 732 (100%)
R 255 of 732 ~ 34.84%
G 253 of 732 ~ 34.56%
B 224 of 732 ~ 30.6%

%34.84
%34.56
%30.6

CMYK color model

#FFFDE0 color CMYK value is (0,1,12,0).

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(0,1,12,0)
C0M1Y12K0 
(0%,1%,12%,0%)
(0.00/0.01/0.12/0.00)	

CMYK percentages

%0
%0.78
%12.16
%0

Codes

Color #FFFDE0 in popluar color models

FFFDE0
RGB255253224
HSL56°100.00%93.92%
HSB/HSV56°12.16%100.00%
CMYK0.00%0.78%12.16%
0.00%

Color #FFFDE0 in popluar number systems.

HEXFFFDE0
Decimal255253224
Binary111111111111110111100000
Octal377375340

Shades and tints

Shades of #FFFDE0

#FFFDE0
(255,253,224)
#E8E6CC
(232,230,204)
#D1CFB8
(209,207,184)
#BAB8A4
(186,184,164)
#A3A190
(163,161,144)
#8C8A7C
(140,138,124)
#757368
(117,115,104)
#5E5C54
(94,92,84)
#474540
(71,69,64)
#302E2C
(48,46,44)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #FFFDE0

#FFFDE0
(255,253,224)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFDE0; }

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

This text font color is #FFFDE0.


Background Color

.myBgColor { background-color: #FFFDE0; }

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

This div background color is #FFFDE0.


Border color

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

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

This div border color is #FFFDE0.


Opacity

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

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

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

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

This text has shadow with #FFFDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFDE0 on black background.


Color preview on white background

This text has color #FFFDE0 on white background.



Black color preview on #FFFDE0 background

This text has black color on #FFFDE0 background.


White color preview on #FFFDE0 background

This text has white color on #FFFDE0 background.