COLOR #FEFCD0

HEX: #FEFCD0 RGB: (254,252,208)

Color info

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

RGB color model

#FEFCD0 color RGB value is (254,252,208).

RGB: (254,252,208) (100%, 99%, 82%)

RGB channels and saturation

R 254 of 255 = 100%
G 252 of 255 = 99%
B 208 of 255 = 82%

254
252
208

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

Portions of RGB colors in percentages

R + G + B = 254 + 252 + 208 = 714 (100%)
R 254 of 714 ~ 35.57%
G 252 of 714 ~ 35.29%
B 208 of 714 ~ 29.13'%

%35.57
%35.29
%29.13

CMYK color model

#FEFCD0 color CMYK value is (0,1,18,0).

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

CMYK: (0,1,18,0)
C0M1Y18K0 (0%, 1%, 18%, 0%)
(0.00 / 0.01 / 0.18 / 0.00)

CMYK percentages

%0
%0.79
%18.11
%0.39

Codes

Color #FEFCD0 in popluar color models

FE FC D0
RGB 254 252 208
HSL 57° 95.83% 90.59%
HSB/HSV 57° 18.11% 99.61%
CMYK 0.00% 0.79% 18.11%
0.39%

Color #FEFCD0 in popluar number systems.

HEX FE FC D0
Decimal 254 252 208
Binary 11111110 11111100 11010000
Octal 376 374 320

Shades and tints

Shades of #FEFCD0

#FEFCD0
(254,252,208)
#E7E6BE
(231,230,190)
#D0D0AC
(208,208,172)
#B9BA9A
(185,186,154)
#A2A488
(162,164,136)
#8B8E76
(139,142,118)
#747864
(116,120,100)
#5D6252
(93,98,82)
#464C40
(70,76,64)
#2F362E
(47,54,46)
#18201C
(24,32,28)
#000000
(0,0,0)

Tints of #FEFCD0

#FEFCD0
(254,252,208)
#FEFCD4
(254,252,212)
#FEFCD8
(254,252,216)
#FEFCDC
(254,252,220)
#FEFCE0
(254,252,224)
#FEFCE4
(254,252,228)
#FEFCE8
(254,252,232)
#FEFCEC
(254,252,236)
#FEFCF0
(254,252,240)
#FEFCF4
(254,252,244)
#FEFCF8
(254,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFCD0; }

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

This text font color is #FEFCD0.

Background Color

.myBgColor { background-color: #FEFCD0; }

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

This div background color is #FEFCD0.

Border color

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

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

This div border color is #FEFCD0.

Opacity

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

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

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

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

This text has shadow with #FEFCD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFCD0.

Preview

Color preview on black background

This text has color #FEFCD0 on black background.


Color preview on white background

This text has color #FEFCD0 on white background.


Black color preview on #FEFCD0 background

This text has black color on #FEFCD0 background.


White color preview on #FEFCD0 background

This text has white color on #FEFCD0 background.


Related colors

Complementary color

Complementary color for #hex is #01032F.


I love getcolorcode.com

Triadic colors

1 #D0FEFC and #FCD0FE with #FEFCD0 are triadic colors.

2 #D0FCFE and #FCFED0 with #FEFCD0 are triadic colors.