COLOR #FEF8CD

HEX: #FEF8CD RGB: (254,248,205)

Color info

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

RGB color model

#FEF8CD color RGB value is (254,248,205).

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

RGB channels and saturation

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

254
248
205

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

Portions of RGB colors in percentages

R + G + B = 254 + 248 + 205 = 707 (100%)
R 254 of 707 ~ 35.93%
G 248 of 707 ~ 35.08%
B 205 of 707 ~ 29'%

%35.93
%35.08
%29

CMYK color model

#FEF8CD color CMYK value is (0,2,19,0).

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

CMYK: (0,2,19,0)
C0M2Y19K0 (0%, 2%, 19%, 0%)
(0.00 / 0.02 / 0.19 / 0.00)

CMYK percentages

%0
%2.36
%19.29
%0.39

Codes

Color #FEF8CD in popluar color models

FE F8 CD
RGB 254 248 205
HSL 53° 96.08% 90.00%
HSB/HSV 53° 19.29% 99.61%
CMYK 0.00% 2.36% 19.29%
0.39%

Color #FEF8CD in popluar number systems.

HEX FE F8 CD
Decimal 254 248 205
Binary 11111110 11111000 11001101
Octal 376 370 315

Shades and tints

Shades of #FEF8CD

#FEF8CD
(254,248,205)
#E7E2BB
(231,226,187)
#D0CCA9
(208,204,169)
#B9B697
(185,182,151)
#A2A085
(162,160,133)
#8B8A73
(139,138,115)
#747461
(116,116,97)
#5D5E4F
(93,94,79)
#46483D
(70,72,61)
#2F322B
(47,50,43)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #FEF8CD

#FEF8CD
(254,248,205)
#FEF8D1
(254,248,209)
#FEF8D5
(254,248,213)
#FEF8D9
(254,248,217)
#FEF8DD
(254,248,221)
#FEF8E1
(254,248,225)
#FEF8E5
(254,248,229)
#FEF8E9
(254,248,233)
#FEF8ED
(254,248,237)
#FEF8F1
(254,248,241)
#FEF8F5
(254,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF8CD; }

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

This text font color is #FEF8CD.

Background Color

.myBgColor { background-color: #FEF8CD; }

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

This div background color is #FEF8CD.

Border color

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

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

This div border color is #FEF8CD.

Opacity

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

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

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

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

This text has shadow with #FEF8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF8CD.

Preview

Color preview on black background

This text has color #FEF8CD on black background.


Color preview on white background

This text has color #FEF8CD on white background.


Black color preview on #FEF8CD background

This text has black color on #FEF8CD background.


White color preview on #FEF8CD background

This text has white color on #FEF8CD background.


Related colors

Complementary color

Complementary color for #hex is #010732.


I love getcolorcode.com

Triadic colors

1 #CDFEF8 and #F8CDFE with #FEF8CD are triadic colors.

2 #CDF8FE and #F8FECD with #FEF8CD are triadic colors.