COLOR #FCCFD3

HEX: #FCCFD3
RGB: (252,207,211)

Color info

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

RGB color model

#FCCFD3 color RGB value is (252,207,211).

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

RGB channels and saturation

R 252 of 255 = 99%
G 207 of 255 = 81%
B 211 of 255 = 83%

252
207
211

R + G + B ~ 88%. #FCCFD3 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 207 + 211 = 670 (100%)
R 252 of 670 ~ 37.61%
G 207 of 670 ~ 30.9%
B 211 of 670 ~ 31.49%

%37.61
%30.9
%31.49

CMYK color model

#FCCFD3 color CMYK value is (0,18,16,1).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 16.27%
  • key color value is 1.18%
CMYK:
(0,18,16,1)
C0M18Y16K1 
(0%,18%,16%,1%)
(0.00/0.18/0.16/0.01)	

CMYK percentages

%0
%17.86
%16.27
%1.18

Codes

Color #FCCFD3 in popluar color models

FCCFD3
RGB252207211
HSL355°88.24%90.00%
HSB/HSV355°17.86%98.82%
CMYK0.00%17.86%16.27%
1.18%

Color #FCCFD3 in popluar number systems.

HEXFCCFD3
Decimal252207211
Binary111111001100111111010011
Octal374317323

Shades and tints

Shades of #FCCFD3

#FCCFD3
(252,207,211)
#E6BDC0
(230,189,192)
#D0ABAD
(208,171,173)
#BA999A
(186,153,154)
#A48787
(164,135,135)
#8E7574
(142,117,116)
#786361
(120,99,97)
#62514E
(98,81,78)
#4C3F3B
(76,63,59)
#362D28
(54,45,40)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCCFD3

#FCCFD3
(252,207,211)
#FCD3D7
(252,211,215)
#FCD7DB
(252,215,219)
#FCDBDF
(252,219,223)
#FCDFE3
(252,223,227)
#FCE3E7
(252,227,231)
#FCE7EB
(252,231,235)
#FCEBEF
(252,235,239)
#FCEFF3
(252,239,243)
#FCF3F7
(252,243,247)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCFD3; }

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

This text font color is #FCCFD3.


Background Color

.myBgColor { background-color: #FCCFD3; }

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

This div background color is #FCCFD3.


Border color

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

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

This div border color is #FCCFD3.


Opacity

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

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

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

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

This text has shadow with #FCCFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCFD3 on black background.


Color preview on white background

This text has color #FCCFD3 on white background.



Black color preview on #FCCFD3 background

This text has black color on #FCCFD3 background.


White color preview on #FCCFD3 background

This text has white color on #FCCFD3 background.