COLOR #FCDAFB

HEX: #FCDAFB RGB: (252,218,251)

Color info

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

RGB color model

#FCDAFB color RGB value is (252,218,251).

RGB: (252,218,251) (99%, 85%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 218 of 255 = 85%
B 251 of 255 = 98%

252
218
251

R + G + B ~ 94%. #FCDAFB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 218 + 251 = 721 (100%)
R 252 of 721 ~ 34.95%
G 218 of 721 ~ 30.24%
B 251 of 721 ~ 34.81'%

%34.95
%30.24
%34.81

CMYK color model

#FCDAFB color CMYK value is (0,13,0,1).

  • cyan value is 0.00%
  • magenta value is 13.49%
  • yellow value is 0.40%
  • key color value is 1.18%

CMYK: (0,13,0,1)
C0M13Y0K1 (0%, 13%, 0%, 1%)
(0.00 / 0.13 / 0.00 / 0.01)

CMYK percentages

%0
%13.49
%0.4
%1.18

Codes

Color #FCDAFB in popluar color models

FC DA FB
RGB 252 218 251
HSL 302° 85.00% 92.16%
HSB/HSV 302° 13.49% 98.82%
CMYK 0.00% 13.49% 0.40%
1.18%

Color #FCDAFB in popluar number systems.

HEX FC DA FB
Decimal 252 218 251
Binary 11111100 11011010 11111011
Octal 374 332 373

Shades and tints

Shades of #FCDAFB

#FCDAFB
(252,218,251)
#E6C7E5
(230,199,229)
#D0B4CF
(208,180,207)
#BAA1B9
(186,161,185)
#A48EA3
(164,142,163)
#8E7B8D
(142,123,141)
#786877
(120,104,119)
#625561
(98,85,97)
#4C424B
(76,66,75)
#362F35
(54,47,53)
#201C1F
(32,28,31)
#000000
(0,0,0)

Tints of #FCDAFB

#FCDAFB
(252,218,251)
#FCDDFB
(252,221,251)
#FCE0FB
(252,224,251)
#FCE3FB
(252,227,251)
#FCE6FB
(252,230,251)
#FCE9FB
(252,233,251)
#FCECFB
(252,236,251)
#FCEFFB
(252,239,251)
#FCF2FB
(252,242,251)
#FCF5FB
(252,245,251)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDAFB; }

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

This text font color is #FCDAFB.

Background Color

.myBgColor { background-color: #FCDAFB; }

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

This div background color is #FCDAFB.

Border color

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

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

This div border color is #FCDAFB.

Opacity

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

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

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

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

This text has shadow with #FCDAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDAFB.

Preview

Color preview on black background

This text has color #FCDAFB on black background.


Color preview on white background

This text has color #FCDAFB on white background.


Black color preview on #FCDAFB background

This text has black color on #FCDAFB background.


White color preview on #FCDAFB background

This text has white color on #FCDAFB background.


Related colors

Complementary color

Complementary color for #hex is #032504.


I love getcolorcode.com

Triadic colors

1 #FBFCDA and #DAFBFC with #FCDAFB are triadic colors.

2 #FBDAFC and #DAFCFB with #FCDAFB are triadic colors.