COLOR #FCBEE9

HEX: #FCBEE9 RGB: (252,190,233)

Color info

#FCBEE9 contains mainly red and blue colors. Web safe color of #FCBEE9 is #FFCCFF (or #FCF).

RGB color model

#FCBEE9 color RGB value is (252,190,233).

RGB: (252,190,233) (99%, 75%, 91%)

RGB channels and saturation

R 252 of 255 = 99%
G 190 of 255 = 75%
B 233 of 255 = 91%

252
190
233

R + G + B ~ 88%. #FCBEE9 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 190 + 233 = 675 (100%)
R 252 of 675 ~ 37.33%
G 190 of 675 ~ 28.15%
B 233 of 675 ~ 34.52'%

%37.33
%28.15
%34.52

CMYK color model

#FCBEE9 color CMYK value is (0,25,8,1).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 7.54%
  • key color value is 1.18%
CMYK: (0,25,8,1) C0M25Y8K1 (0%,25%,8%,1%) (0.00/0.25/0.08/0.01) 

CMYK percentages

%0
%24.6
%7.54
%1.18

Codes

Color #FCBEE9 in popluar color models

FC BE E9
RGB 252 190 233
HSL 318° 91.18% 86.67%
HSB/HSV 318° 24.60% 98.82%
CMYK 0.00% 24.60% 7.54%
1.18%

Color #FCBEE9 in popluar number systems.

HEX FC BE E9
Decimal 252 190 233
Binary 11111100 10111110 11101001
Octal 374 276 351

Shades and tints

Shades of #FCBEE9

#FCBEE9
(252,190,233)
#E6ADD4
(230,173,212)
#D09CBF
(208,156,191)
#BA8BAA
(186,139,170)
#A47A95
(164,122,149)
#8E6980
(142,105,128)
#78586B
(120,88,107)
#624756
(98,71,86)
#4C3641
(76,54,65)
#36252C
(54,37,44)
#201417
(32,20,23)
#000000
(0,0,0)

Tints of #FCBEE9

#FCBEE9
(252,190,233)
#FCC3EB
(252,195,235)
#FCC8ED
(252,200,237)
#FCCDEF
(252,205,239)
#FCD2F1
(252,210,241)
#FCD7F3
(252,215,243)
#FCDCF5
(252,220,245)
#FCE1F7
(252,225,247)
#FCE6F9
(252,230,249)
#FCEBFB
(252,235,251)
#FCF0FD
(252,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBEE9 color. Also use rgb(252,190,233) instead hex code.

Text Font Color

.myTextColor { color: #FCBEE9; }

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

This text font color is #FCBEE9.

Background Color

.myBgColor { background-color: #FCBEE9; }

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

This div background color is #FCBEE9.

Border color

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

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

This div border color is #FCBEE9.

Opacity

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

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

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

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

This text has shadow with #FCBEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBEE9.

Preview

Color preview on black background

This text has color #FCBEE9 on black background.


Color preview on white background

This text has color #FCBEE9 on white background.


Black color preview on #FCBEE9 background

This text has black color on #FCBEE9 background.


White color preview on #FCBEE9 background

This text has white color on #FCBEE9 background.


Related colors

Complementary color

Complementary color for #hex is #034116.


I love getcolorcode.com

Triadic colors

1 #E9FCBE and #BEE9FC with #FCBEE9 are triadic colors.

2 #E9BEFC and #BEFCE9 with #FCBEE9 are triadic colors.