COLOR #FCADFC

HEX: #FCADFC
RGB: (252,173,252)

Color info

#FCADFC contains mainly red and blue colors. Web safe color of #FCADFC is #FF99FF (or #F9F).

RGB color model

#FCADFC color RGB value is (252,173,252).

  • red value is 252;
  • green value is 173;
  • blue value is 252.
RGB:
(252,173,252)
(99%,68%,99%)

RGB channels and saturation

R 252 of 255 = 99%
G 173 of 255 = 68%
B 252 of 255 = 99%

252
173
252

R + G + B ~ 89%. #FCADFC is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 173 + 252 = 677 (100%)
R 252 of 677 ~ 37.22%
G 173 of 677 ~ 25.55%
B 252 of 677 ~ 37.22%

%37.22
%25.55
%37.22

CMYK color model

#FCADFC color CMYK value is (0,31,0,1).

  • cyan value is 0.00%
  • magenta value is 31.35%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(0,31,0,1)
C0M31Y0K1 
(0%,31%,0%,1%)
(0.00/0.31/0.00/0.01)	

CMYK percentages

%0
%31.35
%0
%1.18

Codes

Color #FCADFC in popluar color models

FCADFC
RGB252173252
HSL300°92.94%83.33%
HSB/HSV300°31.35%98.82%
CMYK0.00%31.35%0.00%
1.18%

Color #FCADFC in popluar number systems.

HEXFCADFC
Decimal252173252
Binary111111001010110111111100
Octal374255374

Shades and tints

Shades of #FCADFC

#FCADFC
(252,173,252)
#E69EE6
(230,158,230)
#D08FD0
(208,143,208)
#BA80BA
(186,128,186)
#A471A4
(164,113,164)
#8E628E
(142,98,142)
#785378
(120,83,120)
#624462
(98,68,98)
#4C354C
(76,53,76)
#362636
(54,38,54)
#201720
(32,23,32)
#000000
(0,0,0)

Tints of #FCADFC

#FCADFC
(252,173,252)
#FCB4FC
(252,180,252)
#FCBBFC
(252,187,252)
#FCC2FC
(252,194,252)
#FCC9FC
(252,201,252)
#FCD0FC
(252,208,252)
#FCD7FC
(252,215,252)
#FCDEFC
(252,222,252)
#FCE5FC
(252,229,252)
#FCECFC
(252,236,252)
#FCF3FC
(252,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCADFC; }

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

This text font color is #FCADFC.


Background Color

.myBgColor { background-color: #FCADFC; }

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

This div background color is #FCADFC.


Border color

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

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

This div border color is #FCADFC.


Opacity

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

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

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

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

This text has shadow with #FCADFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCADFC on black background.


Color preview on white background

This text has color #FCADFC on white background.



Black color preview on #FCADFC background

This text has black color on #FCADFC background.


White color preview on #FCADFC background

This text has white color on #FCADFC background.