COLOR #FCB0D7

HEX: #FCB0D7 RGB: (252,176,215)

Color info

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

RGB color model

#FCB0D7 color RGB value is (252,176,215).

RGB: (252,176,215) (99%, 69%, 84%)

RGB channels and saturation

R 252 of 255 = 99%
G 176 of 255 = 69%
B 215 of 255 = 84%

252
176
215

R + G + B ~ 84%. #FCB0D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 176 + 215 = 643 (100%)
R 252 of 643 ~ 39.19%
G 176 of 643 ~ 27.37%
B 215 of 643 ~ 33.44'%

%39.19
%27.37
%33.44

CMYK color model

#FCB0D7 color CMYK value is (0,30,15,1).

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

CMYK: (0,30,15,1)
C0M30Y15K1 (0%, 30%, 15%, 1%)
(0.00 / 0.30 / 0.15 / 0.01)

CMYK percentages

%0
%30.16
%14.68
%1.18

Codes

Color #FCB0D7 in popluar color models

FC B0 D7
RGB 252 176 215
HSL 329° 92.68% 83.92%
HSB/HSV 329° 30.16% 98.82%
CMYK 0.00% 30.16% 14.68%
1.18%

Color #FCB0D7 in popluar number systems.

HEX FC B0 D7
Decimal 252 176 215
Binary 11111100 10110000 11010111
Octal 374 260 327

Shades and tints

Shades of #FCB0D7

#FCB0D7
(252,176,215)
#E6A0C4
(230,160,196)
#D090B1
(208,144,177)
#BA809E
(186,128,158)
#A4708B
(164,112,139)
#8E6078
(142,96,120)
#785065
(120,80,101)
#624052
(98,64,82)
#4C303F
(76,48,63)
#36202C
(54,32,44)
#201019
(32,16,25)
#000000
(0,0,0)

Tints of #FCB0D7

#FCB0D7
(252,176,215)
#FCB7DA
(252,183,218)
#FCBEDD
(252,190,221)
#FCC5E0
(252,197,224)
#FCCCE3
(252,204,227)
#FCD3E6
(252,211,230)
#FCDAE9
(252,218,233)
#FCE1EC
(252,225,236)
#FCE8EF
(252,232,239)
#FCEFF2
(252,239,242)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB0D7; }

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

This text font color is #FCB0D7.

Background Color

.myBgColor { background-color: #FCB0D7; }

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

This div background color is #FCB0D7.

Border color

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

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

This div border color is #FCB0D7.

Opacity

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

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

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

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

This text has shadow with #FCB0D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCB0D7.

Preview

Color preview on black background

This text has color #FCB0D7 on black background.


Color preview on white background

This text has color #FCB0D7 on white background.


Black color preview on #FCB0D7 background

This text has black color on #FCB0D7 background.


White color preview on #FCB0D7 background

This text has white color on #FCB0D7 background.


Related colors

Complementary color

Complementary color for #hex is #034F28.


I love getcolorcode.com

Triadic colors

1 #D7FCB0 and #B0D7FC with #FCB0D7 are triadic colors.

2 #D7B0FC and #B0FCD7 with #FCB0D7 are triadic colors.