COLOR #FDF8E2

HEX: #FDF8E2
RGB: (253,248,226)

Color info

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

RGB color model

#FDF8E2 color RGB value is (253,248,226).

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

RGB channels and saturation

R 253 of 255 = 99%
G 248 of 255 = 97%
B 226 of 255 = 89%

253
248
226

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

Portions of RGB colors in percentages

R + G + B =
253 + 248 + 226 = 727 (100%)
R 253 of 727 ~ 34.8%
G 248 of 727 ~ 34.11%
B 226 of 727 ~ 31.09%

%34.8
%34.11
%31.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 10.67%
  • 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
%1.98
%10.67
%0.78

Codes

Color #FDF8E2 in popluar color models

FDF8E2
RGB253248226
HSL49°87.10%93.92%
HSB/HSV49°10.67%99.22%
CMYK0.00%1.98%10.67%
0.78%

Color #FDF8E2 in popluar number systems.

HEXFDF8E2
Decimal253248226
Binary111111011111100011100010
Octal375370342

Shades and tints

Shades of #FDF8E2

#FDF8E2
(253,248,226)
#E6E2CE
(230,226,206)
#CFCCBA
(207,204,186)
#B8B6A6
(184,182,166)
#A1A092
(161,160,146)
#8A8A7E
(138,138,126)
#73746A
(115,116,106)
#5C5E56
(92,94,86)
#454842
(69,72,66)
#2E322E
(46,50,46)
#171C1A
(23,28,26)
#000000
(0,0,0)

Tints of #FDF8E2

#FDF8E2
(253,248,226)
#FDF8E4
(253,248,228)
#FDF8E6
(253,248,230)
#FDF8E8
(253,248,232)
#FDF8EA
(253,248,234)
#FDF8EC
(253,248,236)
#FDF8EE
(253,248,238)
#FDF8F0
(253,248,240)
#FDF8F2
(253,248,242)
#FDF8F4
(253,248,244)
#FDF8F6
(253,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDF8E2 color. Also use rgb(253,248,226) instead hex code.

Text Font Color

.myTextColor { color: #FDF8E2; }

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

This text font color is #FDF8E2.


Background Color

.myBgColor { background-color: #FDF8E2; }

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

This div background color is #FDF8E2.


Border color

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

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

This div border color is #FDF8E2.


Opacity

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

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

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

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

This text has shadow with #FDF8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF8E2 on black background.


Color preview on white background

This text has color #FDF8E2 on white background.



Black color preview on #FDF8E2 background

This text has black color on #FDF8E2 background.


White color preview on #FDF8E2 background

This text has white color on #FDF8E2 background.