COLOR #FCB2E3

HEX: #FCB2E3
RGB: (252,178,227)

Color info

#FCB2E3 contains mainly red and blue colors. Web safe color of #FCB2E3 is #FF99CC (or #F9C).

RGB color model

#FCB2E3 color RGB value is (252,178,227).

  • red value is 252;
  • green value is 178;
  • blue value is 227.
RGB:
(252,178,227)
(99%,70%,89%)

RGB channels and saturation

R 252 of 255 = 99%
G 178 of 255 = 70%
B 227 of 255 = 89%

252
178
227

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

Portions of RGB colors in percentages

R + G + B =
252 + 178 + 227 = 657 (100%)
R 252 of 657 ~ 38.36%
G 178 of 657 ~ 27.09%
B 227 of 657 ~ 34.55%

%38.36
%27.09
%34.55

CMYK color model

#FCB2E3 color CMYK value is (0,29,10,1).

  • cyan value is 0.00%
  • magenta value is 29.37%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK:
(0,29,10,1)
C0M29Y10K1 
(0%,29%,10%,1%)
(0.00/0.29/0.10/0.01)	

CMYK percentages

%0
%29.37
%9.92
%1.18

Codes

Color #FCB2E3 in popluar color models

FCB2E3
RGB252178227
HSL320°92.50%84.31%
HSB/HSV320°29.37%98.82%
CMYK0.00%29.37%9.92%
1.18%

Color #FCB2E3 in popluar number systems.

HEXFCB2E3
Decimal252178227
Binary111111001011001011100011
Octal374262343

Shades and tints

Shades of #FCB2E3

#FCB2E3
(252,178,227)
#E6A2CF
(230,162,207)
#D092BB
(208,146,187)
#BA82A7
(186,130,167)
#A47293
(164,114,147)
#8E627F
(142,98,127)
#78526B
(120,82,107)
#624257
(98,66,87)
#4C3243
(76,50,67)
#36222F
(54,34,47)
#20121B
(32,18,27)
#000000
(0,0,0)

Tints of #FCB2E3

#FCB2E3
(252,178,227)
#FCB9E5
(252,185,229)
#FCC0E7
(252,192,231)
#FCC7E9
(252,199,233)
#FCCEEB
(252,206,235)
#FCD5ED
(252,213,237)
#FCDCEF
(252,220,239)
#FCE3F1
(252,227,241)
#FCEAF3
(252,234,243)
#FCF1F5
(252,241,245)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB2E3; }

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

This text font color is #FCB2E3.


Background Color

.myBgColor { background-color: #FCB2E3; }

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

This div background color is #FCB2E3.


Border color

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

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

This div border color is #FCB2E3.


Opacity

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

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

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

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

This text has shadow with #FCB2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB2E3 on black background.


Color preview on white background

This text has color #FCB2E3 on white background.



Black color preview on #FCB2E3 background

This text has black color on #FCB2E3 background.


White color preview on #FCB2E3 background

This text has white color on #FCB2E3 background.