COLOR #FCECCA

HEX: #FCECCA
RGB: (252,236,202)

Color info

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

RGB color model

#FCECCA color RGB value is (252,236,202).

  • red value is 252;
  • green value is 236;
  • blue value is 202.
RGB:
(252,236,202)
(99%,93%,79%)

RGB channels and saturation

R 252 of 255 = 99%
G 236 of 255 = 93%
B 202 of 255 = 79%

252
236
202

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

Portions of RGB colors in percentages

R + G + B =
252 + 236 + 202 = 690 (100%)
R 252 of 690 ~ 36.52%
G 236 of 690 ~ 34.2%
B 202 of 690 ~ 29.28%

%36.52
%34.2
%29.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 19.84%
  • key color value is 1.18%
CMYK:
(0,6,20,1)
C0M6Y20K1 
(0%,6%,20%,1%)
(0.00/0.06/0.20/0.01)	

CMYK percentages

%0
%6.35
%19.84
%1.18

Codes

Color #FCECCA in popluar color models

FCECCA
RGB252236202
HSL41°89.29%89.02%
HSB/HSV41°19.84%98.82%
CMYK0.00%6.35%19.84%
1.18%

Color #FCECCA in popluar number systems.

HEXFCECCA
Decimal252236202
Binary111111001110110011001010
Octal374354312

Shades and tints

Shades of #FCECCA

#FCECCA
(252,236,202)
#E6D7B8
(230,215,184)
#D0C2A6
(208,194,166)
#BAAD94
(186,173,148)
#A49882
(164,152,130)
#8E8370
(142,131,112)
#786E5E
(120,110,94)
#62594C
(98,89,76)
#4C443A
(76,68,58)
#362F28
(54,47,40)
#201A16
(32,26,22)
#000000
(0,0,0)

Tints of #FCECCA

#FCECCA
(252,236,202)
#FCEDCE
(252,237,206)
#FCEED2
(252,238,210)
#FCEFD6
(252,239,214)
#FCF0DA
(252,240,218)
#FCF1DE
(252,241,222)
#FCF2E2
(252,242,226)
#FCF3E6
(252,243,230)
#FCF4EA
(252,244,234)
#FCF5EE
(252,245,238)
#FCF6F2
(252,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCECCA color. Also use rgb(252,236,202) instead hex code.

Text Font Color

.myTextColor { color: #FCECCA; }

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

This text font color is #FCECCA.


Background Color

.myBgColor { background-color: #FCECCA; }

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

This div background color is #FCECCA.


Border color

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

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

This div border color is #FCECCA.


Opacity

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

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

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

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

This text has shadow with #FCECCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCECCA on black background.


Color preview on white background

This text has color #FCECCA on white background.



Black color preview on #FCECCA background

This text has black color on #FCECCA background.


White color preview on #FCECCA background

This text has white color on #FCECCA background.