COLOR #FCCEF7

HEX: #FCCEF7
RGB: (252,206,247)

Color info

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

RGB color model

#FCCEF7 color RGB value is (252,206,247).

  • red value is 252;
  • green value is 206;
  • blue value is 247.
RGB:
(252,206,247)
(99%,81%,97%)

RGB channels and saturation

R 252 of 255 = 99%
G 206 of 255 = 81%
B 247 of 255 = 97%

252
206
247

R + G + B ~ 92%. #FCCEF7 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 206 + 247 = 705 (100%)
R 252 of 705 ~ 35.74%
G 206 of 705 ~ 29.22%
B 247 of 705 ~ 35.04%

%35.74
%29.22
%35.04

CMYK color model

#FCCEF7 color CMYK value is (0,18,2,1).

  • cyan value is 0.00%
  • magenta value is 18.25%
  • yellow value is 1.98%
  • key color value is 1.18%
CMYK:
(0,18,2,1)
C0M18Y2K1 
(0%,18%,2%,1%)
(0.00/0.18/0.02/0.01)	

CMYK percentages

%0
%18.25
%1.98
%1.18

Codes

Color #FCCEF7 in popluar color models

FCCEF7
RGB252206247
HSL307°88.46%89.80%
HSB/HSV307°18.25%98.82%
CMYK0.00%18.25%1.98%
1.18%

Color #FCCEF7 in popluar number systems.

HEXFCCEF7
Decimal252206247
Binary111111001100111011110111
Octal374316367

Shades and tints

Shades of #FCCEF7

#FCCEF7
(252,206,247)
#E6BCE1
(230,188,225)
#D0AACB
(208,170,203)
#BA98B5
(186,152,181)
#A4869F
(164,134,159)
#8E7489
(142,116,137)
#786273
(120,98,115)
#62505D
(98,80,93)
#4C3E47
(76,62,71)
#362C31
(54,44,49)
#201A1B
(32,26,27)
#000000
(0,0,0)

Tints of #FCCEF7

#FCCEF7
(252,206,247)
#FCD2F7
(252,210,247)
#FCD6F7
(252,214,247)
#FCDAF7
(252,218,247)
#FCDEF7
(252,222,247)
#FCE2F7
(252,226,247)
#FCE6F7
(252,230,247)
#FCEAF7
(252,234,247)
#FCEEF7
(252,238,247)
#FCF2F7
(252,242,247)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCEF7; }

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

This text font color is #FCCEF7.


Background Color

.myBgColor { background-color: #FCCEF7; }

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

This div background color is #FCCEF7.


Border color

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

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

This div border color is #FCCEF7.


Opacity

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

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

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

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

This text has shadow with #FCCEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCEF7 on black background.


Color preview on white background

This text has color #FCCEF7 on white background.



Black color preview on #FCCEF7 background

This text has black color on #FCCEF7 background.


White color preview on #FCCEF7 background

This text has white color on #FCCEF7 background.