COLOR #FEFDE5

HEX: #FEFDE5 RGB: (254,253,229)

Color info

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

RGB color model

#FEFDE5 color RGB value is (254,253,229).

RGB: (254,253,229) (100%, 99%, 90%)

RGB channels and saturation

R 254 of 255 = 100%
G 253 of 255 = 99%
B 229 of 255 = 90%

254
253
229

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

Portions of RGB colors in percentages

R + G + B = 254 + 253 + 229 = 736 (100%)
R 254 of 736 ~ 34.51%
G 253 of 736 ~ 34.38%
B 229 of 736 ~ 31.11'%

%34.51
%34.38
%31.11

CMYK color model

#FEFDE5 color CMYK value is (0,0,10,0).

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

CMYK: (0,0,10,0)
C0M0Y10K0 (0%, 0%, 10%, 0%)
(0.00 / 0.00 / 0.10 / 0.00)

CMYK percentages

%0
%0.39
%9.84
%0.39

Codes

Color #FEFDE5 in popluar color models

FE FD E5
RGB 254 253 229
HSL 58° 92.59% 94.71%
HSB/HSV 58° 9.84% 99.61%
CMYK 0.00% 0.39% 9.84%
0.39%

Color #FEFDE5 in popluar number systems.

HEX FE FD E5
Decimal 254 253 229
Binary 11111110 11111101 11100101
Octal 376 375 345

Shades and tints

Shades of #FEFDE5

#FEFDE5
(254,253,229)
#E7E6D1
(231,230,209)
#D0CFBD
(208,207,189)
#B9B8A9
(185,184,169)
#A2A195
(162,161,149)
#8B8A81
(139,138,129)
#74736D
(116,115,109)
#5D5C59
(93,92,89)
#464545
(70,69,69)
#2F2E31
(47,46,49)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #FEFDE5

#FEFDE5
(254,253,229)
#FEFDE7
(254,253,231)
#FEFDE9
(254,253,233)
#FEFDEB
(254,253,235)
#FEFDED
(254,253,237)
#FEFDEF
(254,253,239)
#FEFDF1
(254,253,241)
#FEFDF3
(254,253,243)
#FEFDF5
(254,253,245)
#FEFDF7
(254,253,247)
#FEFDF9
(254,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFDE5; }

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

This text font color is #FEFDE5.

Background Color

.myBgColor { background-color: #FEFDE5; }

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

This div background color is #FEFDE5.

Border color

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

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

This div border color is #FEFDE5.

Opacity

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

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

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

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

This text has shadow with #FEFDE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFDE5.

Preview

Color preview on black background

This text has color #FEFDE5 on black background.


Color preview on white background

This text has color #FEFDE5 on white background.


Black color preview on #FEFDE5 background

This text has black color on #FEFDE5 background.


White color preview on #FEFDE5 background

This text has white color on #FEFDE5 background.


Related colors

Complementary color

Complementary color for #hex is #01021A.


I love getcolorcode.com

Triadic colors

1 #E5FEFD and #FDE5FE with #FEFDE5 are triadic colors.

2 #E5FDFE and #FDFEE5 with #FEFDE5 are triadic colors.