COLOR #FCB0DE

HEX: #FCB0DE RGB: (252,176,222)

Color info

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

RGB color model

#FCB0DE color RGB value is (252,176,222).

RGB: (252,176,222) (99%, 69%, 87%)

RGB channels and saturation

R 252 of 255 = 99%
G 176 of 255 = 69%
B 222 of 255 = 87%

252
176
222

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

Portions of RGB colors in percentages

R + G + B = 252 + 176 + 222 = 650 (100%)
R 252 of 650 ~ 38.77%
G 176 of 650 ~ 27.08%
B 222 of 650 ~ 34.15'%

%38.77
%27.08
%34.15

CMYK color model

#FCB0DE color CMYK value is (0,30,12,1).

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

CMYK: (0,30,12,1)
C0M30Y12K1 (0%, 30%, 12%, 1%)
(0.00 / 0.30 / 0.12 / 0.01)

CMYK percentages

%0
%30.16
%11.9
%1.18

Codes

Color #FCB0DE in popluar color models

FC B0 DE
RGB 252 176 222
HSL 324° 92.68% 83.92%
HSB/HSV 324° 30.16% 98.82%
CMYK 0.00% 30.16% 11.90%
1.18%

Color #FCB0DE in popluar number systems.

HEX FC B0 DE
Decimal 252 176 222
Binary 11111100 10110000 11011110
Octal 374 260 336

Shades and tints

Shades of #FCB0DE

#FCB0DE
(252,176,222)
#E6A0CA
(230,160,202)
#D090B6
(208,144,182)
#BA80A2
(186,128,162)
#A4708E
(164,112,142)
#8E607A
(142,96,122)
#785066
(120,80,102)
#624052
(98,64,82)
#4C303E
(76,48,62)
#36202A
(54,32,42)
#201016
(32,16,22)
#000000
(0,0,0)

Tints of #FCB0DE

#FCB0DE
(252,176,222)
#FCB7E1
(252,183,225)
#FCBEE4
(252,190,228)
#FCC5E7
(252,197,231)
#FCCCEA
(252,204,234)
#FCD3ED
(252,211,237)
#FCDAF0
(252,218,240)
#FCE1F3
(252,225,243)
#FCE8F6
(252,232,246)
#FCEFF9
(252,239,249)
#FCF6FC
(252,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB0DE; }

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

This text font color is #FCB0DE.

Background Color

.myBgColor { background-color: #FCB0DE; }

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

This div background color is #FCB0DE.

Border color

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

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

This div border color is #FCB0DE.

Opacity

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

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

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

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

This text has shadow with #FCB0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCB0DE.

Preview

Color preview on black background

This text has color #FCB0DE on black background.


Color preview on white background

This text has color #FCB0DE on white background.


Black color preview on #FCB0DE background

This text has black color on #FCB0DE background.


White color preview on #FCB0DE background

This text has white color on #FCB0DE background.


Related colors

Complementary color

Complementary color for #hex is #034F21.


I love getcolorcode.com

Triadic colors

1 #DEFCB0 and #B0DEFC with #FCB0DE are triadic colors.

2 #DEB0FC and #B0FCDE with #FCB0DE are triadic colors.