COLOR #FCD0FD

HEX: #FCD0FD RGB: (252,208,253)

Color info

#FCD0FD contains red, green and blue colors in about the same proportion. Web safe color of #FCD0FD is #FFCCFF (or #FCF).

RGB color model

#FCD0FD color RGB value is (252,208,253).

RGB: (252,208,253) (99%, 82%, 99%)

RGB channels and saturation

R 252 of 255 = 99%
G 208 of 255 = 82%
B 253 of 255 = 99%

252
208
253

R + G + B ~ 93%. #FCD0FD is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 208 + 253 = 713 (100%)
R 252 of 713 ~ 35.34%
G 208 of 713 ~ 29.17%
B 253 of 713 ~ 35.48'%

%35.34
%29.17
%35.48

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (0,18,0,1)
C0M18Y0K1 (0%, 18%, 0%, 1%)
(0.00 / 0.18 / 0.00 / 0.01)

CMYK percentages

%0.4
%17.79
%0
%0.78

Codes

Color #FCD0FD in popluar color models

FC D0 FD
RGB 252 208 253
HSL 299° 91.84% 90.39%
HSB/HSV 299° 17.79% 99.22%
CMYK 0.40% 17.79% 0.00%
0.78%

Color #FCD0FD in popluar number systems.

HEX FC D0 FD
Decimal 252 208 253
Binary 11111100 11010000 11111101
Octal 374 320 375

Shades and tints

Shades of #FCD0FD

#FCD0FD
(252,208,253)
#E6BEE6
(230,190,230)
#D0ACCF
(208,172,207)
#BA9AB8
(186,154,184)
#A488A1
(164,136,161)
#8E768A
(142,118,138)
#786473
(120,100,115)
#62525C
(98,82,92)
#4C4045
(76,64,69)
#362E2E
(54,46,46)
#201C17
(32,28,23)
#000000
(0,0,0)

Tints of #FCD0FD

#FCD0FD
(252,208,253)
#FCD4FD
(252,212,253)
#FCD8FD
(252,216,253)
#FCDCFD
(252,220,253)
#FCE0FD
(252,224,253)
#FCE4FD
(252,228,253)
#FCE8FD
(252,232,253)
#FCECFD
(252,236,253)
#FCF0FD
(252,240,253)
#FCF4FD
(252,244,253)
#FCF8FD
(252,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD0FD; }

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

This text font color is #FCD0FD.

Background Color

.myBgColor { background-color: #FCD0FD; }

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

This div background color is #FCD0FD.

Border color

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

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

This div border color is #FCD0FD.

Opacity

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

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

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

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

This text has shadow with #FCD0FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD0FD.

Preview

Color preview on black background

This text has color #FCD0FD on black background.


Color preview on white background

This text has color #FCD0FD on white background.


Black color preview on #FCD0FD background

This text has black color on #FCD0FD background.


White color preview on #FCD0FD background

This text has white color on #FCD0FD background.


Related colors

Complementary color

Complementary color for #hex is #032F02.


I love getcolorcode.com

Triadic colors

1 #FDFCD0 and #D0FDFC with #FCD0FD are triadic colors.

2 #FDD0FC and #D0FCFD with #FCD0FD are triadic colors.