COLOR #F6DAFB

HEX: #F6DAFB
RGB: (246,218,251)

Color info

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

RGB color model

#F6DAFB color RGB value is (246,218,251).

  • red value is 246;
  • green value is 218;
  • blue value is 251.
RGB:
(246,218,251)
(96%,85%,98%)

RGB channels and saturation

R 246 of 255 = 96%
G 218 of 255 = 85%
B 251 of 255 = 98%

246
218
251

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

Portions of RGB colors in percentages

R + G + B =
246 + 218 + 251 = 715 (100%)
R 246 of 715 ~ 34.41%
G 218 of 715 ~ 30.49%
B 251 of 715 ~ 35.1%

%34.41
%30.49
%35.1

CMYK color model

#F6DAFB color CMYK value is (2,13,0,2).

  • cyan value is 1.99%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(2,13,0,2)
C2M13Y0K2 
(2%,13%,0%,2%)
(0.02/0.13/0.00/0.02)	

CMYK percentages

%1.99
%13.15
%0
%1.57

Codes

Color #F6DAFB in popluar color models

F6DAFB
RGB246218251
HSL291°80.49%91.96%
HSB/HSV291°13.15%98.43%
CMYK1.99%13.15%0.00%
1.57%

Color #F6DAFB in popluar number systems.

HEXF6DAFB
Decimal246218251
Binary111101101101101011111011
Octal366332373

Shades and tints

Shades of #F6DAFB

#F6DAFB
(246,218,251)
#E0C7E5
(224,199,229)
#CAB4CF
(202,180,207)
#B4A1B9
(180,161,185)
#9E8EA3
(158,142,163)
#887B8D
(136,123,141)
#726877
(114,104,119)
#5C5561
(92,85,97)
#46424B
(70,66,75)
#302F35
(48,47,53)
#1A1C1F
(26,28,31)
#000000
(0,0,0)

Tints of #F6DAFB

#F6DAFB
(246,218,251)
#F6DDFB
(246,221,251)
#F6E0FB
(246,224,251)
#F6E3FB
(246,227,251)
#F6E6FB
(246,230,251)
#F6E9FB
(246,233,251)
#F6ECFB
(246,236,251)
#F6EFFB
(246,239,251)
#F6F2FB
(246,242,251)
#F6F5FB
(246,245,251)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DAFB; }

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

This text font color is #F6DAFB.


Background Color

.myBgColor { background-color: #F6DAFB; }

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

This div background color is #F6DAFB.


Border color

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

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

This div border color is #F6DAFB.


Opacity

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

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

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

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

This text has shadow with #F6DAFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DAFB on black background.


Color preview on white background

This text has color #F6DAFB on white background.



Black color preview on #F6DAFB background

This text has black color on #F6DAFB background.


White color preview on #F6DAFB background

This text has white color on #F6DAFB background.