COLOR #FCC3F7

HEX: #FCC3F7 RGB: (252,195,247)

Color info

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

RGB color model

#FCC3F7 color RGB value is (252,195,247).

RGB: (252,195,247) (99%, 76%, 97%)

RGB channels and saturation

R 252 of 255 = 99%
G 195 of 255 = 76%
B 247 of 255 = 97%

252
195
247

R + G + B ~ 91%. #FCC3F7 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 195 + 247 = 694 (100%)
R 252 of 694 ~ 36.31%
G 195 of 694 ~ 28.1%
B 247 of 694 ~ 35.59'%

%36.31
%28.1
%35.59

CMYK color model

#FCC3F7 color CMYK value is (0,23,2,1).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 1.98%
  • key color value is 1.18%
CMYK: (0,23,2,1) C0M23Y2K1 (0%,23%,2%,1%) (0.00/0.23/0.02/0.01) 

CMYK percentages

%0
%22.62
%1.98
%1.18

Codes

Color #FCC3F7 in popluar color models

FC C3 F7
RGB 252 195 247
HSL 305° 90.48% 87.65%
HSB/HSV 305° 22.62% 98.82%
CMYK 0.00% 22.62% 1.98%
1.18%

Color #FCC3F7 in popluar number systems.

HEX FC C3 F7
Decimal 252 195 247
Binary 11111100 11000011 11110111
Octal 374 303 367

Shades and tints

Shades of #FCC3F7

#FCC3F7
(252,195,247)
#E6B2E1
(230,178,225)
#D0A1CB
(208,161,203)
#BA90B5
(186,144,181)
#A47F9F
(164,127,159)
#8E6E89
(142,110,137)
#785D73
(120,93,115)
#624C5D
(98,76,93)
#4C3B47
(76,59,71)
#362A31
(54,42,49)
#20191B
(32,25,27)
#000000
(0,0,0)

Tints of #FCC3F7

#FCC3F7
(252,195,247)
#FCC8F7
(252,200,247)
#FCCDF7
(252,205,247)
#FCD2F7
(252,210,247)
#FCD7F7
(252,215,247)
#FCDCF7
(252,220,247)
#FCE1F7
(252,225,247)
#FCE6F7
(252,230,247)
#FCEBF7
(252,235,247)
#FCF0F7
(252,240,247)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC3F7 color. Also use rgb(252,195,247) instead hex code.

Text Font Color

.myTextColor { color: #FCC3F7; }

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

This text font color is #FCC3F7.

Background Color

.myBgColor { background-color: #FCC3F7; }

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

This div background color is #FCC3F7.

Border color

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

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

This div border color is #FCC3F7.

Opacity

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

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

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

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

This text has shadow with #FCC3F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC3F7.

Preview

Color preview on black background

This text has color #FCC3F7 on black background.


Color preview on white background

This text has color #FCC3F7 on white background.


Black color preview on #FCC3F7 background

This text has black color on #FCC3F7 background.


White color preview on #FCC3F7 background

This text has white color on #FCC3F7 background.


Related colors

Complementary color

Complementary color for #hex is #033C08.


I love getcolorcode.com

Triadic colors

1 #F7FCC3 and #C3F7FC with #FCC3F7 are triadic colors.

2 #F7C3FC and #C3FCF7 with #FCC3F7 are triadic colors.