COLOR #FCCFE3

HEX: #FCCFE3
RGB: (252,207,227)

Color info

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

RGB color model

#FCCFE3 color RGB value is (252,207,227).

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

RGB channels and saturation

R 252 of 255 = 99%
G 207 of 255 = 81%
B 227 of 255 = 89%

252
207
227

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

Portions of RGB colors in percentages

R + G + B =
252 + 207 + 227 = 686 (100%)
R 252 of 686 ~ 36.73%
G 207 of 686 ~ 30.17%
B 227 of 686 ~ 33.09%

%36.73
%30.17
%33.09

CMYK color model

#FCCFE3 color CMYK value is (0,18,10,1).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK:
(0,18,10,1)
C0M18Y10K1 
(0%,18%,10%,1%)
(0.00/0.18/0.10/0.01)	

CMYK percentages

%0
%17.86
%9.92
%1.18

Codes

Color #FCCFE3 in popluar color models

FCCFE3
RGB252207227
HSL333°88.24%90.00%
HSB/HSV333°17.86%98.82%
CMYK0.00%17.86%9.92%
1.18%

Color #FCCFE3 in popluar number systems.

HEXFCCFE3
Decimal252207227
Binary111111001100111111100011
Octal374317343

Shades and tints

Shades of #FCCFE3

#FCCFE3
(252,207,227)
#E6BDCF
(230,189,207)
#D0ABBB
(208,171,187)
#BA99A7
(186,153,167)
#A48793
(164,135,147)
#8E757F
(142,117,127)
#78636B
(120,99,107)
#625157
(98,81,87)
#4C3F43
(76,63,67)
#362D2F
(54,45,47)
#201B1B
(32,27,27)
#000000
(0,0,0)

Tints of #FCCFE3

#FCCFE3
(252,207,227)
#FCD3E5
(252,211,229)
#FCD7E7
(252,215,231)
#FCDBE9
(252,219,233)
#FCDFEB
(252,223,235)
#FCE3ED
(252,227,237)
#FCE7EF
(252,231,239)
#FCEBF1
(252,235,241)
#FCEFF3
(252,239,243)
#FCF3F5
(252,243,245)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCFE3; }

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

This text font color is #FCCFE3.


Background Color

.myBgColor { background-color: #FCCFE3; }

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

This div background color is #FCCFE3.


Border color

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

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

This div border color is #FCCFE3.


Opacity

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

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

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

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

This text has shadow with #FCCFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCFE3 on black background.


Color preview on white background

This text has color #FCCFE3 on white background.



Black color preview on #FCCFE3 background

This text has black color on #FCCFE3 background.


White color preview on #FCCFE3 background

This text has white color on #FCCFE3 background.