COLOR #FDE8DE

HEX: #FDE8DE
RGB: (253,232,222)

Color info

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

RGB color model

#FDE8DE color RGB value is (253,232,222).

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

RGB channels and saturation

R 253 of 255 = 99%
G 232 of 255 = 91%
B 222 of 255 = 87%

253
232
222

R + G + B ~ 92%. #FDE8DE is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 232 + 222 = 707 (100%)
R 253 of 707 ~ 35.79%
G 232 of 707 ~ 32.81%
B 222 of 707 ~ 31.4%

%35.79
%32.81
%31.4

CMYK color model

#FDE8DE color CMYK value is (0,8,12,1).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 12.25%
  • key color value is 0.78%
CMYK:
(0,8,12,1)
C0M8Y12K1 
(0%,8%,12%,1%)
(0.00/0.08/0.12/0.01)	

CMYK percentages

%0
%8.3
%12.25
%0.78

Codes

Color #FDE8DE in popluar color models

FDE8DE
RGB253232222
HSL19°88.57%93.14%
HSB/HSV19°12.25%99.22%
CMYK0.00%8.30%12.25%
0.78%

Color #FDE8DE in popluar number systems.

HEXFDE8DE
Decimal253232222
Binary111111011110100011011110
Octal375350336

Shades and tints

Shades of #FDE8DE

#FDE8DE
(253,232,222)
#E6D3CA
(230,211,202)
#CFBEB6
(207,190,182)
#B8A9A2
(184,169,162)
#A1948E
(161,148,142)
#8A7F7A
(138,127,122)
#736A66
(115,106,102)
#5C5552
(92,85,82)
#45403E
(69,64,62)
#2E2B2A
(46,43,42)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #FDE8DE

#FDE8DE
(253,232,222)
#FDEAE1
(253,234,225)
#FDECE4
(253,236,228)
#FDEEE7
(253,238,231)
#FDF0EA
(253,240,234)
#FDF2ED
(253,242,237)
#FDF4F0
(253,244,240)
#FDF6F3
(253,246,243)
#FDF8F6
(253,248,246)
#FDFAF9
(253,250,249)
#FDFCFC
(253,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDE8DE; }

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

This text font color is #FDE8DE.


Background Color

.myBgColor { background-color: #FDE8DE; }

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

This div background color is #FDE8DE.


Border color

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

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

This div border color is #FDE8DE.


Opacity

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

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

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

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

This text has shadow with #FDE8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE8DE on black background.


Color preview on white background

This text has color #FDE8DE on white background.



Black color preview on #FDE8DE background

This text has black color on #FDE8DE background.


White color preview on #FDE8DE background

This text has white color on #FDE8DE background.