COLOR #F6D4FC

HEX: #F6D4FC
RGB: (246,212,252)

Color info

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

RGB color model

#F6D4FC color RGB value is (246,212,252).

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

RGB channels and saturation

R 246 of 255 = 96%
G 212 of 255 = 83%
B 252 of 255 = 99%

246
212
252

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

Portions of RGB colors in percentages

R + G + B =
246 + 212 + 252 = 710 (100%)
R 246 of 710 ~ 34.65%
G 212 of 710 ~ 29.86%
B 252 of 710 ~ 35.49%

%34.65
%29.86
%35.49

CMYK color model

#F6D4FC color CMYK value is (2,16,0,1).

  • cyan value is 2.38%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(2,16,0,1)
C2M16Y0K1 
(2%,16%,0%,1%)
(0.02/0.16/0.00/0.01)	

CMYK percentages

%2.38
%15.87
%0
%1.18

Codes

Color #F6D4FC in popluar color models

F6D4FC
RGB246212252
HSL291°86.96%90.98%
HSB/HSV291°15.87%98.82%
CMYK2.38%15.87%0.00%
1.18%

Color #F6D4FC in popluar number systems.

HEXF6D4FC
Decimal246212252
Binary111101101101010011111100
Octal366324374

Shades and tints

Shades of #F6D4FC

#F6D4FC
(246,212,252)
#E0C1E6
(224,193,230)
#CAAED0
(202,174,208)
#B49BBA
(180,155,186)
#9E88A4
(158,136,164)
#88758E
(136,117,142)
#726278
(114,98,120)
#5C4F62
(92,79,98)
#463C4C
(70,60,76)
#302936
(48,41,54)
#1A1620
(26,22,32)
#000000
(0,0,0)

Tints of #F6D4FC

#F6D4FC
(246,212,252)
#F6D7FC
(246,215,252)
#F6DAFC
(246,218,252)
#F6DDFC
(246,221,252)
#F6E0FC
(246,224,252)
#F6E3FC
(246,227,252)
#F6E6FC
(246,230,252)
#F6E9FC
(246,233,252)
#F6ECFC
(246,236,252)
#F6EFFC
(246,239,252)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D4FC; }

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

This text font color is #F6D4FC.


Background Color

.myBgColor { background-color: #F6D4FC; }

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

This div background color is #F6D4FC.


Border color

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

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

This div border color is #F6D4FC.


Opacity

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

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

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

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

This text has shadow with #F6D4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D4FC on black background.


Color preview on white background

This text has color #F6D4FC on white background.



Black color preview on #F6D4FC background

This text has black color on #F6D4FC background.


White color preview on #F6D4FC background

This text has white color on #F6D4FC background.