COLOR #FCDEBF

HEX: #FCDEBF
RGB: (252,222,191)

Color info

#FCDEBF contains mainly red and green colors. Web safe color of #FCDEBF is #FFCCCC (or #FCC).

RGB color model

#FCDEBF color RGB value is (252,222,191).

  • red value is 252;
  • green value is 222;
  • blue value is 191.
RGB:
(252,222,191)
(99%,87%,75%)

RGB channels and saturation

R 252 of 255 = 99%
G 222 of 255 = 87%
B 191 of 255 = 75%

252
222
191

R + G + B ~ 87%. #FCDEBF is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 222 + 191 = 665 (100%)
R 252 of 665 ~ 37.89%
G 222 of 665 ~ 33.38%
B 191 of 665 ~ 28.72%

%37.89
%33.38
%28.72

CMYK color model

#FCDEBF color CMYK value is (0,12,24,1).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 24.21%
  • key color value is 1.18%
CMYK:
(0,12,24,1)
C0M12Y24K1 
(0%,12%,24%,1%)
(0.00/0.12/0.24/0.01)	

CMYK percentages

%0
%11.9
%24.21
%1.18

Codes

Color #FCDEBF in popluar color models

FCDEBF
RGB252222191
HSL30°91.04%86.86%
HSB/HSV30°24.21%98.82%
CMYK0.00%11.90%24.21%
1.18%

Color #FCDEBF in popluar number systems.

HEXFCDEBF
Decimal252222191
Binary111111001101111010111111
Octal374336277

Shades and tints

Shades of #FCDEBF

#FCDEBF
(252,222,191)
#E6CAAE
(230,202,174)
#D0B69D
(208,182,157)
#BAA28C
(186,162,140)
#A48E7B
(164,142,123)
#8E7A6A
(142,122,106)
#786659
(120,102,89)
#625248
(98,82,72)
#4C3E37
(76,62,55)
#362A26
(54,42,38)
#201615
(32,22,21)
#000000
(0,0,0)

Tints of #FCDEBF

#FCDEBF
(252,222,191)
#FCE1C4
(252,225,196)
#FCE4C9
(252,228,201)
#FCE7CE
(252,231,206)
#FCEAD3
(252,234,211)
#FCEDD8
(252,237,216)
#FCF0DD
(252,240,221)
#FCF3E2
(252,243,226)
#FCF6E7
(252,246,231)
#FCF9EC
(252,249,236)
#FCFCF1
(252,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDEBF color. Also use rgb(252,222,191) instead hex code.

Text Font Color

.myTextColor { color: #FCDEBF; }

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

This text font color is #FCDEBF.


Background Color

.myBgColor { background-color: #FCDEBF; }

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

This div background color is #FCDEBF.


Border color

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

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

This div border color is #FCDEBF.


Opacity

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

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

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

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

This text has shadow with #FCDEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDEBF on black background.


Color preview on white background

This text has color #FCDEBF on white background.



Black color preview on #FCDEBF background

This text has black color on #FCDEBF background.


White color preview on #FCDEBF background

This text has white color on #FCDEBF background.