COLOR #FCBFDB

HEX: #FCBFDB RGB: (252,191,219)

Color info

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

RGB color model

#FCBFDB color RGB value is (252,191,219).

RGB: (252,191,219) (99%, 75%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 191 of 255 = 75%
B 219 of 255 = 86%

252
191
219

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

Portions of RGB colors in percentages

R + G + B = 252 + 191 + 219 = 662 (100%)
R 252 of 662 ~ 38.07%
G 191 of 662 ~ 28.85%
B 219 of 662 ~ 33.08'%

%38.07
%28.85
%33.08

CMYK color model

#FCBFDB color CMYK value is (0,24,13,1).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 13.10%
  • key color value is 1.18%

CMYK: (0,24,13,1)
C0M24Y13K1 (0%, 24%, 13%, 1%)
(0.00 / 0.24 / 0.13 / 0.01)

CMYK percentages

%0
%24.21
%13.1
%1.18

Codes

Color #FCBFDB in popluar color models

FC BF DB
RGB 252 191 219
HSL 332° 91.04% 86.86%
HSB/HSV 332° 24.21% 98.82%
CMYK 0.00% 24.21% 13.10%
1.18%

Color #FCBFDB in popluar number systems.

HEX FC BF DB
Decimal 252 191 219
Binary 11111100 10111111 11011011
Octal 374 277 333

Shades and tints

Shades of #FCBFDB

#FCBFDB
(252,191,219)
#E6AEC8
(230,174,200)
#D09DB5
(208,157,181)
#BA8CA2
(186,140,162)
#A47B8F
(164,123,143)
#8E6A7C
(142,106,124)
#785969
(120,89,105)
#624856
(98,72,86)
#4C3743
(76,55,67)
#362630
(54,38,48)
#20151D
(32,21,29)
#000000
(0,0,0)

Tints of #FCBFDB

#FCBFDB
(252,191,219)
#FCC4DE
(252,196,222)
#FCC9E1
(252,201,225)
#FCCEE4
(252,206,228)
#FCD3E7
(252,211,231)
#FCD8EA
(252,216,234)
#FCDDED
(252,221,237)
#FCE2F0
(252,226,240)
#FCE7F3
(252,231,243)
#FCECF6
(252,236,246)
#FCF1F9
(252,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBFDB color. Also use rgb(252,191,219) instead hex code.

Text Font Color

.myTextColor { color: #FCBFDB; }

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

This text font color is #FCBFDB.

Background Color

.myBgColor { background-color: #FCBFDB; }

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

This div background color is #FCBFDB.

Border color

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

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

This div border color is #FCBFDB.

Opacity

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

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

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

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

This text has shadow with #FCBFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBFDB.

Preview

Color preview on black background

This text has color #FCBFDB on black background.


Color preview on white background

This text has color #FCBFDB on white background.


Black color preview on #FCBFDB background

This text has black color on #FCBFDB background.


White color preview on #FCBFDB background

This text has white color on #FCBFDB background.


Related colors

Complementary color

Complementary color for #hex is #034024.


I love getcolorcode.com

Triadic colors

1 #DBFCBF and #BFDBFC with #FCBFDB are triadic colors.

2 #DBBFFC and #BFFCDB with #FCBFDB are triadic colors.