COLOR #F6DCFE

HEX: #F6DCFE RGB: (246,220,254)

Color info

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

RGB color model

#F6DCFE color RGB value is (246,220,254).

RGB: (246,220,254) (96%, 86%, 100%)

RGB channels and saturation

R 246 of 255 = 96%
G 220 of 255 = 86%
B 254 of 255 = 100%

246
220
254

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

Portions of RGB colors in percentages

R + G + B = 246 + 220 + 254 = 720 (100%)
R 246 of 720 ~ 34.17%
G 220 of 720 ~ 30.56%
B 254 of 720 ~ 35.28'%

%34.17
%30.56
%35.28

CMYK color model

#F6DCFE color CMYK value is (3,13,0,0).

  • cyan value is 3.15%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (3,13,0,0)
C3M13Y0K0 (3%, 13%, 0%, 0%)
(0.03 / 0.13 / 0.00 / 0.00)

CMYK percentages

%3.15
%13.39
%0
%0.39

Codes

Color #F6DCFE in popluar color models

F6 DC FE
RGB 246 220 254
HSL 286° 94.44% 92.94%
HSB/HSV 286° 13.39% 99.61%
CMYK 3.15% 13.39% 0.00%
0.39%

Color #F6DCFE in popluar number systems.

HEX F6 DC FE
Decimal 246 220 254
Binary 11110110 11011100 11111110
Octal 366 334 376

Shades and tints

Shades of #F6DCFE

#F6DCFE
(246,220,254)
#E0C8E7
(224,200,231)
#CAB4D0
(202,180,208)
#B4A0B9
(180,160,185)
#9E8CA2
(158,140,162)
#88788B
(136,120,139)
#726474
(114,100,116)
#5C505D
(92,80,93)
#463C46
(70,60,70)
#30282F
(48,40,47)
#1A1418
(26,20,24)
#000000
(0,0,0)

Tints of #F6DCFE

#F6DCFE
(246,220,254)
#F6DFFE
(246,223,254)
#F6E2FE
(246,226,254)
#F6E5FE
(246,229,254)
#F6E8FE
(246,232,254)
#F6EBFE
(246,235,254)
#F6EEFE
(246,238,254)
#F6F1FE
(246,241,254)
#F6F4FE
(246,244,254)
#F6F7FE
(246,247,254)
#F6FAFE
(246,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DCFE color. Also use rgb(246,220,254) instead hex code.

Text Font Color

.myTextColor { color: #F6DCFE; }

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

This text font color is #F6DCFE.

Background Color

.myBgColor { background-color: #F6DCFE; }

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

This div background color is #F6DCFE.

Border color

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

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

This div border color is #F6DCFE.

Opacity

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

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

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

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

This text has shadow with #F6DCFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DCFE.

Preview

Color preview on black background

This text has color #F6DCFE on black background.


Color preview on white background

This text has color #F6DCFE on white background.


Black color preview on #F6DCFE background

This text has black color on #F6DCFE background.


White color preview on #F6DCFE background

This text has white color on #F6DCFE background.


Related colors

Complementary color

Complementary color for #hex is #092301.


I love getcolorcode.com

Triadic colors

1 #FEF6DC and #DCFEF6 with #F6DCFE are triadic colors.

2 #FEDCF6 and #DCF6FE with #F6DCFE are triadic colors.