COLOR #FEF7CD

HEX: #FEF7CD RGB: (254,247,205)

Color info

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

RGB color model

#FEF7CD color RGB value is (254,247,205).

RGB: (254,247,205) (100%, 97%, 80%)

RGB channels and saturation

R 254 of 255 = 100%
G 247 of 255 = 97%
B 205 of 255 = 80%

254
247
205

R + G + B ~ 92%. #FEF7CD is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 247 + 205 = 706 (100%)
R 254 of 706 ~ 35.98%
G 247 of 706 ~ 34.99%
B 205 of 706 ~ 29.04'%

%35.98
%34.99
%29.04

CMYK color model

#FEF7CD color CMYK value is (0,3,19,0).

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

CMYK: (0,3,19,0)
C0M3Y19K0 (0%, 3%, 19%, 0%)
(0.00 / 0.03 / 0.19 / 0.00)

CMYK percentages

%0
%2.76
%19.29
%0.39

Codes

Color #FEF7CD in popluar color models

FE F7 CD
RGB 254 247 205
HSL 51° 96.08% 90.00%
HSB/HSV 51° 19.29% 99.61%
CMYK 0.00% 2.76% 19.29%
0.39%

Color #FEF7CD in popluar number systems.

HEX FE F7 CD
Decimal 254 247 205
Binary 11111110 11110111 11001101
Octal 376 367 315

Shades and tints

Shades of #FEF7CD

#FEF7CD
(254,247,205)
#E7E1BB
(231,225,187)
#D0CBA9
(208,203,169)
#B9B597
(185,181,151)
#A29F85
(162,159,133)
#8B8973
(139,137,115)
#747361
(116,115,97)
#5D5D4F
(93,93,79)
#46473D
(70,71,61)
#2F312B
(47,49,43)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #FEF7CD

#FEF7CD
(254,247,205)
#FEF7D1
(254,247,209)
#FEF7D5
(254,247,213)
#FEF7D9
(254,247,217)
#FEF7DD
(254,247,221)
#FEF7E1
(254,247,225)
#FEF7E5
(254,247,229)
#FEF7E9
(254,247,233)
#FEF7ED
(254,247,237)
#FEF7F1
(254,247,241)
#FEF7F5
(254,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF7CD; }

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

This text font color is #FEF7CD.

Background Color

.myBgColor { background-color: #FEF7CD; }

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

This div background color is #FEF7CD.

Border color

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

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

This div border color is #FEF7CD.

Opacity

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

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

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

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

This text has shadow with #FEF7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF7CD.

Preview

Color preview on black background

This text has color #FEF7CD on black background.


Color preview on white background

This text has color #FEF7CD on white background.


Black color preview on #FEF7CD background

This text has black color on #FEF7CD background.


White color preview on #FEF7CD background

This text has white color on #FEF7CD background.


Related colors

Complementary color

Complementary color for #hex is #010832.


I love getcolorcode.com

Triadic colors

1 #CDFEF7 and #F7CDFE with #FEF7CD are triadic colors.

2 #CDF7FE and #F7FECD with #FEF7CD are triadic colors.