COLOR #FCCCAA

HEX: #FCCCAA RGB: (252,204,170)

Color info

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

RGB color model

#FCCCAA color RGB value is (252,204,170).

RGB: (252,204,170) (99%, 80%, 67%)

RGB channels and saturation

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

252
204
170

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

Portions of RGB colors in percentages

R + G + B = 252 + 204 + 170 = 626 (100%)
R 252 of 626 ~ 40.26%
G 204 of 626 ~ 32.59%
B 170 of 626 ~ 27.16'%

%40.26
%32.59
%27.16

CMYK color model

#FCCCAA color CMYK value is (0,19,33,1).

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

CMYK: (0,19,33,1)
C0M19Y33K1 (0%, 19%, 33%, 1%)
(0.00 / 0.19 / 0.33 / 0.01)

CMYK percentages

%0
%19.05
%32.54
%1.18

Codes

Color #FCCCAA in popluar color models

FC CC AA
RGB 252 204 170
HSL 25° 93.18% 82.75%
HSB/HSV 25° 32.54% 98.82%
CMYK 0.00% 19.05% 32.54%
1.18%

Color #FCCCAA in popluar number systems.

HEX FC CC AA
Decimal 252 204 170
Binary 11111100 11001100 10101010
Octal 374 314 252

Shades and tints

Shades of #FCCCAA

#FCCCAA
(252,204,170)
#E6BA9B
(230,186,155)
#D0A88C
(208,168,140)
#BA967D
(186,150,125)
#A4846E
(164,132,110)
#8E725F
(142,114,95)
#786050
(120,96,80)
#624E41
(98,78,65)
#4C3C32
(76,60,50)
#362A23
(54,42,35)
#201814
(32,24,20)
#000000
(0,0,0)

Tints of #FCCCAA

#FCCCAA
(252,204,170)
#FCD0B1
(252,208,177)
#FCD4B8
(252,212,184)
#FCD8BF
(252,216,191)
#FCDCC6
(252,220,198)
#FCE0CD
(252,224,205)
#FCE4D4
(252,228,212)
#FCE8DB
(252,232,219)
#FCECE2
(252,236,226)
#FCF0E9
(252,240,233)
#FCF4F0
(252,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCCAA; }

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

This text font color is #FCCCAA.

Background Color

.myBgColor { background-color: #FCCCAA; }

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

This div background color is #FCCCAA.

Border color

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

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

This div border color is #FCCCAA.

Opacity

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

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

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

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

This text has shadow with #FCCCAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCCAA.

Preview

Color preview on black background

This text has color #FCCCAA on black background.


Color preview on white background

This text has color #FCCCAA on white background.


Black color preview on #FCCCAA background

This text has black color on #FCCCAA background.


White color preview on #FCCCAA background

This text has white color on #FCCCAA background.


Related colors

Complementary color

Complementary color for #hex is #033355.


I love getcolorcode.com

Triadic colors

1 #AAFCCC and #CCAAFC with #FCCCAA are triadic colors.

2 #AACCFC and #CCFCAA with #FCCCAA are triadic colors.