COLOR #F6DAFD

HEX: #F6DAFD RGB: (246,218,253)

Color info

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

RGB color model

#F6DAFD color RGB value is (246,218,253).

RGB: (246,218,253) (96%, 85%, 99%)

RGB channels and saturation

R 246 of 255 = 96%
G 218 of 255 = 85%
B 253 of 255 = 99%

246
218
253

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

Portions of RGB colors in percentages

R + G + B = 246 + 218 + 253 = 717 (100%)
R 246 of 717 ~ 34.31%
G 218 of 717 ~ 30.4%
B 253 of 717 ~ 35.29'%

%34.31
%30.4
%35.29

CMYK color model

#F6DAFD color CMYK value is (3,14,0,1).

  • cyan value is 2.77%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (3,14,0,1)
C3M14Y0K1 (3%, 14%, 0%, 1%)
(0.03 / 0.14 / 0.00 / 0.01)

CMYK percentages

%2.77
%13.83
%0
%0.78

Codes

Color #F6DAFD in popluar color models

F6 DA FD
RGB 246 218 253
HSL 288° 89.74% 92.35%
HSB/HSV 288° 13.83% 99.22%
CMYK 2.77% 13.83% 0.00%
0.78%

Color #F6DAFD in popluar number systems.

HEX F6 DA FD
Decimal 246 218 253
Binary 11110110 11011010 11111101
Octal 366 332 375

Shades and tints

Shades of #F6DAFD

#F6DAFD
(246,218,253)
#E0C7E6
(224,199,230)
#CAB4CF
(202,180,207)
#B4A1B8
(180,161,184)
#9E8EA1
(158,142,161)
#887B8A
(136,123,138)
#726873
(114,104,115)
#5C555C
(92,85,92)
#464245
(70,66,69)
#302F2E
(48,47,46)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #F6DAFD

#F6DAFD
(246,218,253)
#F6DDFD
(246,221,253)
#F6E0FD
(246,224,253)
#F6E3FD
(246,227,253)
#F6E6FD
(246,230,253)
#F6E9FD
(246,233,253)
#F6ECFD
(246,236,253)
#F6EFFD
(246,239,253)
#F6F2FD
(246,242,253)
#F6F5FD
(246,245,253)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DAFD; }

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

This text font color is #F6DAFD.

Background Color

.myBgColor { background-color: #F6DAFD; }

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

This div background color is #F6DAFD.

Border color

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

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

This div border color is #F6DAFD.

Opacity

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

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

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

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

This text has shadow with #F6DAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6DAFD.

Preview

Color preview on black background

This text has color #F6DAFD on black background.


Color preview on white background

This text has color #F6DAFD on white background.


Black color preview on #F6DAFD background

This text has black color on #F6DAFD background.


White color preview on #F6DAFD background

This text has white color on #F6DAFD background.


Related colors

Complementary color

Complementary color for #hex is #092502.


I love getcolorcode.com

Triadic colors

1 #FDF6DA and #DAFDF6 with #F6DAFD are triadic colors.

2 #FDDAF6 and #DAF6FD with #F6DAFD are triadic colors.