COLOR #FCCEE1

HEX: #FCCEE1 RGB: (252,206,225)

Color info

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

RGB color model

#FCCEE1 color RGB value is (252,206,225).

RGB: (252,206,225) (99%, 81%, 88%)

RGB channels and saturation

R 252 of 255 = 99%
G 206 of 255 = 81%
B 225 of 255 = 88%

252
206
225

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

Portions of RGB colors in percentages

R + G + B = 252 + 206 + 225 = 683 (100%)
R 252 of 683 ~ 36.9%
G 206 of 683 ~ 30.16%
B 225 of 683 ~ 32.94'%

%36.9
%30.16
%32.94

CMYK color model

#FCCEE1 color CMYK value is (0,18,11,1).

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

CMYK: (0,18,11,1)
C0M18Y11K1 (0%, 18%, 11%, 1%)
(0.00 / 0.18 / 0.11 / 0.01)

CMYK percentages

%0
%18.25
%10.71
%1.18

Codes

Color #FCCEE1 in popluar color models

FC CE E1
RGB 252 206 225
HSL 335° 88.46% 89.80%
HSB/HSV 335° 18.25% 98.82%
CMYK 0.00% 18.25% 10.71%
1.18%

Color #FCCEE1 in popluar number systems.

HEX FC CE E1
Decimal 252 206 225
Binary 11111100 11001110 11100001
Octal 374 316 341

Shades and tints

Shades of #FCCEE1

#FCCEE1
(252,206,225)
#E6BCCD
(230,188,205)
#D0AAB9
(208,170,185)
#BA98A5
(186,152,165)
#A48691
(164,134,145)
#8E747D
(142,116,125)
#786269
(120,98,105)
#625055
(98,80,85)
#4C3E41
(76,62,65)
#362C2D
(54,44,45)
#201A19
(32,26,25)
#000000
(0,0,0)

Tints of #FCCEE1

#FCCEE1
(252,206,225)
#FCD2E3
(252,210,227)
#FCD6E5
(252,214,229)
#FCDAE7
(252,218,231)
#FCDEE9
(252,222,233)
#FCE2EB
(252,226,235)
#FCE6ED
(252,230,237)
#FCEAEF
(252,234,239)
#FCEEF1
(252,238,241)
#FCF2F3
(252,242,243)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCEE1; }

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

This text font color is #FCCEE1.

Background Color

.myBgColor { background-color: #FCCEE1; }

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

This div background color is #FCCEE1.

Border color

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

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

This div border color is #FCCEE1.

Opacity

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

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

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

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

This text has shadow with #FCCEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCEE1.

Preview

Color preview on black background

This text has color #FCCEE1 on black background.


Color preview on white background

This text has color #FCCEE1 on white background.


Black color preview on #FCCEE1 background

This text has black color on #FCCEE1 background.


White color preview on #FCCEE1 background

This text has white color on #FCCEE1 background.


Related colors

Complementary color

Complementary color for #hex is #03311E.


I love getcolorcode.com

Triadic colors

1 #E1FCCE and #CEE1FC with #FCCEE1 are triadic colors.

2 #E1CEFC and #CEFCE1 with #FCCEE1 are triadic colors.