COLOR #FDF8E8

HEX: #FDF8E8
RGB: (253,248,232)

Color info

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

RGB color model

#FDF8E8 color RGB value is (253,248,232).

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

RGB channels and saturation

R 253 of 255 = 99%
G 248 of 255 = 97%
B 232 of 255 = 91%

253
248
232

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

Portions of RGB colors in percentages

R + G + B =
253 + 248 + 232 = 733 (100%)
R 253 of 733 ~ 34.52%
G 248 of 733 ~ 33.83%
B 232 of 733 ~ 31.65%

%34.52
%33.83
%31.65

CMYK color model

#FDF8E8 color CMYK value is (0,2,8,1).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 8.30%
  • key color value is 0.78%
CMYK:
(0,2,8,1)
C0M2Y8K1 
(0%,2%,8%,1%)
(0.00/0.02/0.08/0.01)	

CMYK percentages

%0
%1.98
%8.3
%0.78

Codes

Color #FDF8E8 in popluar color models

FDF8E8
RGB253248232
HSL46°84.00%95.10%
HSB/HSV46°8.30%99.22%
CMYK0.00%1.98%8.30%
0.78%

Color #FDF8E8 in popluar number systems.

HEXFDF8E8
Decimal253248232
Binary111111011111100011101000
Octal375370350

Shades and tints

Shades of #FDF8E8

#FDF8E8
(253,248,232)
#E6E2D3
(230,226,211)
#CFCCBE
(207,204,190)
#B8B6A9
(184,182,169)
#A1A094
(161,160,148)
#8A8A7F
(138,138,127)
#73746A
(115,116,106)
#5C5E55
(92,94,85)
#454840
(69,72,64)
#2E322B
(46,50,43)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #FDF8E8

#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)
#FDF8F8
(253,248,248)
#FDF8FA
(253,248,250)
#FDF8FC
(253,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF8E8; }

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

This text font color is #FDF8E8.


Background Color

.myBgColor { background-color: #FDF8E8; }

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

This div background color is #FDF8E8.


Border color

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

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

This div border color is #FDF8E8.


Opacity

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

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

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

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

This text has shadow with #FDF8E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDF8E8 on black background.


Color preview on white background

This text has color #FDF8E8 on white background.



Black color preview on #FDF8E8 background

This text has black color on #FDF8E8 background.


White color preview on #FDF8E8 background

This text has white color on #FDF8E8 background.