COLOR #F6DFFE

HEX: #F6DFFE
RGB: (246,223,254)

Color info

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

RGB color model

#F6DFFE color RGB value is (246,223,254).

  • red value is 246;
  • green value is 223;
  • blue value is 254.
RGB:
(246,223,254)
(96%,87%,100%)

RGB channels and saturation

R 246 of 255 = 96%
G 223 of 255 = 87%
B 254 of 255 = 100%

246
223
254

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

Portions of RGB colors in percentages

R + G + B =
246 + 223 + 254 = 723 (100%)
R 246 of 723 ~ 34.02%
G 223 of 723 ~ 30.84%
B 254 of 723 ~ 35.13%

%34.02
%30.84
%35.13

CMYK color model

#F6DFFE color CMYK value is (3,12,0,0).

  • cyan value is 3.15%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(3,12,0,0)
C3M12Y0K0 
(3%,12%,0%,0%)
(0.03/0.12/0.00/0.00)	

CMYK percentages

%3.15
%12.2
%0
%0.39

Codes

Color #F6DFFE in popluar color models

F6DFFE
RGB246223254
HSL285°93.94%93.53%
HSB/HSV285°12.20%99.61%
CMYK3.15%12.20%0.00%
0.39%

Color #F6DFFE in popluar number systems.

HEXF6DFFE
Decimal246223254
Binary111101101101111111111110
Octal366337376

Shades and tints

Shades of #F6DFFE

#F6DFFE
(246,223,254)
#E0CBE7
(224,203,231)
#CAB7D0
(202,183,208)
#B4A3B9
(180,163,185)
#9E8FA2
(158,143,162)
#887B8B
(136,123,139)
#726774
(114,103,116)
#5C535D
(92,83,93)
#463F46
(70,63,70)
#302B2F
(48,43,47)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #F6DFFE

#F6DFFE
(246,223,254)
#F6E1FE
(246,225,254)
#F6E3FE
(246,227,254)
#F6E5FE
(246,229,254)
#F6E7FE
(246,231,254)
#F6E9FE
(246,233,254)
#F6EBFE
(246,235,254)
#F6EDFE
(246,237,254)
#F6EFFE
(246,239,254)
#F6F1FE
(246,241,254)
#F6F3FE
(246,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DFFE; }

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

This text font color is #F6DFFE.


Background Color

.myBgColor { background-color: #F6DFFE; }

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

This div background color is #F6DFFE.


Border color

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

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

This div border color is #F6DFFE.


Opacity

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

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

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

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

This text has shadow with #F6DFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DFFE on black background.


Color preview on white background

This text has color #F6DFFE on white background.



Black color preview on #F6DFFE background

This text has black color on #F6DFFE background.


White color preview on #F6DFFE background

This text has white color on #F6DFFE background.