COLOR #FCCCCE

HEX: #FCCCCE RGB: (252,204,206)

Color info

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

RGB color model

#FCCCCE color RGB value is (252,204,206).

RGB: (252,204,206) (99%, 80%, 81%)

RGB channels and saturation

R 252 of 255 = 99%
G 204 of 255 = 80%
B 206 of 255 = 81%

252
204
206

R + G + B ~ 87%. #FCCCCE is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 204 + 206 = 662 (100%)
R 252 of 662 ~ 38.07%
G 204 of 662 ~ 30.82%
B 206 of 662 ~ 31.12'%

%38.07
%30.82
%31.12

CMYK color model

#FCCCCE color CMYK value is (0,19,18,1).

  • cyan value is 0.00%
  • magenta value is 19.05%
  • yellow value is 18.25%
  • key color value is 1.18%

CMYK: (0,19,18,1)
C0M19Y18K1 (0%, 19%, 18%, 1%)
(0.00 / 0.19 / 0.18 / 0.01)

CMYK percentages

%0
%19.05
%18.25
%1.18

Codes

Color #FCCCCE in popluar color models

FC CC CE
RGB 252 204 206
HSL 358° 88.89% 89.41%
HSB/HSV 358° 19.05% 98.82%
CMYK 0.00% 19.05% 18.25%
1.18%

Color #FCCCCE in popluar number systems.

HEX FC CC CE
Decimal 252 204 206
Binary 11111100 11001100 11001110
Octal 374 314 316

Shades and tints

Shades of #FCCCCE

#FCCCCE
(252,204,206)
#E6BABC
(230,186,188)
#D0A8AA
(208,168,170)
#BA9698
(186,150,152)
#A48486
(164,132,134)
#8E7274
(142,114,116)
#786062
(120,96,98)
#624E50
(98,78,80)
#4C3C3E
(76,60,62)
#362A2C
(54,42,44)
#20181A
(32,24,26)
#000000
(0,0,0)

Tints of #FCCCCE

#FCCCCE
(252,204,206)
#FCD0D2
(252,208,210)
#FCD4D6
(252,212,214)
#FCD8DA
(252,216,218)
#FCDCDE
(252,220,222)
#FCE0E2
(252,224,226)
#FCE4E6
(252,228,230)
#FCE8EA
(252,232,234)
#FCECEE
(252,236,238)
#FCF0F2
(252,240,242)
#FCF4F6
(252,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCCCE; }

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

This text font color is #FCCCCE.

Background Color

.myBgColor { background-color: #FCCCCE; }

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

This div background color is #FCCCCE.

Border color

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

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

This div border color is #FCCCCE.

Opacity

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

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

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

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

This text has shadow with #FCCCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCCCE.

Preview

Color preview on black background

This text has color #FCCCCE on black background.


Color preview on white background

This text has color #FCCCCE on white background.


Black color preview on #FCCCCE background

This text has black color on #FCCCCE background.


White color preview on #FCCCCE background

This text has white color on #FCCCCE background.


Related colors

Complementary color

Complementary color for #hex is #033331.


I love getcolorcode.com

Triadic colors

1 #CEFCCC and #CCCEFC with #FCCCCE are triadic colors.

2 #CECCFC and #CCFCCE with #FCCCCE are triadic colors.