COLOR #FDF0EC

HEX: #FDF0EC RGB: (253,240,236)

Color info

#FDF0EC contains red, green and blue colors in about the same proportion. Web safe color of #FDF0EC is #FFFFFF (or #FFF).

RGB color model

#FDF0EC color RGB value is (253,240,236).

RGB: (253,240,236) (99%, 94%, 93%)

RGB channels and saturation

R 253 of 255 = 99%
G 240 of 255 = 94%
B 236 of 255 = 93%

253
240
236

R + G + B ~ 95%. #FDF0EC is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 240 + 236 = 729 (100%)
R 253 of 729 ~ 34.71%
G 240 of 729 ~ 32.92%
B 236 of 729 ~ 32.37'%

%34.71
%32.92
%32.37

CMYK color model

#FDF0EC color CMYK value is (0,5,7,1).

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

CMYK: (0,5,7,1)
C0M5Y7K1 (0%, 5%, 7%, 1%)
(0.00 / 0.05 / 0.07 / 0.01)

CMYK percentages

%0
%5.14
%6.72
%0.78

Codes

Color #FDF0EC in popluar color models

FD F0 EC
RGB 253 240 236
HSL 14° 80.95% 95.88%
HSB/HSV 14° 6.72% 99.22%
CMYK 0.00% 5.14% 6.72%
0.78%

Color #FDF0EC in popluar number systems.

HEX FD F0 EC
Decimal 253 240 236
Binary 11111101 11110000 11101100
Octal 375 360 354

Shades and tints

Shades of #FDF0EC

#FDF0EC
(253,240,236)
#E6DBD7
(230,219,215)
#CFC6C2
(207,198,194)
#B8B1AD
(184,177,173)
#A19C98
(161,156,152)
#8A8783
(138,135,131)
#73726E
(115,114,110)
#5C5D59
(92,93,89)
#454844
(69,72,68)
#2E332F
(46,51,47)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #FDF0EC

#FDF0EC
(253,240,236)
#FDF1ED
(253,241,237)
#FDF2EE
(253,242,238)
#FDF3EF
(253,243,239)
#FDF4F0
(253,244,240)
#FDF5F1
(253,245,241)
#FDF6F2
(253,246,242)
#FDF7F3
(253,247,243)
#FDF8F4
(253,248,244)
#FDF9F5
(253,249,245)
#FDFAF6
(253,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF0EC; }

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

This text font color is #FDF0EC.

Background Color

.myBgColor { background-color: #FDF0EC; }

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

This div background color is #FDF0EC.

Border color

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

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

This div border color is #FDF0EC.

Opacity

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

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

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

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

This text has shadow with #FDF0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF0EC.

Preview

Color preview on black background

This text has color #FDF0EC on black background.


Color preview on white background

This text has color #FDF0EC on white background.


Black color preview on #FDF0EC background

This text has black color on #FDF0EC background.


White color preview on #FDF0EC background

This text has white color on #FDF0EC background.


Related colors

Complementary color

Complementary color for #hex is #020F13.


I love getcolorcode.com

Triadic colors

1 #ECFDF0 and #F0ECFD with #FDF0EC are triadic colors.

2 #ECF0FD and #F0FDEC with #FDF0EC are triadic colors.