COLOR #FCC1BF

HEX: #FCC1BF RGB: (252,193,191)

Color info

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

RGB color model

#FCC1BF color RGB value is (252,193,191).

RGB: (252,193,191) (99%, 76%, 75%)

RGB channels and saturation

R 252 of 255 = 99%
G 193 of 255 = 76%
B 191 of 255 = 75%

252
193
191

R + G + B ~ 83%. #FCC1BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 193 + 191 = 636 (100%)
R 252 of 636 ~ 39.62%
G 193 of 636 ~ 30.35%
B 191 of 636 ~ 30.03'%

%39.62
%30.35
%30.03

CMYK color model

#FCC1BF color CMYK value is (0,23,24,1).

  • cyan value is 0.00%
  • magenta value is 23.41%
  • yellow value is 24.21%
  • key color value is 1.18%

CMYK: (0,23,24,1)
C0M23Y24K1 (0%, 23%, 24%, 1%)
(0.00 / 0.23 / 0.24 / 0.01)

CMYK percentages

%0
%23.41
%24.21
%1.18

Codes

Color #FCC1BF in popluar color models

FC C1 BF
RGB 252 193 191
HSL 91.04% 86.86%
HSB/HSV 24.21% 98.82%
CMYK 0.00% 23.41% 24.21%
1.18%

Color #FCC1BF in popluar number systems.

HEX FC C1 BF
Decimal 252 193 191
Binary 11111100 11000001 10111111
Octal 374 301 277

Shades and tints

Shades of #FCC1BF

#FCC1BF
(252,193,191)
#E6B0AE
(230,176,174)
#D09F9D
(208,159,157)
#BA8E8C
(186,142,140)
#A47D7B
(164,125,123)
#8E6C6A
(142,108,106)
#785B59
(120,91,89)
#624A48
(98,74,72)
#4C3937
(76,57,55)
#362826
(54,40,38)
#201715
(32,23,21)
#000000
(0,0,0)

Tints of #FCC1BF

#FCC1BF
(252,193,191)
#FCC6C4
(252,198,196)
#FCCBC9
(252,203,201)
#FCD0CE
(252,208,206)
#FCD5D3
(252,213,211)
#FCDAD8
(252,218,216)
#FCDFDD
(252,223,221)
#FCE4E2
(252,228,226)
#FCE9E7
(252,233,231)
#FCEEEC
(252,238,236)
#FCF3F1
(252,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC1BF color. Also use rgb(252,193,191) instead hex code.

Text Font Color

.myTextColor { color: #FCC1BF; }

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

This text font color is #FCC1BF.

Background Color

.myBgColor { background-color: #FCC1BF; }

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

This div background color is #FCC1BF.

Border color

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

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

This div border color is #FCC1BF.

Opacity

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

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

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

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

This text has shadow with #FCC1BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC1BF.

Preview

Color preview on black background

This text has color #FCC1BF on black background.


Color preview on white background

This text has color #FCC1BF on white background.


Black color preview on #FCC1BF background

This text has black color on #FCC1BF background.


White color preview on #FCC1BF background

This text has white color on #FCC1BF background.


Related colors

Complementary color

Complementary color for #hex is #033E40.


I love getcolorcode.com

Triadic colors

1 #BFFCC1 and #C1BFFC with #FCC1BF are triadic colors.

2 #BFC1FC and #C1FCBF with #FCC1BF are triadic colors.