COLOR #FCFEC8

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

252
254
200

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

Portions of RGB colors in percentages

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

%35.69
%35.98
%28.33

CMYK color model

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

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

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

CMYK percentages

%0.79
%0
%21.26
%0.39

Codes

Color #FCFEC8 in popluar color models

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

Color #FCFEC8 in popluar number systems.

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

Shades and tints

Shades of #FCFEC8

#FCFEC8
(252,254,200)
#E6E7B6
(230,231,182)
#D0D0A4
(208,208,164)
#BAB992
(186,185,146)
#A4A280
(164,162,128)
#8E8B6E
(142,139,110)
#78745C
(120,116,92)
#625D4A
(98,93,74)
#4C4638
(76,70,56)
#362F26
(54,47,38)
#201814
(32,24,20)
#000000
(0,0,0)

Tints of #FCFEC8

#FCFEC8
(252,254,200)
#FCFECD
(252,254,205)
#FCFED2
(252,254,210)
#FCFED7
(252,254,215)
#FCFEDC
(252,254,220)
#FCFEE1
(252,254,225)
#FCFEE6
(252,254,230)
#FCFEEB
(252,254,235)
#FCFEF0
(252,254,240)
#FCFEF5
(252,254,245)
#FCFEFA
(252,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFEC8; }

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

This text font color is #FCFEC8.

Background Color

.myBgColor { background-color: #FCFEC8; }

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

This div background color is #FCFEC8.

Border color

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

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

This div border color is #FCFEC8.

Opacity

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

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

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

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

This text has shadow with #FCFEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFEC8.

Preview

Color preview on black background

This text has color #FCFEC8 on black background.


Color preview on white background

This text has color #FCFEC8 on white background.


Black color preview on #FCFEC8 background

This text has black color on #FCFEC8 background.


White color preview on #FCFEC8 background

This text has white color on #FCFEC8 background.


Related colors

Complementary color

Complementary color for #hex is #030137.


I love getcolorcode.com

Triadic colors

1 #C8FCFE and #FEC8FC with #FCFEC8 are triadic colors.

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