COLOR #FCEBCC

HEX: #FCEBCC
RGB: (252,235,204)

Color info

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

RGB color model

#FCEBCC color RGB value is (252,235,204).

  • red value is 252;
  • green value is 235;
  • blue value is 204.
RGB:
(252,235,204)
(99%,92%,80%)

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 204 of 255 = 80%

252
235
204

R + G + B ~ 90%. #FCEBCC is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 235 + 204 = 691 (100%)
R 252 of 691 ~ 36.47%
G 235 of 691 ~ 34.01%
B 204 of 691 ~ 29.52%

%36.47
%34.01
%29.52

CMYK color model

#FCEBCC color CMYK value is (0,7,19,1).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 19.05%
  • key color value is 1.18%
CMYK:
(0,7,19,1)
C0M7Y19K1 
(0%,7%,19%,1%)
(0.00/0.07/0.19/0.01)	

CMYK percentages

%0
%6.75
%19.05
%1.18

Codes

Color #FCEBCC in popluar color models

FCEBCC
RGB252235204
HSL39°88.89%89.41%
HSB/HSV39°19.05%98.82%
CMYK0.00%6.75%19.05%
1.18%

Color #FCEBCC in popluar number systems.

HEXFCEBCC
Decimal252235204
Binary111111001110101111001100
Octal374353314

Shades and tints

Shades of #FCEBCC

#FCEBCC
(252,235,204)
#E6D6BA
(230,214,186)
#D0C1A8
(208,193,168)
#BAAC96
(186,172,150)
#A49784
(164,151,132)
#8E8272
(142,130,114)
#786D60
(120,109,96)
#62584E
(98,88,78)
#4C433C
(76,67,60)
#362E2A
(54,46,42)
#201918
(32,25,24)
#000000
(0,0,0)

Tints of #FCEBCC

#FCEBCC
(252,235,204)
#FCECD0
(252,236,208)
#FCEDD4
(252,237,212)
#FCEED8
(252,238,216)
#FCEFDC
(252,239,220)
#FCF0E0
(252,240,224)
#FCF1E4
(252,241,228)
#FCF2E8
(252,242,232)
#FCF3EC
(252,243,236)
#FCF4F0
(252,244,240)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCEBCC color. Also use rgb(252,235,204) instead hex code.

Text Font Color

.myTextColor { color: #FCEBCC; }

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

This text font color is #FCEBCC.


Background Color

.myBgColor { background-color: #FCEBCC; }

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

This div background color is #FCEBCC.


Border color

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

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

This div border color is #FCEBCC.


Opacity

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

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

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

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

This text has shadow with #FCEBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEBCC on black background.


Color preview on white background

This text has color #FCEBCC on white background.



Black color preview on #FCEBCC background

This text has black color on #FCEBCC background.


White color preview on #FCEBCC background

This text has white color on #FCEBCC background.