COLOR #FCBDDB

HEX: #FCBDDB RGB: (252,189,219)

Color info

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

RGB color model

#FCBDDB color RGB value is (252,189,219).

RGB: (252,189,219) (99%, 74%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 189 of 255 = 74%
B 219 of 255 = 86%

252
189
219

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

Portions of RGB colors in percentages

R + G + B = 252 + 189 + 219 = 660 (100%)
R 252 of 660 ~ 38.18%
G 189 of 660 ~ 28.64%
B 219 of 660 ~ 33.18'%

%38.18
%28.64
%33.18

CMYK color model

#FCBDDB color CMYK value is (0,25,13,1).

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

CMYK: (0,25,13,1)
C0M25Y13K1 (0%, 25%, 13%, 1%)
(0.00 / 0.25 / 0.13 / 0.01)

CMYK percentages

%0
%25
%13.1
%1.18

Codes

Color #FCBDDB in popluar color models

FC BD DB
RGB 252 189 219
HSL 331° 91.30% 86.47%
HSB/HSV 331° 25.00% 98.82%
CMYK 0.00% 25.00% 13.10%
1.18%

Color #FCBDDB in popluar number systems.

HEX FC BD DB
Decimal 252 189 219
Binary 11111100 10111101 11011011
Octal 374 275 333

Shades and tints

Shades of #FCBDDB

#FCBDDB
(252,189,219)
#E6ACC8
(230,172,200)
#D09BB5
(208,155,181)
#BA8AA2
(186,138,162)
#A4798F
(164,121,143)
#8E687C
(142,104,124)
#785769
(120,87,105)
#624656
(98,70,86)
#4C3543
(76,53,67)
#362430
(54,36,48)
#20131D
(32,19,29)
#000000
(0,0,0)

Tints of #FCBDDB

#FCBDDB
(252,189,219)
#FCC3DE
(252,195,222)
#FCC9E1
(252,201,225)
#FCCFE4
(252,207,228)
#FCD5E7
(252,213,231)
#FCDBEA
(252,219,234)
#FCE1ED
(252,225,237)
#FCE7F0
(252,231,240)
#FCEDF3
(252,237,243)
#FCF3F6
(252,243,246)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCBDDB; }

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

This text font color is #FCBDDB.

Background Color

.myBgColor { background-color: #FCBDDB; }

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

This div background color is #FCBDDB.

Border color

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

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

This div border color is #FCBDDB.

Opacity

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

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

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

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

This text has shadow with #FCBDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBDDB.

Preview

Color preview on black background

This text has color #FCBDDB on black background.


Color preview on white background

This text has color #FCBDDB on white background.


Black color preview on #FCBDDB background

This text has black color on #FCBDDB background.


White color preview on #FCBDDB background

This text has white color on #FCBDDB background.


Related colors

Complementary color

Complementary color for #hex is #034224.


I love getcolorcode.com

Triadic colors

1 #DBFCBD and #BDDBFC with #FCBDDB are triadic colors.

2 #DBBDFC and #BDFCDB with #FCBDDB are triadic colors.