COLOR #FCCCDB

HEX: #FCCCDB RGB: (252,204,219)

Color info

#FCCCDB contains red, green and blue colors in about the same proportion. Web safe color of #FCCCDB is #FFCCCC (or #FCC).

RGB color model

#FCCCDB color RGB value is (252,204,219).

RGB: (252,204,219) (99%, 80%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 204 of 255 = 80%
B 219 of 255 = 86%

252
204
219

R + G + B ~ 88%. #FCCCDB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 204 + 219 = 675 (100%)
R 252 of 675 ~ 37.33%
G 204 of 675 ~ 30.22%
B 219 of 675 ~ 32.44'%

%37.33
%30.22
%32.44

CMYK color model

#FCCCDB color CMYK value is (0,19,13,1).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 13.10%
  • key color value is 1.18%
CMYK: (0,19,13,1) C0M19Y13K1 (0%,19%,13%,1%) (0.00/0.19/0.13/0.01) 

CMYK percentages

%0
%19.05
%13.1
%1.18

Codes

Color #FCCCDB in popluar color models

FC CC DB
RGB 252 204 219
HSL 341° 88.89% 89.41%
HSB/HSV 341° 19.05% 98.82%
CMYK 0.00% 19.05% 13.10%
1.18%

Color #FCCCDB in popluar number systems.

HEX FC CC DB
Decimal 252 204 219
Binary 11111100 11001100 11011011
Octal 374 314 333

Shades and tints

Shades of #FCCCDB

#FCCCDB
(252,204,219)
#E6BAC8
(230,186,200)
#D0A8B5
(208,168,181)
#BA96A2
(186,150,162)
#A4848F
(164,132,143)
#8E727C
(142,114,124)
#786069
(120,96,105)
#624E56
(98,78,86)
#4C3C43
(76,60,67)
#362A30
(54,42,48)
#20181D
(32,24,29)
#000000
(0,0,0)

Tints of #FCCCDB

#FCCCDB
(252,204,219)
#FCD0DE
(252,208,222)
#FCD4E1
(252,212,225)
#FCD8E4
(252,216,228)
#FCDCE7
(252,220,231)
#FCE0EA
(252,224,234)
#FCE4ED
(252,228,237)
#FCE8F0
(252,232,240)
#FCECF3
(252,236,243)
#FCF0F6
(252,240,246)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCCDB; }

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

This text font color is #FCCCDB.

Background Color

.myBgColor { background-color: #FCCCDB; }

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

This div background color is #FCCCDB.

Border color

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

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

This div border color is #FCCCDB.

Opacity

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

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

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

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

This text has shadow with #FCCCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCCDB.

Preview

Color preview on black background

This text has color #FCCCDB on black background.


Color preview on white background

This text has color #FCCCDB on white background.


Black color preview on #FCCCDB background

This text has black color on #FCCCDB background.


White color preview on #FCCCDB background

This text has white color on #FCCCDB background.


Related colors

Complementary color

Complementary color for #hex is #033324.


I love getcolorcode.com

Triadic colors

1 #DBFCCC and #CCDBFC with #FCCCDB are triadic colors.

2 #DBCCFC and #CCFCDB with #FCCCDB are triadic colors.