COLOR #FCB6C1

HEX: #FCB6C1 RGB: (252,182,193)

Color info

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

RGB color model

#FCB6C1 color RGB value is (252,182,193).

RGB: (252,182,193) (99%, 71%, 76%)

RGB channels and saturation

R 252 of 255 = 99%
G 182 of 255 = 71%
B 193 of 255 = 76%

252
182
193

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

Portions of RGB colors in percentages

R + G + B = 252 + 182 + 193 = 627 (100%)
R 252 of 627 ~ 40.19%
G 182 of 627 ~ 29.03%
B 193 of 627 ~ 30.78'%

%40.19
%29.03
%30.78

CMYK color model

#FCB6C1 color CMYK value is (0,28,23,1).

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

CMYK: (0,28,23,1)
C0M28Y23K1 (0%, 28%, 23%, 1%)
(0.00 / 0.28 / 0.23 / 0.01)

CMYK percentages

%0
%27.78
%23.41
%1.18

Codes

Color #FCB6C1 in popluar color models

FC B6 C1
RGB 252 182 193
HSL 351° 92.11% 85.10%
HSB/HSV 351° 27.78% 98.82%
CMYK 0.00% 27.78% 23.41%
1.18%

Color #FCB6C1 in popluar number systems.

HEX FC B6 C1
Decimal 252 182 193
Binary 11111100 10110110 11000001
Octal 374 266 301

Shades and tints

Shades of #FCB6C1

#FCB6C1
(252,182,193)
#E6A6B0
(230,166,176)
#D0969F
(208,150,159)
#BA868E
(186,134,142)
#A4767D
(164,118,125)
#8E666C
(142,102,108)
#78565B
(120,86,91)
#62464A
(98,70,74)
#4C3639
(76,54,57)
#362628
(54,38,40)
#201617
(32,22,23)
#000000
(0,0,0)

Tints of #FCB6C1

#FCB6C1
(252,182,193)
#FCBCC6
(252,188,198)
#FCC2CB
(252,194,203)
#FCC8D0
(252,200,208)
#FCCED5
(252,206,213)
#FCD4DA
(252,212,218)
#FCDADF
(252,218,223)
#FCE0E4
(252,224,228)
#FCE6E9
(252,230,233)
#FCECEE
(252,236,238)
#FCF2F3
(252,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB6C1; }

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

This text font color is #FCB6C1.

Background Color

.myBgColor { background-color: #FCB6C1; }

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

This div background color is #FCB6C1.

Border color

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

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

This div border color is #FCB6C1.

Opacity

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

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

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

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

This text has shadow with #FCB6C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCB6C1.

Preview

Color preview on black background

This text has color #FCB6C1 on black background.


Color preview on white background

This text has color #FCB6C1 on white background.


Black color preview on #FCB6C1 background

This text has black color on #FCB6C1 background.


White color preview on #FCB6C1 background

This text has white color on #FCB6C1 background.


Related colors

Complementary color

Complementary color for #hex is #03493E.


I love getcolorcode.com

Triadic colors

1 #C1FCB6 and #B6C1FC with #FCB6C1 are triadic colors.

2 #C1B6FC and #B6FCC1 with #FCB6C1 are triadic colors.