COLOR #FDFEDF

HEX: #FDFEDF RGB: (253,254,223)

Color info

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

RGB color model

#FDFEDF color RGB value is (253,254,223).

RGB: (253,254,223) (99%, 100%, 87%)

RGB channels and saturation

R 253 of 255 = 99%
G 254 of 255 = 100%
B 223 of 255 = 87%

253
254
223

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

Portions of RGB colors in percentages

R + G + B = 253 + 254 + 223 = 730 (100%)
R 253 of 730 ~ 34.66%
G 254 of 730 ~ 34.79%
B 223 of 730 ~ 30.55'%

%34.66
%34.79
%30.55

CMYK color model

#FDFEDF color CMYK value is (0,0,12,0).

  • cyan value is 0.39%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 0.39%

CMYK: (0,0,12,0)
C0M0Y12K0 (0%, 0%, 12%, 0%)
(0.00 / 0.00 / 0.12 / 0.00)

CMYK percentages

%0.39
%0
%12.2
%0.39

Codes

Color #FDFEDF in popluar color models

FD FE DF
RGB 253 254 223
HSL 62° 93.94% 93.53%
HSB/HSV 62° 12.20% 99.61%
CMYK 0.39% 0.00% 12.20%
0.39%

Color #FDFEDF in popluar number systems.

HEX FD FE DF
Decimal 253 254 223
Binary 11111101 11111110 11011111
Octal 375 376 337

Shades and tints

Shades of #FDFEDF

#FDFEDF
(253,254,223)
#E6E7CB
(230,231,203)
#CFD0B7
(207,208,183)
#B8B9A3
(184,185,163)
#A1A28F
(161,162,143)
#8A8B7B
(138,139,123)
#737467
(115,116,103)
#5C5D53
(92,93,83)
#45463F
(69,70,63)
#2E2F2B
(46,47,43)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #FDFEDF

#FDFEDF
(253,254,223)
#FDFEE1
(253,254,225)
#FDFEE3
(253,254,227)
#FDFEE5
(253,254,229)
#FDFEE7
(253,254,231)
#FDFEE9
(253,254,233)
#FDFEEB
(253,254,235)
#FDFEED
(253,254,237)
#FDFEEF
(253,254,239)
#FDFEF1
(253,254,241)
#FDFEF3
(253,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDFEDF color. Also use rgb(253,254,223) instead hex code.

Text Font Color

.myTextColor { color: #FDFEDF; }

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

This text font color is #FDFEDF.

Background Color

.myBgColor { background-color: #FDFEDF; }

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

This div background color is #FDFEDF.

Border color

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

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

This div border color is #FDFEDF.

Opacity

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

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

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

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

This text has shadow with #FDFEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFEDF.

Preview

Color preview on black background

This text has color #FDFEDF on black background.


Color preview on white background

This text has color #FDFEDF on white background.


Black color preview on #FDFEDF background

This text has black color on #FDFEDF background.


White color preview on #FDFEDF background

This text has white color on #FDFEDF background.


Related colors

Complementary color

Complementary color for #hex is #020120.


I love getcolorcode.com

Triadic colors

1 #DFFDFE and #FEDFFD with #FDFEDF are triadic colors.

2 #DFFEFD and #FEFDDF with #FDFEDF are triadic colors.