COLOR #FCCCA4

HEX: #FCCCA4 RGB: (252,204,164)

Color info

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

RGB color model

#FCCCA4 color RGB value is (252,204,164).

RGB: (252,204,164) (99%, 80%, 64%)

RGB channels and saturation

R 252 of 255 = 99%
G 204 of 255 = 80%
B 164 of 255 = 64%

252
204
164

R + G + B ~ 81%. #FCCCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 204 + 164 = 620 (100%)
R 252 of 620 ~ 40.65%
G 204 of 620 ~ 32.9%
B 164 of 620 ~ 26.45'%

%40.65
%32.9
%26.45

CMYK color model

#FCCCA4 color CMYK value is (0,19,35,1).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 34.92%
  • key color value is 1.18%

CMYK: (0,19,35,1)
C0M19Y35K1 (0%, 19%, 35%, 1%)
(0.00 / 0.19 / 0.35 / 0.01)

CMYK percentages

%0
%19.05
%34.92
%1.18

Codes

Color #FCCCA4 in popluar color models

FC CC A4
RGB 252 204 164
HSL 27° 93.62% 81.57%
HSB/HSV 27° 34.92% 98.82%
CMYK 0.00% 19.05% 34.92%
1.18%

Color #FCCCA4 in popluar number systems.

HEX FC CC A4
Decimal 252 204 164
Binary 11111100 11001100 10100100
Octal 374 314 244

Shades and tints

Shades of #FCCCA4

#FCCCA4
(252,204,164)
#E6BA96
(230,186,150)
#D0A888
(208,168,136)
#BA967A
(186,150,122)
#A4846C
(164,132,108)
#8E725E
(142,114,94)
#786050
(120,96,80)
#624E42
(98,78,66)
#4C3C34
(76,60,52)
#362A26
(54,42,38)
#201818
(32,24,24)
#000000
(0,0,0)

Tints of #FCCCA4

#FCCCA4
(252,204,164)
#FCD0AC
(252,208,172)
#FCD4B4
(252,212,180)
#FCD8BC
(252,216,188)
#FCDCC4
(252,220,196)
#FCE0CC
(252,224,204)
#FCE4D4
(252,228,212)
#FCE8DC
(252,232,220)
#FCECE4
(252,236,228)
#FCF0EC
(252,240,236)
#FCF4F4
(252,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCCA4; }

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

This text font color is #FCCCA4.

Background Color

.myBgColor { background-color: #FCCCA4; }

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

This div background color is #FCCCA4.

Border color

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

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

This div border color is #FCCCA4.

Opacity

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

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

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

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

This text has shadow with #FCCCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCCA4.

Preview

Color preview on black background

This text has color #FCCCA4 on black background.


Color preview on white background

This text has color #FCCCA4 on white background.


Black color preview on #FCCCA4 background

This text has black color on #FCCCA4 background.


White color preview on #FCCCA4 background

This text has white color on #FCCCA4 background.


Related colors

Complementary color

Complementary color for #hex is #03335B.


I love getcolorcode.com

Triadic colors

1 #A4FCCC and #CCA4FC with #FCCCA4 are triadic colors.

2 #A4CCFC and #CCFCA4 with #FCCCA4 are triadic colors.