COLOR #FCBAE4

HEX: #FCBAE4
RGB: (252,186,228)

Color info

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

RGB color model

#FCBAE4 color RGB value is (252,186,228).

  • red value is 252;
  • green value is 186;
  • blue value is 228.
RGB:
(252,186,228)
(99%,73%,89%)

RGB channels and saturation

R 252 of 255 = 99%
G 186 of 255 = 73%
B 228 of 255 = 89%

252
186
228

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

Portions of RGB colors in percentages

R + G + B =
252 + 186 + 228 = 666 (100%)
R 252 of 666 ~ 37.84%
G 186 of 666 ~ 27.93%
B 228 of 666 ~ 34.23%

%37.84
%27.93
%34.23

CMYK color model

#FCBAE4 color CMYK value is (0,26,10,1).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 9.52%
  • key color value is 1.18%
CMYK:
(0,26,10,1)
C0M26Y10K1 
(0%,26%,10%,1%)
(0.00/0.26/0.10/0.01)	

CMYK percentages

%0
%26.19
%9.52
%1.18

Codes

Color #FCBAE4 in popluar color models

FCBAE4
RGB252186228
HSL322°91.67%85.88%
HSB/HSV322°26.19%98.82%
CMYK0.00%26.19%9.52%
1.18%

Color #FCBAE4 in popluar number systems.

HEXFCBAE4
Decimal252186228
Binary111111001011101011100100
Octal374272344

Shades and tints

Shades of #FCBAE4

#FCBAE4
(252,186,228)
#E6AAD0
(230,170,208)
#D09ABC
(208,154,188)
#BA8AA8
(186,138,168)
#A47A94
(164,122,148)
#8E6A80
(142,106,128)
#785A6C
(120,90,108)
#624A58
(98,74,88)
#4C3A44
(76,58,68)
#362A30
(54,42,48)
#201A1C
(32,26,28)
#000000
(0,0,0)

Tints of #FCBAE4

#FCBAE4
(252,186,228)
#FCC0E6
(252,192,230)
#FCC6E8
(252,198,232)
#FCCCEA
(252,204,234)
#FCD2EC
(252,210,236)
#FCD8EE
(252,216,238)
#FCDEF0
(252,222,240)
#FCE4F2
(252,228,242)
#FCEAF4
(252,234,244)
#FCF0F6
(252,240,246)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBAE4 color. Also use rgb(252,186,228) instead hex code.

Text Font Color

.myTextColor { color: #FCBAE4; }

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

This text font color is #FCBAE4.


Background Color

.myBgColor { background-color: #FCBAE4; }

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

This div background color is #FCBAE4.


Border color

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

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

This div border color is #FCBAE4.


Opacity

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

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

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

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

This text has shadow with #FCBAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBAE4 on black background.


Color preview on white background

This text has color #FCBAE4 on white background.



Black color preview on #FCBAE4 background

This text has black color on #FCBAE4 background.


White color preview on #FCBAE4 background

This text has white color on #FCBAE4 background.