COLOR #FEFDE3

HEX: #FEFDE3 RGB: (254,253,227)

Color info

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

RGB color model

#FEFDE3 color RGB value is (254,253,227).

RGB: (254,253,227) (100%, 99%, 89%)

RGB channels and saturation

R 254 of 255 = 100%
G 253 of 255 = 99%
B 227 of 255 = 89%

254
253
227

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

Portions of RGB colors in percentages

R + G + B = 254 + 253 + 227 = 734 (100%)
R 254 of 734 ~ 34.6%
G 253 of 734 ~ 34.47%
B 227 of 734 ~ 30.93'%

%34.6
%34.47
%30.93

CMYK color model

#FEFDE3 color CMYK value is (0,0,11,0).

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

CMYK: (0,0,11,0)
C0M0Y11K0 (0%, 0%, 11%, 0%)
(0.00 / 0.00 / 0.11 / 0.00)

CMYK percentages

%0
%0.39
%10.63
%0.39

Codes

Color #FEFDE3 in popluar color models

FE FD E3
RGB 254 253 227
HSL 58° 93.10% 94.31%
HSB/HSV 58° 10.63% 99.61%
CMYK 0.00% 0.39% 10.63%
0.39%

Color #FEFDE3 in popluar number systems.

HEX FE FD E3
Decimal 254 253 227
Binary 11111110 11111101 11100011
Octal 376 375 343

Shades and tints

Shades of #FEFDE3

#FEFDE3
(254,253,227)
#E7E6CF
(231,230,207)
#D0CFBB
(208,207,187)
#B9B8A7
(185,184,167)
#A2A193
(162,161,147)
#8B8A7F
(139,138,127)
#74736B
(116,115,107)
#5D5C57
(93,92,87)
#464543
(70,69,67)
#2F2E2F
(47,46,47)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #FEFDE3

#FEFDE3
(254,253,227)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFDE3; }

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

This text font color is #FEFDE3.

Background Color

.myBgColor { background-color: #FEFDE3; }

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

This div background color is #FEFDE3.

Border color

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

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

This div border color is #FEFDE3.

Opacity

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

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

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

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

This text has shadow with #FEFDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFDE3.

Preview

Color preview on black background

This text has color #FEFDE3 on black background.


Color preview on white background

This text has color #FEFDE3 on white background.


Black color preview on #FEFDE3 background

This text has black color on #FEFDE3 background.


White color preview on #FEFDE3 background

This text has white color on #FEFDE3 background.


Related colors

Complementary color

Complementary color for #hex is #01021C.


I love getcolorcode.com

Triadic colors

1 #E3FEFD and #FDE3FE with #FEFDE3 are triadic colors.

2 #E3FDFE and #FDFEE3 with #FEFDE3 are triadic colors.