COLOR #FCC2B4

HEX: #FCC2B4 RGB: (252,194,180)

Color info

#FCC2B4 contains mainly red and green colors. Web safe color of #FCC2B4 is #FFCCCC (or #FCC).

RGB color model

#FCC2B4 color RGB value is (252,194,180).

RGB: (252,194,180) (99%, 76%, 71%)

RGB channels and saturation

R 252 of 255 = 99%
G 194 of 255 = 76%
B 180 of 255 = 71%

252
194
180

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

Portions of RGB colors in percentages

R + G + B = 252 + 194 + 180 = 626 (100%)
R 252 of 626 ~ 40.26%
G 194 of 626 ~ 30.99%
B 180 of 626 ~ 28.75'%

%40.26
%30.99
%28.75

CMYK color model

#FCC2B4 color CMYK value is (0,23,29,1).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 28.57%
  • key color value is 1.18%
CMYK: (0,23,29,1) C0M23Y29K1 (0%,23%,29%,1%) (0.00/0.23/0.29/0.01) 

CMYK percentages

%0
%23.02
%28.57
%1.18

Codes

Color #FCC2B4 in popluar color models

FC C2 B4
RGB 252 194 180
HSL 12° 92.31% 84.71%
HSB/HSV 12° 28.57% 98.82%
CMYK 0.00% 23.02% 28.57%
1.18%

Color #FCC2B4 in popluar number systems.

HEX FC C2 B4
Decimal 252 194 180
Binary 11111100 11000010 10110100
Octal 374 302 264

Shades and tints

Shades of #FCC2B4

#FCC2B4
(252,194,180)
#E6B1A4
(230,177,164)
#D0A094
(208,160,148)
#BA8F84
(186,143,132)
#A47E74
(164,126,116)
#8E6D64
(142,109,100)
#785C54
(120,92,84)
#624B44
(98,75,68)
#4C3A34
(76,58,52)
#362924
(54,41,36)
#201814
(32,24,20)
#000000
(0,0,0)

Tints of #FCC2B4

#FCC2B4
(252,194,180)
#FCC7BA
(252,199,186)
#FCCCC0
(252,204,192)
#FCD1C6
(252,209,198)
#FCD6CC
(252,214,204)
#FCDBD2
(252,219,210)
#FCE0D8
(252,224,216)
#FCE5DE
(252,229,222)
#FCEAE4
(252,234,228)
#FCEFEA
(252,239,234)
#FCF4F0
(252,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC2B4 color. Also use rgb(252,194,180) instead hex code.

Text Font Color

.myTextColor { color: #FCC2B4; }

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

This text font color is #FCC2B4.

Background Color

.myBgColor { background-color: #FCC2B4; }

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

This div background color is #FCC2B4.

Border color

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

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

This div border color is #FCC2B4.

Opacity

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

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

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

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

This text has shadow with #FCC2B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC2B4.

Preview

Color preview on black background

This text has color #FCC2B4 on black background.


Color preview on white background

This text has color #FCC2B4 on white background.


Black color preview on #FCC2B4 background

This text has black color on #FCC2B4 background.


White color preview on #FCC2B4 background

This text has white color on #FCC2B4 background.


Related colors

Complementary color

Complementary color for #hex is #033D4B.


I love getcolorcode.com

Triadic colors

1 #B4FCC2 and #C2B4FC with #FCC2B4 are triadic colors.

2 #B4C2FC and #C2FCB4 with #FCC2B4 are triadic colors.