COLOR #FCC3F4

HEX: #FCC3F4 RGB: (252,195,244)

Color info

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

RGB color model

#FCC3F4 color RGB value is (252,195,244).

RGB: (252,195,244) (99%, 76%, 96%)

RGB channels and saturation

R 252 of 255 = 99%
G 195 of 255 = 76%
B 244 of 255 = 96%

252
195
244

R + G + B ~ 90%. #FCC3F4 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 195 + 244 = 691 (100%)
R 252 of 691 ~ 36.47%
G 195 of 691 ~ 28.22%
B 244 of 691 ~ 35.31'%

%36.47
%28.22
%35.31

CMYK color model

#FCC3F4 color CMYK value is (0,23,3,1).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 3.17%
  • key color value is 1.18%

CMYK: (0,23,3,1)
C0M23Y3K1 (0%, 23%, 3%, 1%)
(0.00 / 0.23 / 0.03 / 0.01)

CMYK percentages

%0
%22.62
%3.17
%1.18

Codes

Color #FCC3F4 in popluar color models

FC C3 F4
RGB 252 195 244
HSL 308° 90.48% 87.65%
HSB/HSV 308° 22.62% 98.82%
CMYK 0.00% 22.62% 3.17%
1.18%

Color #FCC3F4 in popluar number systems.

HEX FC C3 F4
Decimal 252 195 244
Binary 11111100 11000011 11110100
Octal 374 303 364

Shades and tints

Shades of #FCC3F4

#FCC3F4
(252,195,244)
#E6B2DE
(230,178,222)
#D0A1C8
(208,161,200)
#BA90B2
(186,144,178)
#A47F9C
(164,127,156)
#8E6E86
(142,110,134)
#785D70
(120,93,112)
#624C5A
(98,76,90)
#4C3B44
(76,59,68)
#362A2E
(54,42,46)
#201918
(32,25,24)
#000000
(0,0,0)

Tints of #FCC3F4

#FCC3F4
(252,195,244)
#FCC8F5
(252,200,245)
#FCCDF6
(252,205,246)
#FCD2F7
(252,210,247)
#FCD7F8
(252,215,248)
#FCDCF9
(252,220,249)
#FCE1FA
(252,225,250)
#FCE6FB
(252,230,251)
#FCEBFC
(252,235,252)
#FCF0FD
(252,240,253)
#FCF5FE
(252,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC3F4; }

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

This text font color is #FCC3F4.

Background Color

.myBgColor { background-color: #FCC3F4; }

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

This div background color is #FCC3F4.

Border color

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

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

This div border color is #FCC3F4.

Opacity

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

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

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

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

This text has shadow with #FCC3F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC3F4.

Preview

Color preview on black background

This text has color #FCC3F4 on black background.


Color preview on white background

This text has color #FCC3F4 on white background.


Black color preview on #FCC3F4 background

This text has black color on #FCC3F4 background.


White color preview on #FCC3F4 background

This text has white color on #FCC3F4 background.


Related colors

Complementary color

Complementary color for #hex is #033C0B.


I love getcolorcode.com

Triadic colors

1 #F4FCC3 and #C3F4FC with #FCC3F4 are triadic colors.

2 #F4C3FC and #C3FCF4 with #FCC3F4 are triadic colors.