COLOR #FEFCD6

HEX: #FEFCD6 RGB: (254,252,214)

Color info

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

RGB color model

#FEFCD6 color RGB value is (254,252,214).

RGB: (254,252,214) (100%, 99%, 84%)

RGB channels and saturation

R 254 of 255 = 100%
G 252 of 255 = 99%
B 214 of 255 = 84%

254
252
214

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

Portions of RGB colors in percentages

R + G + B = 254 + 252 + 214 = 720 (100%)
R 254 of 720 ~ 35.28%
G 252 of 720 ~ 35%
B 214 of 720 ~ 29.72'%

%35.28
%35
%29.72

CMYK color model

#FEFCD6 color CMYK value is (0,1,16,0).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 15.75%
  • key color value is 0.39%

CMYK: (0,1,16,0)
C0M1Y16K0 (0%, 1%, 16%, 0%)
(0.00 / 0.01 / 0.16 / 0.00)

CMYK percentages

%0
%0.79
%15.75
%0.39

Codes

Color #FEFCD6 in popluar color models

FE FC D6
RGB 254 252 214
HSL 57° 95.24% 91.76%
HSB/HSV 57° 15.75% 99.61%
CMYK 0.00% 0.79% 15.75%
0.39%

Color #FEFCD6 in popluar number systems.

HEX FE FC D6
Decimal 254 252 214
Binary 11111110 11111100 11010110
Octal 376 374 326

Shades and tints

Shades of #FEFCD6

#FEFCD6
(254,252,214)
#E7E6C3
(231,230,195)
#D0D0B0
(208,208,176)
#B9BA9D
(185,186,157)
#A2A48A
(162,164,138)
#8B8E77
(139,142,119)
#747864
(116,120,100)
#5D6251
(93,98,81)
#464C3E
(70,76,62)
#2F362B
(47,54,43)
#182018
(24,32,24)
#000000
(0,0,0)

Tints of #FEFCD6

#FEFCD6
(254,252,214)
#FEFCD9
(254,252,217)
#FEFCDC
(254,252,220)
#FEFCDF
(254,252,223)
#FEFCE2
(254,252,226)
#FEFCE5
(254,252,229)
#FEFCE8
(254,252,232)
#FEFCEB
(254,252,235)
#FEFCEE
(254,252,238)
#FEFCF1
(254,252,241)
#FEFCF4
(254,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEFCD6 color. Also use rgb(254,252,214) instead hex code.

Text Font Color

.myTextColor { color: #FEFCD6; }

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

This text font color is #FEFCD6.

Background Color

.myBgColor { background-color: #FEFCD6; }

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

This div background color is #FEFCD6.

Border color

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

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

This div border color is #FEFCD6.

Opacity

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

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

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

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

This text has shadow with #FEFCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFCD6.

Preview

Color preview on black background

This text has color #FEFCD6 on black background.


Color preview on white background

This text has color #FEFCD6 on white background.


Black color preview on #FEFCD6 background

This text has black color on #FEFCD6 background.


White color preview on #FEFCD6 background

This text has white color on #FEFCD6 background.


Related colors

Complementary color

Complementary color for #hex is #010329.


I love getcolorcode.com

Triadic colors

1 #D6FEFC and #FCD6FE with #FEFCD6 are triadic colors.

2 #D6FCFE and #FCFED6 with #FEFCD6 are triadic colors.