COLOR #FCB2E7

HEX: #FCB2E7 RGB: (252,178,231)

Color info

#FCB2E7 contains mainly red and blue colors. Web safe color of #FCB2E7 is #FF99FF (or #F9F).

RGB color model

#FCB2E7 color RGB value is (252,178,231).

RGB: (252,178,231) (99%, 70%, 91%)

RGB channels and saturation

R 252 of 255 = 99%
G 178 of 255 = 70%
B 231 of 255 = 91%

252
178
231

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

Portions of RGB colors in percentages

R + G + B = 252 + 178 + 231 = 661 (100%)
R 252 of 661 ~ 38.12%
G 178 of 661 ~ 26.93%
B 231 of 661 ~ 34.95'%

%38.12
%26.93
%34.95

CMYK color model

#FCB2E7 color CMYK value is (0,29,8,1).

  • cyan value is 0.00%
  • magenta value is 29.37%
  • yellow value is 8.33%
  • key color value is 1.18%
CMYK: (0,29,8,1) C0M29Y8K1 (0%,29%,8%,1%) (0.00/0.29/0.08/0.01) 

CMYK percentages

%0
%29.37
%8.33
%1.18

Codes

Color #FCB2E7 in popluar color models

FC B2 E7
RGB 252 178 231
HSL 317° 92.50% 84.31%
HSB/HSV 317° 29.37% 98.82%
CMYK 0.00% 29.37% 8.33%
1.18%

Color #FCB2E7 in popluar number systems.

HEX FC B2 E7
Decimal 252 178 231
Binary 11111100 10110010 11100111
Octal 374 262 347

Shades and tints

Shades of #FCB2E7

#FCB2E7
(252,178,231)
#E6A2D2
(230,162,210)
#D092BD
(208,146,189)
#BA82A8
(186,130,168)
#A47293
(164,114,147)
#8E627E
(142,98,126)
#785269
(120,82,105)
#624254
(98,66,84)
#4C323F
(76,50,63)
#36222A
(54,34,42)
#201215
(32,18,21)
#000000
(0,0,0)

Tints of #FCB2E7

#FCB2E7
(252,178,231)
#FCB9E9
(252,185,233)
#FCC0EB
(252,192,235)
#FCC7ED
(252,199,237)
#FCCEEF
(252,206,239)
#FCD5F1
(252,213,241)
#FCDCF3
(252,220,243)
#FCE3F5
(252,227,245)
#FCEAF7
(252,234,247)
#FCF1F9
(252,241,249)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB2E7 color. Also use rgb(252,178,231) instead hex code.

Text Font Color

.myTextColor { color: #FCB2E7; }

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

This text font color is #FCB2E7.

Background Color

.myBgColor { background-color: #FCB2E7; }

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

This div background color is #FCB2E7.

Border color

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

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

This div border color is #FCB2E7.

Opacity

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

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

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

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

This text has shadow with #FCB2E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCB2E7.

Preview

Color preview on black background

This text has color #FCB2E7 on black background.


Color preview on white background

This text has color #FCB2E7 on white background.


Black color preview on #FCB2E7 background

This text has black color on #FCB2E7 background.


White color preview on #FCB2E7 background

This text has white color on #FCB2E7 background.


Related colors

Complementary color

Complementary color for #hex is #034D18.


I love getcolorcode.com

Triadic colors

1 #E7FCB2 and #B2E7FC with #FCB2E7 are triadic colors.

2 #E7B2FC and #B2FCE7 with #FCB2E7 are triadic colors.