COLOR #FEFCC8

HEX: #FEFCC8 RGB: (254,252,200)

Color info

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

RGB color model

#FEFCC8 color RGB value is (254,252,200).

RGB: (254,252,200) (100%, 99%, 78%)

RGB channels and saturation

R 254 of 255 = 100%
G 252 of 255 = 99%
B 200 of 255 = 78%

254
252
200

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

Portions of RGB colors in percentages

R + G + B = 254 + 252 + 200 = 706 (100%)
R 254 of 706 ~ 35.98%
G 252 of 706 ~ 35.69%
B 200 of 706 ~ 28.33'%

%35.98
%35.69
%28.33

CMYK color model

#FEFCC8 color CMYK value is (0,1,21,0).

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

CMYK: (0,1,21,0)
C0M1Y21K0 (0%, 1%, 21%, 0%)
(0.00 / 0.01 / 0.21 / 0.00)

CMYK percentages

%0
%0.79
%21.26
%0.39

Codes

Color #FEFCC8 in popluar color models

FE FC C8
RGB 254 252 200
HSL 58° 96.43% 89.02%
HSB/HSV 58° 21.26% 99.61%
CMYK 0.00% 0.79% 21.26%
0.39%

Color #FEFCC8 in popluar number systems.

HEX FE FC C8
Decimal 254 252 200
Binary 11111110 11111100 11001000
Octal 376 374 310

Shades and tints

Shades of #FEFCC8

#FEFCC8
(254,252,200)
#E7E6B6
(231,230,182)
#D0D0A4
(208,208,164)
#B9BA92
(185,186,146)
#A2A480
(162,164,128)
#8B8E6E
(139,142,110)
#74785C
(116,120,92)
#5D624A
(93,98,74)
#464C38
(70,76,56)
#2F3626
(47,54,38)
#182014
(24,32,20)
#000000
(0,0,0)

Tints of #FEFCC8

#FEFCC8
(254,252,200)
#FEFCCD
(254,252,205)
#FEFCD2
(254,252,210)
#FEFCD7
(254,252,215)
#FEFCDC
(254,252,220)
#FEFCE1
(254,252,225)
#FEFCE6
(254,252,230)
#FEFCEB
(254,252,235)
#FEFCF0
(254,252,240)
#FEFCF5
(254,252,245)
#FEFCFA
(254,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFCC8; }

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

This text font color is #FEFCC8.

Background Color

.myBgColor { background-color: #FEFCC8; }

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

This div background color is #FEFCC8.

Border color

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

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

This div border color is #FEFCC8.

Opacity

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

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

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

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

This text has shadow with #FEFCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFCC8.

Preview

Color preview on black background

This text has color #FEFCC8 on black background.


Color preview on white background

This text has color #FEFCC8 on white background.


Black color preview on #FEFCC8 background

This text has black color on #FEFCC8 background.


White color preview on #FEFCC8 background

This text has white color on #FEFCC8 background.


Related colors

Complementary color

Complementary color for #hex is #010337.


I love getcolorcode.com

Triadic colors

1 #C8FEFC and #FCC8FE with #FEFCC8 are triadic colors.

2 #C8FCFE and #FCFEC8 with #FEFCC8 are triadic colors.