COLOR #FCCAD4

HEX: #FCCAD4
RGB: (252,202,212)

Color info

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

RGB color model

#FCCAD4 color RGB value is (252,202,212).

  • red value is 252;
  • green value is 202;
  • blue value is 212.
RGB:
(252,202,212)
(99%,79%,83%)

RGB channels and saturation

R 252 of 255 = 99%
G 202 of 255 = 79%
B 212 of 255 = 83%

252
202
212

R + G + B ~ 87%. #FCCAD4 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 202 + 212 = 666 (100%)
R 252 of 666 ~ 37.84%
G 202 of 666 ~ 30.33%
B 212 of 666 ~ 31.83%

%37.84
%30.33
%31.83

CMYK color model

#FCCAD4 color CMYK value is (0,20,16,1).

  • cyan value is 0.00%
  • magenta value is 19.84%
  • yellow value is 15.87%
  • key color value is 1.18%
CMYK:
(0,20,16,1)
C0M20Y16K1 
(0%,20%,16%,1%)
(0.00/0.20/0.16/0.01)	

CMYK percentages

%0
%19.84
%15.87
%1.18

Codes

Color #FCCAD4 in popluar color models

FCCAD4
RGB252202212
HSL348°89.29%89.02%
HSB/HSV348°19.84%98.82%
CMYK0.00%19.84%15.87%
1.18%

Color #FCCAD4 in popluar number systems.

HEXFCCAD4
Decimal252202212
Binary111111001100101011010100
Octal374312324

Shades and tints

Shades of #FCCAD4

#FCCAD4
(252,202,212)
#E6B8C1
(230,184,193)
#D0A6AE
(208,166,174)
#BA949B
(186,148,155)
#A48288
(164,130,136)
#8E7075
(142,112,117)
#785E62
(120,94,98)
#624C4F
(98,76,79)
#4C3A3C
(76,58,60)
#362829
(54,40,41)
#201616
(32,22,22)
#000000
(0,0,0)

Tints of #FCCAD4

#FCCAD4
(252,202,212)
#FCCED7
(252,206,215)
#FCD2DA
(252,210,218)
#FCD6DD
(252,214,221)
#FCDAE0
(252,218,224)
#FCDEE3
(252,222,227)
#FCE2E6
(252,226,230)
#FCE6E9
(252,230,233)
#FCEAEC
(252,234,236)
#FCEEEF
(252,238,239)
#FCF2F2
(252,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCAD4 color. Also use rgb(252,202,212) instead hex code.

Text Font Color

.myTextColor { color: #FCCAD4; }

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

This text font color is #FCCAD4.


Background Color

.myBgColor { background-color: #FCCAD4; }

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

This div background color is #FCCAD4.


Border color

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

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

This div border color is #FCCAD4.


Opacity

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

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

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

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

This text has shadow with #FCCAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCAD4 on black background.


Color preview on white background

This text has color #FCCAD4 on white background.



Black color preview on #FCCAD4 background

This text has black color on #FCCAD4 background.


White color preview on #FCCAD4 background

This text has white color on #FCCAD4 background.