COLOR #F6F1FE

HEX: #F6F1FE RGB: (246,241,254)

Color info

#F6F1FE contains red, green and blue colors in about the same proportion. Web safe color of #F6F1FE is #FFFFFF (or #FFF).

RGB color model

#F6F1FE color RGB value is (246,241,254).

RGB: (246,241,254) (96%, 95%, 100%)

RGB channels and saturation

R 246 of 255 = 96%
G 241 of 255 = 95%
B 254 of 255 = 100%

246
241
254

R + G + B ~ 97%. #F6F1FE is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 241 + 254 = 741 (100%)
R 246 of 741 ~ 33.2%
G 241 of 741 ~ 32.52%
B 254 of 741 ~ 34.28'%

%33.2
%32.52
%34.28

CMYK color model

#F6F1FE color CMYK value is (3,5,0,0).

  • cyan value is 3.15%
  • magenta value is 5.12%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (3,5,0,0) C3M5Y0K0 (3%,5%,0%,0%) (0.03/0.05/0.00/0.00) 

CMYK percentages

%3.15
%5.12
%0
%0.39

Codes

Color #F6F1FE in popluar color models

F6 F1 FE
RGB 246 241 254
HSL 263° 86.67% 97.06%
HSB/HSV 263° 5.12% 99.61%
CMYK 3.15% 5.12% 0.00%
0.39%

Color #F6F1FE in popluar number systems.

HEX F6 F1 FE
Decimal 246 241 254
Binary 11110110 11110001 11111110
Octal 366 361 376

Shades and tints

Shades of #F6F1FE

#F6F1FE
(246,241,254)
#E0DCE7
(224,220,231)
#CAC7D0
(202,199,208)
#B4B2B9
(180,178,185)
#9E9DA2
(158,157,162)
#88888B
(136,136,139)
#727374
(114,115,116)
#5C5E5D
(92,94,93)
#464946
(70,73,70)
#30342F
(48,52,47)
#1A1F18
(26,31,24)
#000000
(0,0,0)

Tints of #F6F1FE

#F6F1FE
(246,241,254)
#F6F2FE
(246,242,254)
#F6F3FE
(246,243,254)
#F6F4FE
(246,244,254)
#F6F5FE
(246,245,254)
#F6F6FE
(246,246,254)
#F6F7FE
(246,247,254)
#F6F8FE
(246,248,254)
#F6F9FE
(246,249,254)
#F6FAFE
(246,250,254)
#F6FBFE
(246,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F1FE; }

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

This text font color is #F6F1FE.

Background Color

.myBgColor { background-color: #F6F1FE; }

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

This div background color is #F6F1FE.

Border color

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

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

This div border color is #F6F1FE.

Opacity

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

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

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

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

This text has shadow with #F6F1FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6F1FE.

Preview

Color preview on black background

This text has color #F6F1FE on black background.


Color preview on white background

This text has color #F6F1FE on white background.


Black color preview on #F6F1FE background

This text has black color on #F6F1FE background.


White color preview on #F6F1FE background

This text has white color on #F6F1FE background.


Related colors

Complementary color

Complementary color for #hex is #090E01.


I love getcolorcode.com

Triadic colors

1 #FEF6F1 and #F1FEF6 with #F6F1FE are triadic colors.

2 #FEF1F6 and #F1F6FE with #F6F1FE are triadic colors.