COLOR #FDF4DE

HEX: #FDF4DE RGB: (253,244,222)

Color info

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

RGB color model

#FDF4DE color RGB value is (253,244,222).

RGB: (253,244,222) (99%, 96%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 244 of 255 = 96%
B 222 of 255 = 87%

253
244
222

R + G + B ~ 94%. #FDF4DE is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 244 + 222 = 719 (100%)
R 253 of 719 ~ 35.19%
G 244 of 719 ~ 33.94%
B 222 of 719 ~ 30.88'%

%35.19
%33.94
%30.88

CMYK color model

#FDF4DE color CMYK value is (0,4,12,1).

  • cyan value is 0.00%
  • magenta value is 3.56%
  • yellow value is 12.25%
  • key color value is 0.78%

CMYK: (0,4,12,1)
C0M4Y12K1 (0%, 4%, 12%, 1%)
(0.00 / 0.04 / 0.12 / 0.01)

CMYK percentages

%0
%3.56
%12.25
%0.78

Codes

Color #FDF4DE in popluar color models

FD F4 DE
RGB 253 244 222
HSL 43° 88.57% 93.14%
HSB/HSV 43° 12.25% 99.22%
CMYK 0.00% 3.56% 12.25%
0.78%

Color #FDF4DE in popluar number systems.

HEX FD F4 DE
Decimal 253 244 222
Binary 11111101 11110100 11011110
Octal 375 364 336

Shades and tints

Shades of #FDF4DE

#FDF4DE
(253,244,222)
#E6DECA
(230,222,202)
#CFC8B6
(207,200,182)
#B8B2A2
(184,178,162)
#A19C8E
(161,156,142)
#8A867A
(138,134,122)
#737066
(115,112,102)
#5C5A52
(92,90,82)
#45443E
(69,68,62)
#2E2E2A
(46,46,42)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #FDF4DE

#FDF4DE
(253,244,222)
#FDF5E1
(253,245,225)
#FDF6E4
(253,246,228)
#FDF7E7
(253,247,231)
#FDF8EA
(253,248,234)
#FDF9ED
(253,249,237)
#FDFAF0
(253,250,240)
#FDFBF3
(253,251,243)
#FDFCF6
(253,252,246)
#FDFDF9
(253,253,249)
#FDFEFC
(253,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF4DE; }

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

This text font color is #FDF4DE.

Background Color

.myBgColor { background-color: #FDF4DE; }

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

This div background color is #FDF4DE.

Border color

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

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

This div border color is #FDF4DE.

Opacity

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

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

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

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

This text has shadow with #FDF4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF4DE.

Preview

Color preview on black background

This text has color #FDF4DE on black background.


Color preview on white background

This text has color #FDF4DE on white background.


Black color preview on #FDF4DE background

This text has black color on #FDF4DE background.


White color preview on #FDF4DE background

This text has white color on #FDF4DE background.


Related colors

Complementary color

Complementary color for #hex is #020B21.


I love getcolorcode.com

Triadic colors

1 #DEFDF4 and #F4DEFD with #FDF4DE are triadic colors.

2 #DEF4FD and #F4FDDE with #FDF4DE are triadic colors.