COLOR #FCFDCB

HEX: #FCFDCB
RGB: (252,253,203)

Color info

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

RGB color model

#FCFDCB color RGB value is (252,253,203).

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

RGB channels and saturation

R 252 of 255 = 99%
G 253 of 255 = 99%
B 203 of 255 = 80%

252
253
203

R + G + B ~ 93%. #FCFDCB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 253 + 203 = 708 (100%)
R 252 of 708 ~ 35.59%
G 253 of 708 ~ 35.73%
B 203 of 708 ~ 28.67%

%35.59
%35.73
%28.67

CMYK color model

#FCFDCB color CMYK value is (0,0,20,1).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 19.76%
  • key color value is 0.78%
CMYK:
(0,0,20,1)
C0M0Y20K1 
(0%,0%,20%,1%)
(0.00/0.00/0.20/0.01)	

CMYK percentages

%0.4
%0
%19.76
%0.78

Codes

Color #FCFDCB in popluar color models

FCFDCB
RGB252253203
HSL61°92.59%89.41%
HSB/HSV61°19.76%99.22%
CMYK0.40%0.00%19.76%
0.78%

Color #FCFDCB in popluar number systems.

HEXFCFDCB
Decimal252253203
Binary111111001111110111001011
Octal374375313

Shades and tints

Shades of #FCFDCB

#FCFDCB
(252,253,203)
#E6E6B9
(230,230,185)
#D0CFA7
(208,207,167)
#BAB895
(186,184,149)
#A4A183
(164,161,131)
#8E8A71
(142,138,113)
#78735F
(120,115,95)
#625C4D
(98,92,77)
#4C453B
(76,69,59)
#362E29
(54,46,41)
#201717
(32,23,23)
#000000
(0,0,0)

Tints of #FCFDCB

#FCFDCB
(252,253,203)
#FCFDCF
(252,253,207)
#FCFDD3
(252,253,211)
#FCFDD7
(252,253,215)
#FCFDDB
(252,253,219)
#FCFDDF
(252,253,223)
#FCFDE3
(252,253,227)
#FCFDE7
(252,253,231)
#FCFDEB
(252,253,235)
#FCFDEF
(252,253,239)
#FCFDF3
(252,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFDCB; }

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

This text font color is #FCFDCB.


Background Color

.myBgColor { background-color: #FCFDCB; }

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

This div background color is #FCFDCB.


Border color

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

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

This div border color is #FCFDCB.


Opacity

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

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

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

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

This text has shadow with #FCFDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFDCB on black background.


Color preview on white background

This text has color #FCFDCB on white background.



Black color preview on #FCFDCB background

This text has black color on #FCFDCB background.


White color preview on #FCFDCB background

This text has white color on #FCFDCB background.