COLOR #FDF7E1

HEX: #FDF7E1
RGB: (253,247,225)

Color info

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

RGB color model

#FDF7E1 color RGB value is (253,247,225).

  • red value is 253;
  • green value is 247;
  • blue value is 225.
RGB:
(253,247,225)
(99%,97%,88%)

RGB channels and saturation

R 253 of 255 = 99%
G 247 of 255 = 97%
B 225 of 255 = 88%

253
247
225

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

Portions of RGB colors in percentages

R + G + B =
253 + 247 + 225 = 725 (100%)
R 253 of 725 ~ 34.9%
G 247 of 725 ~ 34.07%
B 225 of 725 ~ 31.03%

%34.9
%34.07
%31.03

CMYK color model

#FDF7E1 color CMYK value is (0,2,11,1).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 11.07%
  • key color value is 0.78%
CMYK:
(0,2,11,1)
C0M2Y11K1 
(0%,2%,11%,1%)
(0.00/0.02/0.11/0.01)	

CMYK percentages

%0
%2.37
%11.07
%0.78

Codes

Color #FDF7E1 in popluar color models

FDF7E1
RGB253247225
HSL47°87.50%93.73%
HSB/HSV47°11.07%99.22%
CMYK0.00%2.37%11.07%
0.78%

Color #FDF7E1 in popluar number systems.

HEXFDF7E1
Decimal253247225
Binary111111011111011111100001
Octal375367341

Shades and tints

Shades of #FDF7E1

#FDF7E1
(253,247,225)
#E6E1CD
(230,225,205)
#CFCBB9
(207,203,185)
#B8B5A5
(184,181,165)
#A19F91
(161,159,145)
#8A897D
(138,137,125)
#737369
(115,115,105)
#5C5D55
(92,93,85)
#454741
(69,71,65)
#2E312D
(46,49,45)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #FDF7E1

#FDF7E1
(253,247,225)
#FDF7E3
(253,247,227)
#FDF7E5
(253,247,229)
#FDF7E7
(253,247,231)
#FDF7E9
(253,247,233)
#FDF7EB
(253,247,235)
#FDF7ED
(253,247,237)
#FDF7EF
(253,247,239)
#FDF7F1
(253,247,241)
#FDF7F3
(253,247,243)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF7E1; }

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

This text font color is #FDF7E1.


Background Color

.myBgColor { background-color: #FDF7E1; }

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

This div background color is #FDF7E1.


Border color

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

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

This div border color is #FDF7E1.


Opacity

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

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

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

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

This text has shadow with #FDF7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF7E1 on black background.


Color preview on white background

This text has color #FDF7E1 on white background.



Black color preview on #FDF7E1 background

This text has black color on #FDF7E1 background.


White color preview on #FDF7E1 background

This text has white color on #FDF7E1 background.