COLOR #FCB7B6

HEX: #FCB7B6
RGB: (252,183,182)

Color info

#FCB7B6 contains mainly red color. Web safe color of #FCB7B6 is #FFCCCC (or #FCC).

RGB color model

#FCB7B6 color RGB value is (252,183,182).

  • red value is 252;
  • green value is 183;
  • blue value is 182.
RGB:
(252,183,182)
(99%,72%,71%)

RGB channels and saturation

R 252 of 255 = 99%
G 183 of 255 = 72%
B 182 of 255 = 71%

252
183
182

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

Portions of RGB colors in percentages

R + G + B =
252 + 183 + 182 = 617 (100%)
R 252 of 617 ~ 40.84%
G 183 of 617 ~ 29.66%
B 182 of 617 ~ 29.5%

%40.84
%29.66
%29.5

CMYK color model

#FCB7B6 color CMYK value is (0,27,28,1).

  • cyan value is 0.00%
  • magenta value is 27.38%
  • yellow value is 27.78%
  • key color value is 1.18%
CMYK:
(0,27,28,1)
C0M27Y28K1 
(0%,27%,28%,1%)
(0.00/0.27/0.28/0.01)	

CMYK percentages

%0
%27.38
%27.78
%1.18

Codes

Color #FCB7B6 in popluar color models

FCB7B6
RGB252183182
HSL92.11%85.10%
HSB/HSV27.78%98.82%
CMYK0.00%27.38%27.78%
1.18%

Color #FCB7B6 in popluar number systems.

HEXFCB7B6
Decimal252183182
Binary111111001011011110110110
Octal374267266

Shades and tints

Shades of #FCB7B6

#FCB7B6
(252,183,182)
#E6A7A6
(230,167,166)
#D09796
(208,151,150)
#BA8786
(186,135,134)
#A47776
(164,119,118)
#8E6766
(142,103,102)
#785756
(120,87,86)
#624746
(98,71,70)
#4C3736
(76,55,54)
#362726
(54,39,38)
#201716
(32,23,22)
#000000
(0,0,0)

Tints of #FCB7B6

#FCB7B6
(252,183,182)
#FCBDBC
(252,189,188)
#FCC3C2
(252,195,194)
#FCC9C8
(252,201,200)
#FCCFCE
(252,207,206)
#FCD5D4
(252,213,212)
#FCDBDA
(252,219,218)
#FCE1E0
(252,225,224)
#FCE7E6
(252,231,230)
#FCEDEC
(252,237,236)
#FCF3F2
(252,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB7B6; }

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

This text font color is #FCB7B6.


Background Color

.myBgColor { background-color: #FCB7B6; }

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

This div background color is #FCB7B6.


Border color

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

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

This div border color is #FCB7B6.


Opacity

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

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

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

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

This text has shadow with #FCB7B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB7B6 on black background.


Color preview on white background

This text has color #FCB7B6 on white background.



Black color preview on #FCB7B6 background

This text has black color on #FCB7B6 background.


White color preview on #FCB7B6 background

This text has white color on #FCB7B6 background.