COLOR #F6D6FC

HEX: #F6D6FC
RGB: (246,214,252)

Color info

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

RGB color model

#F6D6FC color RGB value is (246,214,252).

  • red value is 246;
  • green value is 214;
  • blue value is 252.
RGB:
(246,214,252)
(96%,84%,99%)

RGB channels and saturation

R 246 of 255 = 96%
G 214 of 255 = 84%
B 252 of 255 = 99%

246
214
252

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

Portions of RGB colors in percentages

R + G + B =
246 + 214 + 252 = 712 (100%)
R 246 of 712 ~ 34.55%
G 214 of 712 ~ 30.06%
B 252 of 712 ~ 35.39%

%34.55
%30.06
%35.39

CMYK color model

#F6D6FC color CMYK value is (2,15,0,1).

  • cyan value is 2.38%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(2,15,0,1)
C2M15Y0K1 
(2%,15%,0%,1%)
(0.02/0.15/0.00/0.01)	

CMYK percentages

%2.38
%15.08
%0
%1.18

Codes

Color #F6D6FC in popluar color models

F6D6FC
RGB246214252
HSL291°86.36%91.37%
HSB/HSV291°15.08%98.82%
CMYK2.38%15.08%0.00%
1.18%

Color #F6D6FC in popluar number systems.

HEXF6D6FC
Decimal246214252
Binary111101101101011011111100
Octal366326374

Shades and tints

Shades of #F6D6FC

#F6D6FC
(246,214,252)
#E0C3E6
(224,195,230)
#CAB0D0
(202,176,208)
#B49DBA
(180,157,186)
#9E8AA4
(158,138,164)
#88778E
(136,119,142)
#726478
(114,100,120)
#5C5162
(92,81,98)
#463E4C
(70,62,76)
#302B36
(48,43,54)
#1A1820
(26,24,32)
#000000
(0,0,0)

Tints of #F6D6FC

#F6D6FC
(246,214,252)
#F6D9FC
(246,217,252)
#F6DCFC
(246,220,252)
#F6DFFC
(246,223,252)
#F6E2FC
(246,226,252)
#F6E5FC
(246,229,252)
#F6E8FC
(246,232,252)
#F6EBFC
(246,235,252)
#F6EEFC
(246,238,252)
#F6F1FC
(246,241,252)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D6FC; }

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

This text font color is #F6D6FC.


Background Color

.myBgColor { background-color: #F6D6FC; }

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

This div background color is #F6D6FC.


Border color

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

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

This div border color is #F6D6FC.


Opacity

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

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

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

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

This text has shadow with #F6D6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D6FC on black background.


Color preview on white background

This text has color #F6D6FC on white background.



Black color preview on #F6D6FC background

This text has black color on #F6D6FC background.


White color preview on #F6D6FC background

This text has white color on #F6D6FC background.