COLOR #FCCCAB

HEX: #FCCCAB
RGB: (252,204,171)

Color info

#FCCCAB contains mainly red and green colors. Web safe color of #FCCCAB is #FFCC99 (or #FC9).

RGB color model

#FCCCAB color RGB value is (252,204,171).

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

RGB channels and saturation

R 252 of 255 = 99%
G 204 of 255 = 80%
B 171 of 255 = 67%

252
204
171

R + G + B ~ 82%. #FCCCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 204 + 171 = 627 (100%)
R 252 of 627 ~ 40.19%
G 204 of 627 ~ 32.54%
B 171 of 627 ~ 27.27%

%40.19
%32.54
%27.27

CMYK color model

#FCCCAB color CMYK value is (0,19,32,1).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 32.14%
  • key color value is 1.18%
CMYK:
(0,19,32,1)
C0M19Y32K1 
(0%,19%,32%,1%)
(0.00/0.19/0.32/0.01)	

CMYK percentages

%0
%19.05
%32.14
%1.18

Codes

Color #FCCCAB in popluar color models

FCCCAB
RGB252204171
HSL24°93.10%82.94%
HSB/HSV24°32.14%98.82%
CMYK0.00%19.05%32.14%
1.18%

Color #FCCCAB in popluar number systems.

HEXFCCCAB
Decimal252204171
Binary111111001100110010101011
Octal374314253

Shades and tints

Shades of #FCCCAB

#FCCCAB
(252,204,171)
#E6BA9C
(230,186,156)
#D0A88D
(208,168,141)
#BA967E
(186,150,126)
#A4846F
(164,132,111)
#8E7260
(142,114,96)
#786051
(120,96,81)
#624E42
(98,78,66)
#4C3C33
(76,60,51)
#362A24
(54,42,36)
#201815
(32,24,21)
#000000
(0,0,0)

Tints of #FCCCAB

#FCCCAB
(252,204,171)
#FCD0B2
(252,208,178)
#FCD4B9
(252,212,185)
#FCD8C0
(252,216,192)
#FCDCC7
(252,220,199)
#FCE0CE
(252,224,206)
#FCE4D5
(252,228,213)
#FCE8DC
(252,232,220)
#FCECE3
(252,236,227)
#FCF0EA
(252,240,234)
#FCF4F1
(252,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCCAB; }

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

This text font color is #FCCCAB.


Background Color

.myBgColor { background-color: #FCCCAB; }

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

This div background color is #FCCCAB.


Border color

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

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

This div border color is #FCCCAB.


Opacity

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

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

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

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

This text has shadow with #FCCCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCCAB on black background.


Color preview on white background

This text has color #FCCCAB on white background.



Black color preview on #FCCCAB background

This text has black color on #FCCCAB background.


White color preview on #FCCCAB background

This text has white color on #FCCCAB background.