COLOR #FCB7DF

HEX: #FCB7DF RGB: (252,183,223)

Color info

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

RGB color model

#FCB7DF color RGB value is (252,183,223).

RGB: (252,183,223) (99%, 72%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 183 of 255 = 72%
B 223 of 255 = 87%

252
183
223

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

Portions of RGB colors in percentages

R + G + B = 252 + 183 + 223 = 658 (100%)
R 252 of 658 ~ 38.3%
G 183 of 658 ~ 27.81%
B 223 of 658 ~ 33.89'%

%38.3
%27.81
%33.89

CMYK color model

#FCB7DF color CMYK value is (0,27,12,1).

  • cyan value is 0.00%
  • magenta value is 27.38%
  • yellow value is 11.51%
  • key color value is 1.18%

CMYK: (0,27,12,1)
C0M27Y12K1 (0%, 27%, 12%, 1%)
(0.00 / 0.27 / 0.12 / 0.01)

CMYK percentages

%0
%27.38
%11.51
%1.18

Codes

Color #FCB7DF in popluar color models

FC B7 DF
RGB 252 183 223
HSL 325° 92.00% 85.29%
HSB/HSV 325° 27.38% 98.82%
CMYK 0.00% 27.38% 11.51%
1.18%

Color #FCB7DF in popluar number systems.

HEX FC B7 DF
Decimal 252 183 223
Binary 11111100 10110111 11011111
Octal 374 267 337

Shades and tints

Shades of #FCB7DF

#FCB7DF
(252,183,223)
#E6A7CB
(230,167,203)
#D097B7
(208,151,183)
#BA87A3
(186,135,163)
#A4778F
(164,119,143)
#8E677B
(142,103,123)
#785767
(120,87,103)
#624753
(98,71,83)
#4C373F
(76,55,63)
#36272B
(54,39,43)
#201717
(32,23,23)
#000000
(0,0,0)

Tints of #FCB7DF

#FCB7DF
(252,183,223)
#FCBDE1
(252,189,225)
#FCC3E3
(252,195,227)
#FCC9E5
(252,201,229)
#FCCFE7
(252,207,231)
#FCD5E9
(252,213,233)
#FCDBEB
(252,219,235)
#FCE1ED
(252,225,237)
#FCE7EF
(252,231,239)
#FCEDF1
(252,237,241)
#FCF3F3
(252,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB7DF color. Also use rgb(252,183,223) instead hex code.

Text Font Color

.myTextColor { color: #FCB7DF; }

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

This text font color is #FCB7DF.

Background Color

.myBgColor { background-color: #FCB7DF; }

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

This div background color is #FCB7DF.

Border color

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

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

This div border color is #FCB7DF.

Opacity

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

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

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

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

This text has shadow with #FCB7DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCB7DF.

Preview

Color preview on black background

This text has color #FCB7DF on black background.


Color preview on white background

This text has color #FCB7DF on white background.


Black color preview on #FCB7DF background

This text has black color on #FCB7DF background.


White color preview on #FCB7DF background

This text has white color on #FCB7DF background.


Related colors

Complementary color

Complementary color for #hex is #034820.


I love getcolorcode.com

Triadic colors

1 #DFFCB7 and #B7DFFC with #FCB7DF are triadic colors.

2 #DFB7FC and #B7FCDF with #FCB7DF are triadic colors.