COLOR #F6DFF6

HEX: #F6DFF6 RGB: (246,223,246)

Color info

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

RGB color model

#F6DFF6 color RGB value is (246,223,246).

RGB: (246,223,246) (96%, 87%, 96%)

RGB channels and saturation

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

246
223
246

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

Portions of RGB colors in percentages

R + G + B = 246 + 223 + 246 = 715 (100%)
R 246 of 715 ~ 34.41%
G 223 of 715 ~ 31.19%
B 246 of 715 ~ 34.41'%

%34.41
%31.19
%34.41

CMYK color model

#F6DFF6 color CMYK value is (0,9,0,4).

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (0,9,0,4)
C0M9Y0K4 (0%, 9%, 0%, 4%)
(0.00 / 0.09 / 0.00 / 0.04)

CMYK percentages

%0
%9.35
%0
%3.53

Codes

Color #F6DFF6 in popluar color models

F6 DF F6
RGB 246 223 246
HSL 300° 56.10% 91.96%
HSB/HSV 300° 9.35% 96.47%
CMYK 0.00% 9.35% 0.00%
3.53%

Color #F6DFF6 in popluar number systems.

HEX F6 DF F6
Decimal 246 223 246
Binary 11110110 11011111 11110110
Octal 366 337 366

Shades and tints

Shades of #F6DFF6

#F6DFF6
(246,223,246)
#E0CBE0
(224,203,224)
#CAB7CA
(202,183,202)
#B4A3B4
(180,163,180)
#9E8F9E
(158,143,158)
#887B88
(136,123,136)
#726772
(114,103,114)
#5C535C
(92,83,92)
#463F46
(70,63,70)
#302B30
(48,43,48)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #F6DFF6

#F6DFF6
(246,223,246)
#F6E1F6
(246,225,246)
#F6E3F6
(246,227,246)
#F6E5F6
(246,229,246)
#F6E7F6
(246,231,246)
#F6E9F6
(246,233,246)
#F6EBF6
(246,235,246)
#F6EDF6
(246,237,246)
#F6EFF6
(246,239,246)
#F6F1F6
(246,241,246)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DFF6; }

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

This text font color is #F6DFF6.

Background Color

.myBgColor { background-color: #F6DFF6; }

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

This div background color is #F6DFF6.

Border color

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

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

This div border color is #F6DFF6.

Opacity

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

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

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

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

This text has shadow with #F6DFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DFF6.

Preview

Color preview on black background

This text has color #F6DFF6 on black background.


Color preview on white background

This text has color #F6DFF6 on white background.


Black color preview on #F6DFF6 background

This text has black color on #F6DFF6 background.


White color preview on #F6DFF6 background

This text has white color on #F6DFF6 background.


Related colors

Complementary color

Complementary color for #hex is #092009.


I love getcolorcode.com

Triadic colors

1 #F6F6DF and #DFF6F6 with #F6DFF6 are triadic colors.

2 #F6DFF6 and #DFF6F6 with #F6DFF6 are triadic colors.