COLOR #FCCFF6

HEX: #FCCFF6 RGB: (252,207,246)

Color info

#FCCFF6 contains red, green and blue colors in about the same proportion. Web safe color of #FCCFF6 is #FFCCFF (or #FCF).

RGB color model

#FCCFF6 color RGB value is (252,207,246).

RGB: (252,207,246) (99%, 81%, 96%)

RGB channels and saturation

R 252 of 255 = 99%
G 207 of 255 = 81%
B 246 of 255 = 96%

252
207
246

R + G + B ~ 92%. #FCCFF6 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 207 + 246 = 705 (100%)
R 252 of 705 ~ 35.74%
G 207 of 705 ~ 29.36%
B 246 of 705 ~ 34.89'%

%35.74
%29.36
%34.89

CMYK color model

#FCCFF6 color CMYK value is (0,18,2,1).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 2.38%
  • key color value is 1.18%

CMYK: (0,18,2,1)
C0M18Y2K1 (0%, 18%, 2%, 1%)
(0.00 / 0.18 / 0.02 / 0.01)

CMYK percentages

%0
%17.86
%2.38
%1.18

Codes

Color #FCCFF6 in popluar color models

FC CF F6
RGB 252 207 246
HSL 308° 88.24% 90.00%
HSB/HSV 308° 17.86% 98.82%
CMYK 0.00% 17.86% 2.38%
1.18%

Color #FCCFF6 in popluar number systems.

HEX FC CF F6
Decimal 252 207 246
Binary 11111100 11001111 11110110
Octal 374 317 366

Shades and tints

Shades of #FCCFF6

#FCCFF6
(252,207,246)
#E6BDE0
(230,189,224)
#D0ABCA
(208,171,202)
#BA99B4
(186,153,180)
#A4879E
(164,135,158)
#8E7588
(142,117,136)
#786372
(120,99,114)
#62515C
(98,81,92)
#4C3F46
(76,63,70)
#362D30
(54,45,48)
#201B1A
(32,27,26)
#000000
(0,0,0)

Tints of #FCCFF6

#FCCFF6
(252,207,246)
#FCD3F6
(252,211,246)
#FCD7F6
(252,215,246)
#FCDBF6
(252,219,246)
#FCDFF6
(252,223,246)
#FCE3F6
(252,227,246)
#FCE7F6
(252,231,246)
#FCEBF6
(252,235,246)
#FCEFF6
(252,239,246)
#FCF3F6
(252,243,246)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCFF6 color. Also use rgb(252,207,246) instead hex code.

Text Font Color

.myTextColor { color: #FCCFF6; }

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

This text font color is #FCCFF6.

Background Color

.myBgColor { background-color: #FCCFF6; }

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

This div background color is #FCCFF6.

Border color

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

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

This div border color is #FCCFF6.

Opacity

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

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

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

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

This text has shadow with #FCCFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCFF6.

Preview

Color preview on black background

This text has color #FCCFF6 on black background.


Color preview on white background

This text has color #FCCFF6 on white background.


Black color preview on #FCCFF6 background

This text has black color on #FCCFF6 background.


White color preview on #FCCFF6 background

This text has white color on #FCCFF6 background.


Related colors

Complementary color

Complementary color for #hex is #033009.


I love getcolorcode.com

Triadic colors

1 #F6FCCF and #CFF6FC with #FCCFF6 are triadic colors.

2 #F6CFFC and #CFFCF6 with #FCCFF6 are triadic colors.