COLOR #FDF4EF

HEX: #FDF4EF RGB: (253,244,239)

Color info

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

RGB color model

#FDF4EF color RGB value is (253,244,239).

RGB: (253,244,239) (99%, 96%, 94%)

RGB channels and saturation

R 253 of 255 = 99%
G 244 of 255 = 96%
B 239 of 255 = 94%

253
244
239

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

Portions of RGB colors in percentages

R + G + B = 253 + 244 + 239 = 736 (100%)
R 253 of 736 ~ 34.38%
G 244 of 736 ~ 33.15%
B 239 of 736 ~ 32.47'%

%34.38
%33.15
%32.47

CMYK color model

#FDF4EF color CMYK value is (0,4,6,1).

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

CMYK: (0,4,6,1)
C0M4Y6K1 (0%, 4%, 6%, 1%)
(0.00 / 0.04 / 0.06 / 0.01)

CMYK percentages

%0
%3.56
%5.53
%0.78

Codes

Color #FDF4EF in popluar color models

FD F4 EF
RGB 253 244 239
HSL 21° 77.78% 96.47%
HSB/HSV 21° 5.53% 99.22%
CMYK 0.00% 3.56% 5.53%
0.78%

Color #FDF4EF in popluar number systems.

HEX FD F4 EF
Decimal 253 244 239
Binary 11111101 11110100 11101111
Octal 375 364 357

Shades and tints

Shades of #FDF4EF

#FDF4EF
(253,244,239)
#E6DEDA
(230,222,218)
#CFC8C5
(207,200,197)
#B8B2B0
(184,178,176)
#A19C9B
(161,156,155)
#8A8686
(138,134,134)
#737071
(115,112,113)
#5C5A5C
(92,90,92)
#454447
(69,68,71)
#2E2E32
(46,46,50)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #FDF4EF

#FDF4EF
(253,244,239)
#FDF5F0
(253,245,240)
#FDF6F1
(253,246,241)
#FDF7F2
(253,247,242)
#FDF8F3
(253,248,243)
#FDF9F4
(253,249,244)
#FDFAF5
(253,250,245)
#FDFBF6
(253,251,246)
#FDFCF7
(253,252,247)
#FDFDF8
(253,253,248)
#FDFEF9
(253,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDF4EF; }

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

This text font color is #FDF4EF.

Background Color

.myBgColor { background-color: #FDF4EF; }

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

This div background color is #FDF4EF.

Border color

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

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

This div border color is #FDF4EF.

Opacity

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

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

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

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

This text has shadow with #FDF4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDF4EF.

Preview

Color preview on black background

This text has color #FDF4EF on black background.


Color preview on white background

This text has color #FDF4EF on white background.


Black color preview on #FDF4EF background

This text has black color on #FDF4EF background.


White color preview on #FDF4EF background

This text has white color on #FDF4EF background.


Related colors

Complementary color

Complementary color for #hex is #020B10.


I love getcolorcode.com

Triadic colors

1 #EFFDF4 and #F4EFFD with #FDF4EF are triadic colors.

2 #EFF4FD and #F4FDEF with #FDF4EF are triadic colors.