COLOR #FDF1EC

HEX: #FDF1EC
RGB: (253,241,236)

Color info

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

RGB color model

#FDF1EC color RGB value is (253,241,236).

  • red value is 253;
  • green value is 241;
  • blue value is 236.
RGB:
(253,241,236)
(99%,95%,93%)

RGB channels and saturation

R 253 of 255 = 99%
G 241 of 255 = 95%
B 236 of 255 = 93%

253
241
236

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

Portions of RGB colors in percentages

R + G + B =
253 + 241 + 236 = 730 (100%)
R 253 of 730 ~ 34.66%
G 241 of 730 ~ 33.01%
B 236 of 730 ~ 32.33%

%34.66
%33.01
%32.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.74%
  • 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
%4.74
%6.72
%0.78

Codes

Color #FDF1EC in popluar color models

FDF1EC
RGB253241236
HSL18°80.95%95.88%
HSB/HSV18°6.72%99.22%
CMYK0.00%4.74%6.72%
0.78%

Color #FDF1EC in popluar number systems.

HEXFDF1EC
Decimal253241236
Binary111111011111000111101100
Octal375361354

Shades and tints

Shades of #FDF1EC

#FDF1EC
(253,241,236)
#E6DCD7
(230,220,215)
#CFC7C2
(207,199,194)
#B8B2AD
(184,178,173)
#A19D98
(161,157,152)
#8A8883
(138,136,131)
#73736E
(115,115,110)
#5C5E59
(92,94,89)
#454944
(69,73,68)
#2E342F
(46,52,47)
#171F1A
(23,31,26)
#000000
(0,0,0)

Tints of #FDF1EC

#FDF1EC
(253,241,236)
#FDF2ED
(253,242,237)
#FDF3EE
(253,243,238)
#FDF4EF
(253,244,239)
#FDF5F0
(253,245,240)
#FDF6F1
(253,246,241)
#FDF7F2
(253,247,242)
#FDF8F3
(253,248,243)
#FDF9F4
(253,249,244)
#FDFAF5
(253,250,245)
#FDFBF6
(253,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF1EC; }

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

This text font color is #FDF1EC.


Background Color

.myBgColor { background-color: #FDF1EC; }

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

This div background color is #FDF1EC.


Border color

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

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

This div border color is #FDF1EC.


Opacity

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

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

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

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

This text has shadow with #FDF1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF1EC on black background.


Color preview on white background

This text has color #FDF1EC on white background.



Black color preview on #FDF1EC background

This text has black color on #FDF1EC background.


White color preview on #FDF1EC background

This text has white color on #FDF1EC background.