COLOR #FDF7E4

HEX: #FDF7E4
RGB: (253,247,228)

Color info

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

RGB color model

#FDF7E4 color RGB value is (253,247,228).

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

RGB channels and saturation

R 253 of 255 = 99%
G 247 of 255 = 97%
B 228 of 255 = 89%

253
247
228

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

Portions of RGB colors in percentages

R + G + B =
253 + 247 + 228 = 728 (100%)
R 253 of 728 ~ 34.75%
G 247 of 728 ~ 33.93%
B 228 of 728 ~ 31.32%

%34.75
%33.93
%31.32

CMYK color model

#FDF7E4 color CMYK value is (0,2,10,1).

  • cyan value is 0.00%
  • magenta value is 2.37%
  • yellow value is 9.88%
  • key color value is 0.78%
CMYK:
(0,2,10,1)
C0M2Y10K1 
(0%,2%,10%,1%)
(0.00/0.02/0.10/0.01)	

CMYK percentages

%0
%2.37
%9.88
%0.78

Codes

Color #FDF7E4 in popluar color models

FDF7E4
RGB253247228
HSL46°86.21%94.31%
HSB/HSV46°9.88%99.22%
CMYK0.00%2.37%9.88%
0.78%

Color #FDF7E4 in popluar number systems.

HEXFDF7E4
Decimal253247228
Binary111111011111011111100100
Octal375367344

Shades and tints

Shades of #FDF7E4

#FDF7E4
(253,247,228)
#E6E1D0
(230,225,208)
#CFCBBC
(207,203,188)
#B8B5A8
(184,181,168)
#A19F94
(161,159,148)
#8A8980
(138,137,128)
#73736C
(115,115,108)
#5C5D58
(92,93,88)
#454744
(69,71,68)
#2E3130
(46,49,48)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #FDF7E4

#FDF7E4
(253,247,228)
#FDF7E6
(253,247,230)
#FDF7E8
(253,247,232)
#FDF7EA
(253,247,234)
#FDF7EC
(253,247,236)
#FDF7EE
(253,247,238)
#FDF7F0
(253,247,240)
#FDF7F2
(253,247,242)
#FDF7F4
(253,247,244)
#FDF7F6
(253,247,246)
#FDF7F8
(253,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF7E4; }

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

This text font color is #FDF7E4.


Background Color

.myBgColor { background-color: #FDF7E4; }

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

This div background color is #FDF7E4.


Border color

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

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

This div border color is #FDF7E4.


Opacity

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

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

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

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

This text has shadow with #FDF7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF7E4 on black background.


Color preview on white background

This text has color #FDF7E4 on white background.



Black color preview on #FDF7E4 background

This text has black color on #FDF7E4 background.


White color preview on #FDF7E4 background

This text has white color on #FDF7E4 background.