COLOR #FCFED0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

252
254
208

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

Portions of RGB colors in percentages

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

%35.29
%35.57
%29.13

CMYK color model

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

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

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

CMYK percentages

%0.79
%0
%18.11
%0.39

Codes

Color #FCFED0 in popluar color models

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

Color #FCFED0 in popluar number systems.

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

Shades and tints

Shades of #FCFED0

#FCFED0
(252,254,208)
#E6E7BE
(230,231,190)
#D0D0AC
(208,208,172)
#BAB99A
(186,185,154)
#A4A288
(164,162,136)
#8E8B76
(142,139,118)
#787464
(120,116,100)
#625D52
(98,93,82)
#4C4640
(76,70,64)
#362F2E
(54,47,46)
#20181C
(32,24,28)
#000000
(0,0,0)

Tints of #FCFED0

#FCFED0
(252,254,208)
#FCFED4
(252,254,212)
#FCFED8
(252,254,216)
#FCFEDC
(252,254,220)
#FCFEE0
(252,254,224)
#FCFEE4
(252,254,228)
#FCFEE8
(252,254,232)
#FCFEEC
(252,254,236)
#FCFEF0
(252,254,240)
#FCFEF4
(252,254,244)
#FCFEF8
(252,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFED0; }

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

This text font color is #FCFED0.

Background Color

.myBgColor { background-color: #FCFED0; }

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

This div background color is #FCFED0.

Border color

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

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

This div border color is #FCFED0.

Opacity

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

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

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

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

This text has shadow with #FCFED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFED0.

Preview

Color preview on black background

This text has color #FCFED0 on black background.


Color preview on white background

This text has color #FCFED0 on white background.


Black color preview on #FCFED0 background

This text has black color on #FCFED0 background.


White color preview on #FCFED0 background

This text has white color on #FCFED0 background.


Related colors

Complementary color

Complementary color for #hex is #03012F.


I love getcolorcode.com

Triadic colors

1 #D0FCFE and #FED0FC with #FCFED0 are triadic colors.

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