COLOR #FCF1CB

HEX: #FCF1CB
RGB: (252,241,203)

Color info

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

RGB color model

#FCF1CB color RGB value is (252,241,203).

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

RGB channels and saturation

R 252 of 255 = 99%
G 241 of 255 = 95%
B 203 of 255 = 80%

252
241
203

R + G + B ~ 91%. #FCF1CB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 241 + 203 = 696 (100%)
R 252 of 696 ~ 36.21%
G 241 of 696 ~ 34.63%
B 203 of 696 ~ 29.17%

%36.21
%34.63
%29.17

CMYK color model

#FCF1CB color CMYK value is (0,4,19,1).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 19.44%
  • key color value is 1.18%
CMYK:
(0,4,19,1)
C0M4Y19K1 
(0%,4%,19%,1%)
(0.00/0.04/0.19/0.01)	

CMYK percentages

%0
%4.37
%19.44
%1.18

Codes

Color #FCF1CB in popluar color models

FCF1CB
RGB252241203
HSL47°89.09%89.22%
HSB/HSV47°19.44%98.82%
CMYK0.00%4.37%19.44%
1.18%

Color #FCF1CB in popluar number systems.

HEXFCF1CB
Decimal252241203
Binary111111001111000111001011
Octal374361313

Shades and tints

Shades of #FCF1CB

#FCF1CB
(252,241,203)
#E6DCB9
(230,220,185)
#D0C7A7
(208,199,167)
#BAB295
(186,178,149)
#A49D83
(164,157,131)
#8E8871
(142,136,113)
#78735F
(120,115,95)
#625E4D
(98,94,77)
#4C493B
(76,73,59)
#363429
(54,52,41)
#201F17
(32,31,23)
#000000
(0,0,0)

Tints of #FCF1CB

#FCF1CB
(252,241,203)
#FCF2CF
(252,242,207)
#FCF3D3
(252,243,211)
#FCF4D7
(252,244,215)
#FCF5DB
(252,245,219)
#FCF6DF
(252,246,223)
#FCF7E3
(252,247,227)
#FCF8E7
(252,248,231)
#FCF9EB
(252,249,235)
#FCFAEF
(252,250,239)
#FCFBF3
(252,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF1CB; }

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

This text font color is #FCF1CB.


Background Color

.myBgColor { background-color: #FCF1CB; }

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

This div background color is #FCF1CB.


Border color

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

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

This div border color is #FCF1CB.


Opacity

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

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

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

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

This text has shadow with #FCF1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF1CB on black background.


Color preview on white background

This text has color #FCF1CB on white background.



Black color preview on #FCF1CB background

This text has black color on #FCF1CB background.


White color preview on #FCF1CB background

This text has white color on #FCF1CB background.