COLOR #FCC3EE

HEX: #FCC3EE RGB: (252,195,238)

Color info

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

RGB color model

#FCC3EE color RGB value is (252,195,238).

RGB: (252,195,238) (99%, 76%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 195 of 255 = 76%
B 238 of 255 = 93%

252
195
238

R + G + B ~ 89%. #FCC3EE is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 195 + 238 = 685 (100%)
R 252 of 685 ~ 36.79%
G 195 of 685 ~ 28.47%
B 238 of 685 ~ 34.74'%

%36.79
%28.47
%34.74

CMYK color model

#FCC3EE color CMYK value is (0,23,6,1).

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

CMYK: (0,23,6,1)
C0M23Y6K1 (0%, 23%, 6%, 1%)
(0.00 / 0.23 / 0.06 / 0.01)

CMYK percentages

%0
%22.62
%5.56
%1.18

Codes

Color #FCC3EE in popluar color models

FC C3 EE
RGB 252 195 238
HSL 315° 90.48% 87.65%
HSB/HSV 315° 22.62% 98.82%
CMYK 0.00% 22.62% 5.56%
1.18%

Color #FCC3EE in popluar number systems.

HEX FC C3 EE
Decimal 252 195 238
Binary 11111100 11000011 11101110
Octal 374 303 356

Shades and tints

Shades of #FCC3EE

#FCC3EE
(252,195,238)
#E6B2D9
(230,178,217)
#D0A1C4
(208,161,196)
#BA90AF
(186,144,175)
#A47F9A
(164,127,154)
#8E6E85
(142,110,133)
#785D70
(120,93,112)
#624C5B
(98,76,91)
#4C3B46
(76,59,70)
#362A31
(54,42,49)
#20191C
(32,25,28)
#000000
(0,0,0)

Tints of #FCC3EE

#FCC3EE
(252,195,238)
#FCC8EF
(252,200,239)
#FCCDF0
(252,205,240)
#FCD2F1
(252,210,241)
#FCD7F2
(252,215,242)
#FCDCF3
(252,220,243)
#FCE1F4
(252,225,244)
#FCE6F5
(252,230,245)
#FCEBF6
(252,235,246)
#FCF0F7
(252,240,247)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC3EE; }

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

This text font color is #FCC3EE.

Background Color

.myBgColor { background-color: #FCC3EE; }

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

This div background color is #FCC3EE.

Border color

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

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

This div border color is #FCC3EE.

Opacity

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

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

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

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

This text has shadow with #FCC3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC3EE.

Preview

Color preview on black background

This text has color #FCC3EE on black background.


Color preview on white background

This text has color #FCC3EE on white background.


Black color preview on #FCC3EE background

This text has black color on #FCC3EE background.


White color preview on #FCC3EE background

This text has white color on #FCC3EE background.


Related colors

Complementary color

Complementary color for #hex is #033C11.


I love getcolorcode.com

Triadic colors

1 #EEFCC3 and #C3EEFC with #FCC3EE are triadic colors.

2 #EEC3FC and #C3FCEE with #FCC3EE are triadic colors.