COLOR #FCB6E2

HEX: #FCB6E2
RGB: (252,182,226)

Color info

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

RGB color model

#FCB6E2 color RGB value is (252,182,226).

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

RGB channels and saturation

R 252 of 255 = 99%
G 182 of 255 = 71%
B 226 of 255 = 89%

252
182
226

R + G + B ~ 86%. #FCB6E2 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 182 + 226 = 660 (100%)
R 252 of 660 ~ 38.18%
G 182 of 660 ~ 27.58%
B 226 of 660 ~ 34.24%

%38.18
%27.58
%34.24

CMYK color model

#FCB6E2 color CMYK value is (0,28,10,1).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 10.32%
  • key color value is 1.18%
CMYK:
(0,28,10,1)
C0M28Y10K1 
(0%,28%,10%,1%)
(0.00/0.28/0.10/0.01)	

CMYK percentages

%0
%27.78
%10.32
%1.18

Codes

Color #FCB6E2 in popluar color models

FCB6E2
RGB252182226
HSL322°92.11%85.10%
HSB/HSV322°27.78%98.82%
CMYK0.00%27.78%10.32%
1.18%

Color #FCB6E2 in popluar number systems.

HEXFCB6E2
Decimal252182226
Binary111111001011011011100010
Octal374266342

Shades and tints

Shades of #FCB6E2

#FCB6E2
(252,182,226)
#E6A6CE
(230,166,206)
#D096BA
(208,150,186)
#BA86A6
(186,134,166)
#A47692
(164,118,146)
#8E667E
(142,102,126)
#78566A
(120,86,106)
#624656
(98,70,86)
#4C3642
(76,54,66)
#36262E
(54,38,46)
#20161A
(32,22,26)
#000000
(0,0,0)

Tints of #FCB6E2

#FCB6E2
(252,182,226)
#FCBCE4
(252,188,228)
#FCC2E6
(252,194,230)
#FCC8E8
(252,200,232)
#FCCEEA
(252,206,234)
#FCD4EC
(252,212,236)
#FCDAEE
(252,218,238)
#FCE0F0
(252,224,240)
#FCE6F2
(252,230,242)
#FCECF4
(252,236,244)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB6E2; }

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

This text font color is #FCB6E2.


Background Color

.myBgColor { background-color: #FCB6E2; }

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

This div background color is #FCB6E2.


Border color

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

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

This div border color is #FCB6E2.


Opacity

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

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

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

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

This text has shadow with #FCB6E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB6E2 on black background.


Color preview on white background

This text has color #FCB6E2 on white background.



Black color preview on #FCB6E2 background

This text has black color on #FCB6E2 background.


White color preview on #FCB6E2 background

This text has white color on #FCB6E2 background.