COLOR #FCFDD6

HEX: #FCFDD6
RGB: (252,253,214)

Color info

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

RGB color model

#FCFDD6 color RGB value is (252,253,214).

  • red value is 252;
  • green value is 253;
  • blue value is 214.
RGB:
(252,253,214)
(99%,99%,84%)

RGB channels and saturation

R 252 of 255 = 99%
G 253 of 255 = 99%
B 214 of 255 = 84%

252
253
214

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

Portions of RGB colors in percentages

R + G + B =
252 + 253 + 214 = 719 (100%)
R 252 of 719 ~ 35.05%
G 253 of 719 ~ 35.19%
B 214 of 719 ~ 29.76%

%35.05
%35.19
%29.76

CMYK color model

#FCFDD6 color CMYK value is (0,0,15,1).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 0.78%
CMYK:
(0,0,15,1)
C0M0Y15K1 
(0%,0%,15%,1%)
(0.00/0.00/0.15/0.01)	

CMYK percentages

%0.4
%0
%15.42
%0.78

Codes

Color #FCFDD6 in popluar color models

FCFDD6
RGB252253214
HSL62°90.70%91.57%
HSB/HSV62°15.42%99.22%
CMYK0.40%0.00%15.42%
0.78%

Color #FCFDD6 in popluar number systems.

HEXFCFDD6
Decimal252253214
Binary111111001111110111010110
Octal374375326

Shades and tints

Shades of #FCFDD6

#FCFDD6
(252,253,214)
#E6E6C3
(230,230,195)
#D0CFB0
(208,207,176)
#BAB89D
(186,184,157)
#A4A18A
(164,161,138)
#8E8A77
(142,138,119)
#787364
(120,115,100)
#625C51
(98,92,81)
#4C453E
(76,69,62)
#362E2B
(54,46,43)
#201718
(32,23,24)
#000000
(0,0,0)

Tints of #FCFDD6

#FCFDD6
(252,253,214)
#FCFDD9
(252,253,217)
#FCFDDC
(252,253,220)
#FCFDDF
(252,253,223)
#FCFDE2
(252,253,226)
#FCFDE5
(252,253,229)
#FCFDE8
(252,253,232)
#FCFDEB
(252,253,235)
#FCFDEE
(252,253,238)
#FCFDF1
(252,253,241)
#FCFDF4
(252,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCFDD6 color. Also use rgb(252,253,214) instead hex code.

Text Font Color

.myTextColor { color: #FCFDD6; }

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

This text font color is #FCFDD6.


Background Color

.myBgColor { background-color: #FCFDD6; }

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

This div background color is #FCFDD6.


Border color

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

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

This div border color is #FCFDD6.


Opacity

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

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

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

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

This text has shadow with #FCFDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFDD6 on black background.


Color preview on white background

This text has color #FCFDD6 on white background.



Black color preview on #FCFDD6 background

This text has black color on #FCFDD6 background.


White color preview on #FCFDD6 background

This text has white color on #FCFDD6 background.