COLOR #FCB6E6

HEX: #FCB6E6
RGB: (252,182,230)

Color info

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

RGB color model

#FCB6E6 color RGB value is (252,182,230).

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

RGB channels and saturation

R 252 of 255 = 99%
G 182 of 255 = 71%
B 230 of 255 = 90%

252
182
230

R + G + B ~ 87%. #FCB6E6 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 182 + 230 = 664 (100%)
R 252 of 664 ~ 37.95%
G 182 of 664 ~ 27.41%
B 230 of 664 ~ 34.64%

%37.95
%27.41
%34.64

CMYK color model

#FCB6E6 color CMYK value is (0,28,9,1).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 8.73%
  • key color value is 1.18%
CMYK:
(0,28,9,1)
C0M28Y9K1 
(0%,28%,9%,1%)
(0.00/0.28/0.09/0.01)	

CMYK percentages

%0
%27.78
%8.73
%1.18

Codes

Color #FCB6E6 in popluar color models

FCB6E6
RGB252182230
HSL319°92.11%85.10%
HSB/HSV319°27.78%98.82%
CMYK0.00%27.78%8.73%
1.18%

Color #FCB6E6 in popluar number systems.

HEXFCB6E6
Decimal252182230
Binary111111001011011011100110
Octal374266346

Shades and tints

Shades of #FCB6E6

#FCB6E6
(252,182,230)
#E6A6D2
(230,166,210)
#D096BE
(208,150,190)
#BA86AA
(186,134,170)
#A47696
(164,118,150)
#8E6682
(142,102,130)
#78566E
(120,86,110)
#62465A
(98,70,90)
#4C3646
(76,54,70)
#362632
(54,38,50)
#20161E
(32,22,30)
#000000
(0,0,0)

Tints of #FCB6E6

#FCB6E6
(252,182,230)
#FCBCE8
(252,188,232)
#FCC2EA
(252,194,234)
#FCC8EC
(252,200,236)
#FCCEEE
(252,206,238)
#FCD4F0
(252,212,240)
#FCDAF2
(252,218,242)
#FCE0F4
(252,224,244)
#FCE6F6
(252,230,246)
#FCECF8
(252,236,248)
#FCF2FA
(252,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB6E6; }

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

This text font color is #FCB6E6.


Background Color

.myBgColor { background-color: #FCB6E6; }

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

This div background color is #FCB6E6.


Border color

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

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

This div border color is #FCB6E6.


Opacity

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

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

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

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

This text has shadow with #FCB6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB6E6 on black background.


Color preview on white background

This text has color #FCB6E6 on white background.



Black color preview on #FCB6E6 background

This text has black color on #FCB6E6 background.


White color preview on #FCB6E6 background

This text has white color on #FCB6E6 background.