COLOR #FDFDE4

HEX: #FDFDE4
RGB: (253,253,228)

Color info

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

RGB color model

#FDFDE4 color RGB value is (253,253,228).

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

RGB channels and saturation

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

253
253
228

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

Portions of RGB colors in percentages

R + G + B =
253 + 253 + 228 = 734 (100%)
R 253 of 734 ~ 34.47%
G 253 of 734 ~ 34.47%
B 228 of 734 ~ 31.06%

%34.47
%34.47
%31.06

CMYK color model

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

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

CMYK percentages

%0
%0
%9.88
%0.78

Codes

Color #FDFDE4 in popluar color models

FDFDE4
RGB253253228
HSL60°86.21%94.31%
HSB/HSV60°9.88%99.22%
CMYK0.00%0.00%9.88%
0.78%

Color #FDFDE4 in popluar number systems.

HEXFDFDE4
Decimal253253228
Binary111111011111110111100100
Octal375375344

Shades and tints

Shades of #FDFDE4

#FDFDE4
(253,253,228)
#E6E6D0
(230,230,208)
#CFCFBC
(207,207,188)
#B8B8A8
(184,184,168)
#A1A194
(161,161,148)
#8A8A80
(138,138,128)
#73736C
(115,115,108)
#5C5C58
(92,92,88)
#454544
(69,69,68)
#2E2E30
(46,46,48)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #FDFDE4

#FDFDE4
(253,253,228)
#FDFDE6
(253,253,230)
#FDFDE8
(253,253,232)
#FDFDEA
(253,253,234)
#FDFDEC
(253,253,236)
#FDFDEE
(253,253,238)
#FDFDF0
(253,253,240)
#FDFDF2
(253,253,242)
#FDFDF4
(253,253,244)
#FDFDF6
(253,253,246)
#FDFDF8
(253,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFDE4; }

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

This text font color is #FDFDE4.


Background Color

.myBgColor { background-color: #FDFDE4; }

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

This div background color is #FDFDE4.


Border color

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

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

This div border color is #FDFDE4.


Opacity

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

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

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

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

This text has shadow with #FDFDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFDE4 on black background.


Color preview on white background

This text has color #FDFDE4 on white background.



Black color preview on #FDFDE4 background

This text has black color on #FDFDE4 background.


White color preview on #FDFDE4 background

This text has white color on #FDFDE4 background.