COLOR #FDF4E1

HEX: #FDF4E1 RGB: (253,244,225)

Color info

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

RGB color model

#FDF4E1 color RGB value is (253,244,225).

RGB: (253,244,225) (99%, 96%, 88%)

RGB channels and saturation

R 253 of 255 = 99%
G 244 of 255 = 96%
B 225 of 255 = 88%

253
244
225

R + G + B ~ 94%. #FDF4E1 is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 244 + 225 = 722 (100%)
R 253 of 722 ~ 35.04%
G 244 of 722 ~ 33.8%
B 225 of 722 ~ 31.16'%

%35.04
%33.8
%31.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.56%
  • yellow value is 11.07%
  • key color value is 0.78%

CMYK: (0,4,11,1)
C0M4Y11K1 (0%, 4%, 11%, 1%)
(0.00 / 0.04 / 0.11 / 0.01)

CMYK percentages

%0
%3.56
%11.07
%0.78

Codes

Color #FDF4E1 in popluar color models

FD F4 E1
RGB 253 244 225
HSL 41° 87.50% 93.73%
HSB/HSV 41° 11.07% 99.22%
CMYK 0.00% 3.56% 11.07%
0.78%

Color #FDF4E1 in popluar number systems.

HEX FD F4 E1
Decimal 253 244 225
Binary 11111101 11110100 11100001
Octal 375 364 341

Shades and tints

Shades of #FDF4E1

#FDF4E1
(253,244,225)
#E6DECD
(230,222,205)
#CFC8B9
(207,200,185)
#B8B2A5
(184,178,165)
#A19C91
(161,156,145)
#8A867D
(138,134,125)
#737069
(115,112,105)
#5C5A55
(92,90,85)
#454441
(69,68,65)
#2E2E2D
(46,46,45)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #FDF4E1

#FDF4E1
(253,244,225)
#FDF5E3
(253,245,227)
#FDF6E5
(253,246,229)
#FDF7E7
(253,247,231)
#FDF8E9
(253,248,233)
#FDF9EB
(253,249,235)
#FDFAED
(253,250,237)
#FDFBEF
(253,251,239)
#FDFCF1
(253,252,241)
#FDFDF3
(253,253,243)
#FDFEF5
(253,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF4E1; }

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

This text font color is #FDF4E1.

Background Color

.myBgColor { background-color: #FDF4E1; }

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

This div background color is #FDF4E1.

Border color

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

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

This div border color is #FDF4E1.

Opacity

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

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

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

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

This text has shadow with #FDF4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF4E1.

Preview

Color preview on black background

This text has color #FDF4E1 on black background.


Color preview on white background

This text has color #FDF4E1 on white background.


Black color preview on #FDF4E1 background

This text has black color on #FDF4E1 background.


White color preview on #FDF4E1 background

This text has white color on #FDF4E1 background.


Related colors

Complementary color

Complementary color for #hex is #020B1E.


I love getcolorcode.com

Triadic colors

1 #E1FDF4 and #F4E1FD with #FDF4E1 are triadic colors.

2 #E1F4FD and #F4FDE1 with #FDF4E1 are triadic colors.