COLOR #F6D9FC

HEX: #F6D9FC
RGB: (246,217,252)

Color info

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

RGB color model

#F6D9FC color RGB value is (246,217,252).

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

RGB channels and saturation

R 246 of 255 = 96%
G 217 of 255 = 85%
B 252 of 255 = 99%

246
217
252

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

Portions of RGB colors in percentages

R + G + B =
246 + 217 + 252 = 715 (100%)
R 246 of 715 ~ 34.41%
G 217 of 715 ~ 30.35%
B 252 of 715 ~ 35.24%

%34.41
%30.35
%35.24

CMYK color model

#F6D9FC color CMYK value is (2,14,0,1).

  • cyan value is 2.38%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(2,14,0,1)
C2M14Y0K1 
(2%,14%,0%,1%)
(0.02/0.14/0.00/0.01)	

CMYK percentages

%2.38
%13.89
%0
%1.18

Codes

Color #F6D9FC in popluar color models

F6D9FC
RGB246217252
HSL290°85.37%91.96%
HSB/HSV290°13.89%98.82%
CMYK2.38%13.89%0.00%
1.18%

Color #F6D9FC in popluar number systems.

HEXF6D9FC
Decimal246217252
Binary111101101101100111111100
Octal366331374

Shades and tints

Shades of #F6D9FC

#F6D9FC
(246,217,252)
#E0C6E6
(224,198,230)
#CAB3D0
(202,179,208)
#B4A0BA
(180,160,186)
#9E8DA4
(158,141,164)
#887A8E
(136,122,142)
#726778
(114,103,120)
#5C5462
(92,84,98)
#46414C
(70,65,76)
#302E36
(48,46,54)
#1A1B20
(26,27,32)
#000000
(0,0,0)

Tints of #F6D9FC

#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)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D9FC; }

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

This text font color is #F6D9FC.


Background Color

.myBgColor { background-color: #F6D9FC; }

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

This div background color is #F6D9FC.


Border color

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

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

This div border color is #F6D9FC.


Opacity

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

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

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

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

This text has shadow with #F6D9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D9FC on black background.


Color preview on white background

This text has color #F6D9FC on white background.



Black color preview on #F6D9FC background

This text has black color on #F6D9FC background.


White color preview on #F6D9FC background

This text has white color on #F6D9FC background.