COLOR #FEF7D5

HEX: #FEF7D5 RGB: (254,247,213)

Color info

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

RGB color model

#FEF7D5 color RGB value is (254,247,213).

RGB: (254,247,213) (100%, 97%, 84%)

RGB channels and saturation

R 254 of 255 = 100%
G 247 of 255 = 97%
B 213 of 255 = 84%

254
247
213

R + G + B ~ 94%. #FEF7D5 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 247 + 213 = 714 (100%)
R 254 of 714 ~ 35.57%
G 247 of 714 ~ 34.59%
B 213 of 714 ~ 29.83'%

%35.57
%34.59
%29.83

CMYK color model

#FEF7D5 color CMYK value is (0,3,16,0).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 16.14%
  • key color value is 0.39%

CMYK: (0,3,16,0)
C0M3Y16K0 (0%, 3%, 16%, 0%)
(0.00 / 0.03 / 0.16 / 0.00)

CMYK percentages

%0
%2.76
%16.14
%0.39

Codes

Color #FEF7D5 in popluar color models

FE F7 D5
RGB 254 247 213
HSL 50° 95.35% 91.57%
HSB/HSV 50° 16.14% 99.61%
CMYK 0.00% 2.76% 16.14%
0.39%

Color #FEF7D5 in popluar number systems.

HEX FE F7 D5
Decimal 254 247 213
Binary 11111110 11110111 11010101
Octal 376 367 325

Shades and tints

Shades of #FEF7D5

#FEF7D5
(254,247,213)
#E7E1C2
(231,225,194)
#D0CBAF
(208,203,175)
#B9B59C
(185,181,156)
#A29F89
(162,159,137)
#8B8976
(139,137,118)
#747363
(116,115,99)
#5D5D50
(93,93,80)
#46473D
(70,71,61)
#2F312A
(47,49,42)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #FEF7D5

#FEF7D5
(254,247,213)
#FEF7D8
(254,247,216)
#FEF7DB
(254,247,219)
#FEF7DE
(254,247,222)
#FEF7E1
(254,247,225)
#FEF7E4
(254,247,228)
#FEF7E7
(254,247,231)
#FEF7EA
(254,247,234)
#FEF7ED
(254,247,237)
#FEF7F0
(254,247,240)
#FEF7F3
(254,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF7D5 color. Also use rgb(254,247,213) instead hex code.

Text Font Color

.myTextColor { color: #FEF7D5; }

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

This text font color is #FEF7D5.

Background Color

.myBgColor { background-color: #FEF7D5; }

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

This div background color is #FEF7D5.

Border color

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

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

This div border color is #FEF7D5.

Opacity

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

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

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

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

This text has shadow with #FEF7D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF7D5.

Preview

Color preview on black background

This text has color #FEF7D5 on black background.


Color preview on white background

This text has color #FEF7D5 on white background.


Black color preview on #FEF7D5 background

This text has black color on #FEF7D5 background.


White color preview on #FEF7D5 background

This text has white color on #FEF7D5 background.


Related colors

Complementary color

Complementary color for #hex is #01082A.


I love getcolorcode.com

Triadic colors

1 #D5FEF7 and #F7D5FE with #FEF7D5 are triadic colors.

2 #D5F7FE and #F7FED5 with #FEF7D5 are triadic colors.