COLOR #FCB0DC

HEX: #FCB0DC RGB: (252,176,220)

Color info

#FCB0DC contains mainly red and blue colors. Web safe color of #FCB0DC is #FF99CC (or #F9C).

RGB color model

#FCB0DC color RGB value is (252,176,220).

RGB: (252,176,220) (99%, 69%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 176 of 255 = 69%
B 220 of 255 = 86%

252
176
220

R + G + B ~ 85%. #FCB0DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 176 + 220 = 648 (100%)
R 252 of 648 ~ 38.89%
G 176 of 648 ~ 27.16%
B 220 of 648 ~ 33.95'%

%38.89
%27.16
%33.95

CMYK color model

#FCB0DC color CMYK value is (0,30,13,1).

  • cyan value is 0.00%
  • magenta value is 30.16%
  • yellow value is 12.70%
  • key color value is 1.18%

CMYK: (0,30,13,1)
C0M30Y13K1 (0%, 30%, 13%, 1%)
(0.00 / 0.30 / 0.13 / 0.01)

CMYK percentages

%0
%30.16
%12.7
%1.18

Codes

Color #FCB0DC in popluar color models

FC B0 DC
RGB 252 176 220
HSL 325° 92.68% 83.92%
HSB/HSV 325° 30.16% 98.82%
CMYK 0.00% 30.16% 12.70%
1.18%

Color #FCB0DC in popluar number systems.

HEX FC B0 DC
Decimal 252 176 220
Binary 11111100 10110000 11011100
Octal 374 260 334

Shades and tints

Shades of #FCB0DC

#FCB0DC
(252,176,220)
#E6A0C8
(230,160,200)
#D090B4
(208,144,180)
#BA80A0
(186,128,160)
#A4708C
(164,112,140)
#8E6078
(142,96,120)
#785064
(120,80,100)
#624050
(98,64,80)
#4C303C
(76,48,60)
#362028
(54,32,40)
#201014
(32,16,20)
#000000
(0,0,0)

Tints of #FCB0DC

#FCB0DC
(252,176,220)
#FCB7DF
(252,183,223)
#FCBEE2
(252,190,226)
#FCC5E5
(252,197,229)
#FCCCE8
(252,204,232)
#FCD3EB
(252,211,235)
#FCDAEE
(252,218,238)
#FCE1F1
(252,225,241)
#FCE8F4
(252,232,244)
#FCEFF7
(252,239,247)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB0DC color. Also use rgb(252,176,220) instead hex code.

Text Font Color

.myTextColor { color: #FCB0DC; }

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

This text font color is #FCB0DC.

Background Color

.myBgColor { background-color: #FCB0DC; }

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

This div background color is #FCB0DC.

Border color

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

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

This div border color is #FCB0DC.

Opacity

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

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

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

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

This text has shadow with #FCB0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCB0DC.

Preview

Color preview on black background

This text has color #FCB0DC on black background.


Color preview on white background

This text has color #FCB0DC on white background.


Black color preview on #FCB0DC background

This text has black color on #FCB0DC background.


White color preview on #FCB0DC background

This text has white color on #FCB0DC background.


Related colors

Complementary color

Complementary color for #hex is #034F23.


I love getcolorcode.com

Triadic colors

1 #DCFCB0 and #B0DCFC with #FCB0DC are triadic colors.

2 #DCB0FC and #B0FCDC with #FCB0DC are triadic colors.