COLOR #FCC4E3

HEX: #FCC4E3
RGB: (252,196,227)

Color info

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

RGB color model

#FCC4E3 color RGB value is (252,196,227).

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

RGB channels and saturation

R 252 of 255 = 99%
G 196 of 255 = 77%
B 227 of 255 = 89%

252
196
227

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

Portions of RGB colors in percentages

R + G + B =
252 + 196 + 227 = 675 (100%)
R 252 of 675 ~ 37.33%
G 196 of 675 ~ 29.04%
B 227 of 675 ~ 33.63%

%37.33
%29.04
%33.63

CMYK color model

#FCC4E3 color CMYK value is (0,22,10,1).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK:
(0,22,10,1)
C0M22Y10K1 
(0%,22%,10%,1%)
(0.00/0.22/0.10/0.01)	

CMYK percentages

%0
%22.22
%9.92
%1.18

Codes

Color #FCC4E3 in popluar color models

FCC4E3
RGB252196227
HSL327°90.32%87.84%
HSB/HSV327°22.22%98.82%
CMYK0.00%22.22%9.92%
1.18%

Color #FCC4E3 in popluar number systems.

HEXFCC4E3
Decimal252196227
Binary111111001100010011100011
Octal374304343

Shades and tints

Shades of #FCC4E3

#FCC4E3
(252,196,227)
#E6B3CF
(230,179,207)
#D0A2BB
(208,162,187)
#BA91A7
(186,145,167)
#A48093
(164,128,147)
#8E6F7F
(142,111,127)
#785E6B
(120,94,107)
#624D57
(98,77,87)
#4C3C43
(76,60,67)
#362B2F
(54,43,47)
#201A1B
(32,26,27)
#000000
(0,0,0)

Tints of #FCC4E3

#FCC4E3
(252,196,227)
#FCC9E5
(252,201,229)
#FCCEE7
(252,206,231)
#FCD3E9
(252,211,233)
#FCD8EB
(252,216,235)
#FCDDED
(252,221,237)
#FCE2EF
(252,226,239)
#FCE7F1
(252,231,241)
#FCECF3
(252,236,243)
#FCF1F5
(252,241,245)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC4E3; }

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

This text font color is #FCC4E3.


Background Color

.myBgColor { background-color: #FCC4E3; }

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

This div background color is #FCC4E3.


Border color

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

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

This div border color is #FCC4E3.


Opacity

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

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

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

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

This text has shadow with #FCC4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC4E3 on black background.


Color preview on white background

This text has color #FCC4E3 on white background.



Black color preview on #FCC4E3 background

This text has black color on #FCC4E3 background.


White color preview on #FCC4E3 background

This text has white color on #FCC4E3 background.