COLOR #FDF0E1

HEX: #FDF0E1 RGB: (253,240,225)

Color info

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

RGB color model

#FDF0E1 color RGB value is (253,240,225).

RGB: (253,240,225) (99%, 94%, 88%)

RGB channels and saturation

R 253 of 255 = 99%
G 240 of 255 = 94%
B 225 of 255 = 88%

253
240
225

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

Portions of RGB colors in percentages

R + G + B = 253 + 240 + 225 = 718 (100%)
R 253 of 718 ~ 35.24%
G 240 of 718 ~ 33.43%
B 225 of 718 ~ 31.34'%

%35.24
%33.43
%31.34

CMYK color model

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

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

CMYK: (0,5,11,1)
C0M5Y11K1 (0%, 5%, 11%, 1%)
(0.00 / 0.05 / 0.11 / 0.01)

CMYK percentages

%0
%5.14
%11.07
%0.78

Codes

Color #FDF0E1 in popluar color models

FD F0 E1
RGB 253 240 225
HSL 32° 87.50% 93.73%
HSB/HSV 32° 11.07% 99.22%
CMYK 0.00% 5.14% 11.07%
0.78%

Color #FDF0E1 in popluar number systems.

HEX FD F0 E1
Decimal 253 240 225
Binary 11111101 11110000 11100001
Octal 375 360 341

Shades and tints

Shades of #FDF0E1

#FDF0E1
(253,240,225)
#E6DBCD
(230,219,205)
#CFC6B9
(207,198,185)
#B8B1A5
(184,177,165)
#A19C91
(161,156,145)
#8A877D
(138,135,125)
#737269
(115,114,105)
#5C5D55
(92,93,85)
#454841
(69,72,65)
#2E332D
(46,51,45)
#171E19
(23,30,25)
#000000
(0,0,0)

Tints of #FDF0E1

#FDF0E1
(253,240,225)
#FDF1E3
(253,241,227)
#FDF2E5
(253,242,229)
#FDF3E7
(253,243,231)
#FDF4E9
(253,244,233)
#FDF5EB
(253,245,235)
#FDF6ED
(253,246,237)
#FDF7EF
(253,247,239)
#FDF8F1
(253,248,241)
#FDF9F3
(253,249,243)
#FDFAF5
(253,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF0E1; }

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

This text font color is #FDF0E1.

Background Color

.myBgColor { background-color: #FDF0E1; }

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

This div background color is #FDF0E1.

Border color

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

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

This div border color is #FDF0E1.

Opacity

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

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

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

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

This text has shadow with #FDF0E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF0E1.

Preview

Color preview on black background

This text has color #FDF0E1 on black background.


Color preview on white background

This text has color #FDF0E1 on white background.


Black color preview on #FDF0E1 background

This text has black color on #FDF0E1 background.


White color preview on #FDF0E1 background

This text has white color on #FDF0E1 background.


Related colors

Complementary color

Complementary color for #hex is #020F1E.


I love getcolorcode.com

Triadic colors

1 #E1FDF0 and #F0E1FD with #FDF0E1 are triadic colors.

2 #E1F0FD and #F0FDE1 with #FDF0E1 are triadic colors.