COLOR #FCCFE7

HEX: #FCCFE7 RGB: (252,207,231)

Color info

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

RGB color model

#FCCFE7 color RGB value is (252,207,231).

RGB: (252,207,231) (99%, 81%, 91%)

RGB channels and saturation

R 252 of 255 = 99%
G 207 of 255 = 81%
B 231 of 255 = 91%

252
207
231

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

Portions of RGB colors in percentages

R + G + B = 252 + 207 + 231 = 690 (100%)
R 252 of 690 ~ 36.52%
G 207 of 690 ~ 30%
B 231 of 690 ~ 33.48'%

%36.52
%30
%33.48

CMYK color model

#FCCFE7 color CMYK value is (0,18,8,1).

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

CMYK: (0,18,8,1)
C0M18Y8K1 (0%, 18%, 8%, 1%)
(0.00 / 0.18 / 0.08 / 0.01)

CMYK percentages

%0
%17.86
%8.33
%1.18

Codes

Color #FCCFE7 in popluar color models

FC CF E7
RGB 252 207 231
HSL 328° 88.24% 90.00%
HSB/HSV 328° 17.86% 98.82%
CMYK 0.00% 17.86% 8.33%
1.18%

Color #FCCFE7 in popluar number systems.

HEX FC CF E7
Decimal 252 207 231
Binary 11111100 11001111 11100111
Octal 374 317 347

Shades and tints

Shades of #FCCFE7

#FCCFE7
(252,207,231)
#E6BDD2
(230,189,210)
#D0ABBD
(208,171,189)
#BA99A8
(186,153,168)
#A48793
(164,135,147)
#8E757E
(142,117,126)
#786369
(120,99,105)
#625154
(98,81,84)
#4C3F3F
(76,63,63)
#362D2A
(54,45,42)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCCFE7

#FCCFE7
(252,207,231)
#FCD3E9
(252,211,233)
#FCD7EB
(252,215,235)
#FCDBED
(252,219,237)
#FCDFEF
(252,223,239)
#FCE3F1
(252,227,241)
#FCE7F3
(252,231,243)
#FCEBF5
(252,235,245)
#FCEFF7
(252,239,247)
#FCF3F9
(252,243,249)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCFE7; }

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

This text font color is #FCCFE7.

Background Color

.myBgColor { background-color: #FCCFE7; }

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

This div background color is #FCCFE7.

Border color

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

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

This div border color is #FCCFE7.

Opacity

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

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

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

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

This text has shadow with #FCCFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCFE7.

Preview

Color preview on black background

This text has color #FCCFE7 on black background.


Color preview on white background

This text has color #FCCFE7 on white background.


Black color preview on #FCCFE7 background

This text has black color on #FCCFE7 background.


White color preview on #FCCFE7 background

This text has white color on #FCCFE7 background.


Related colors

Complementary color

Complementary color for #hex is #033018.


I love getcolorcode.com

Triadic colors

1 #E7FCCF and #CFE7FC with #FCCFE7 are triadic colors.

2 #E7CFFC and #CFFCE7 with #FCCFE7 are triadic colors.