COLOR #FCCFF1

HEX: #FCCFF1
RGB: (252,207,241)

Color info

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

RGB color model

#FCCFF1 color RGB value is (252,207,241).

  • red value is 252;
  • green value is 207;
  • blue value is 241.
RGB:
(252,207,241)
(99%,81%,95%)

RGB channels and saturation

R 252 of 255 = 99%
G 207 of 255 = 81%
B 241 of 255 = 95%

252
207
241

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

Portions of RGB colors in percentages

R + G + B =
252 + 207 + 241 = 700 (100%)
R 252 of 700 ~ 36%
G 207 of 700 ~ 29.57%
B 241 of 700 ~ 34.43%

%36
%29.57
%34.43

CMYK color model

#FCCFF1 color CMYK value is (0,18,4,1).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 4.37%
  • key color value is 1.18%
CMYK:
(0,18,4,1)
C0M18Y4K1 
(0%,18%,4%,1%)
(0.00/0.18/0.04/0.01)	

CMYK percentages

%0
%17.86
%4.37
%1.18

Codes

Color #FCCFF1 in popluar color models

FCCFF1
RGB252207241
HSL315°88.24%90.00%
HSB/HSV315°17.86%98.82%
CMYK0.00%17.86%4.37%
1.18%

Color #FCCFF1 in popluar number systems.

HEXFCCFF1
Decimal252207241
Binary111111001100111111110001
Octal374317361

Shades and tints

Shades of #FCCFF1

#FCCFF1
(252,207,241)
#E6BDDC
(230,189,220)
#D0ABC7
(208,171,199)
#BA99B2
(186,153,178)
#A4879D
(164,135,157)
#8E7588
(142,117,136)
#786373
(120,99,115)
#62515E
(98,81,94)
#4C3F49
(76,63,73)
#362D34
(54,45,52)
#201B1F
(32,27,31)
#000000
(0,0,0)

Tints of #FCCFF1

#FCCFF1
(252,207,241)
#FCD3F2
(252,211,242)
#FCD7F3
(252,215,243)
#FCDBF4
(252,219,244)
#FCDFF5
(252,223,245)
#FCE3F6
(252,227,246)
#FCE7F7
(252,231,247)
#FCEBF8
(252,235,248)
#FCEFF9
(252,239,249)
#FCF3FA
(252,243,250)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCFF1; }

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

This text font color is #FCCFF1.


Background Color

.myBgColor { background-color: #FCCFF1; }

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

This div background color is #FCCFF1.


Border color

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

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

This div border color is #FCCFF1.


Opacity

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

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

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

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

This text has shadow with #FCCFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCFF1 on black background.


Color preview on white background

This text has color #FCCFF1 on white background.



Black color preview on #FCCFF1 background

This text has black color on #FCCFF1 background.


White color preview on #FCCFF1 background

This text has white color on #FCCFF1 background.