COLOR #FEFDED

HEX: #FEFDED RGB: (254,253,237)

Color info

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

RGB color model

#FEFDED color RGB value is (254,253,237).

RGB: (254,253,237) (100%, 99%, 93%)

RGB channels and saturation

R 254 of 255 = 100%
G 253 of 255 = 99%
B 237 of 255 = 93%

254
253
237

R + G + B ~ 97%. #FEFDED is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 253 + 237 = 744 (100%)
R 254 of 744 ~ 34.14%
G 253 of 744 ~ 34.01%
B 237 of 744 ~ 31.85'%

%34.14
%34.01
%31.85

CMYK color model

#FEFDED color CMYK value is (0,0,7,0).

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

CMYK: (0,0,7,0)
C0M0Y7K0 (0%, 0%, 7%, 0%)
(0.00 / 0.00 / 0.07 / 0.00)

CMYK percentages

%0
%0.39
%6.69
%0.39

Codes

Color #FEFDED in popluar color models

FE FD ED
RGB 254 253 237
HSL 56° 89.47% 96.27%
HSB/HSV 56° 6.69% 99.61%
CMYK 0.00% 0.39% 6.69%
0.39%

Color #FEFDED in popluar number systems.

HEX FE FD ED
Decimal 254 253 237
Binary 11111110 11111101 11101101
Octal 376 375 355

Shades and tints

Shades of #FEFDED

#FEFDED
(254,253,237)
#E7E6D8
(231,230,216)
#D0CFC3
(208,207,195)
#B9B8AE
(185,184,174)
#A2A199
(162,161,153)
#8B8A84
(139,138,132)
#74736F
(116,115,111)
#5D5C5A
(93,92,90)
#464545
(70,69,69)
#2F2E30
(47,46,48)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #FEFDED

#FEFDED
(254,253,237)
#FEFDEE
(254,253,238)
#FEFDEF
(254,253,239)
#FEFDF0
(254,253,240)
#FEFDF1
(254,253,241)
#FEFDF2
(254,253,242)
#FEFDF3
(254,253,243)
#FEFDF4
(254,253,244)
#FEFDF5
(254,253,245)
#FEFDF6
(254,253,246)
#FEFDF7
(254,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFDED; }

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

This text font color is #FEFDED.

Background Color

.myBgColor { background-color: #FEFDED; }

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

This div background color is #FEFDED.

Border color

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

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

This div border color is #FEFDED.

Opacity

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

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

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

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

This text has shadow with #FEFDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFDED.

Preview

Color preview on black background

This text has color #FEFDED on black background.


Color preview on white background

This text has color #FEFDED on white background.


Black color preview on #FEFDED background

This text has black color on #FEFDED background.


White color preview on #FEFDED background

This text has white color on #FEFDED background.


Related colors

Complementary color

Complementary color for #hex is #010212.


I love getcolorcode.com

Triadic colors

1 #EDFEFD and #FDEDFE with #FEFDED are triadic colors.

2 #EDFDFE and #FDFEED with #FEFDED are triadic colors.