COLOR #F6EDFE

HEX: #F6EDFE RGB: (246,237,254)

Color info

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

RGB color model

#F6EDFE color RGB value is (246,237,254).

RGB: (246,237,254) (96%, 93%, 100%)

RGB channels and saturation

R 246 of 255 = 96%
G 237 of 255 = 93%
B 254 of 255 = 100%

246
237
254

R + G + B ~ 96%. #F6EDFE is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 237 + 254 = 737 (100%)
R 246 of 737 ~ 33.38%
G 237 of 737 ~ 32.16%
B 254 of 737 ~ 34.46'%

%33.38
%32.16
%34.46

CMYK color model

#F6EDFE color CMYK value is (3,7,0,0).

  • cyan value is 3.15%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (3,7,0,0)
C3M7Y0K0 (3%, 7%, 0%, 0%)
(0.03 / 0.07 / 0.00 / 0.00)

CMYK percentages

%3.15
%6.69
%0
%0.39

Codes

Color #F6EDFE in popluar color models

F6 ED FE
RGB 246 237 254
HSL 272° 89.47% 96.27%
HSB/HSV 272° 6.69% 99.61%
CMYK 3.15% 6.69% 0.00%
0.39%

Color #F6EDFE in popluar number systems.

HEX F6 ED FE
Decimal 246 237 254
Binary 11110110 11101101 11111110
Octal 366 355 376

Shades and tints

Shades of #F6EDFE

#F6EDFE
(246,237,254)
#E0D8E7
(224,216,231)
#CAC3D0
(202,195,208)
#B4AEB9
(180,174,185)
#9E99A2
(158,153,162)
#88848B
(136,132,139)
#726F74
(114,111,116)
#5C5A5D
(92,90,93)
#464546
(70,69,70)
#30302F
(48,48,47)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #F6EDFE

#F6EDFE
(246,237,254)
#F6EEFE
(246,238,254)
#F6EFFE
(246,239,254)
#F6F0FE
(246,240,254)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EDFE; }

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

This text font color is #F6EDFE.

Background Color

.myBgColor { background-color: #F6EDFE; }

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

This div background color is #F6EDFE.

Border color

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

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

This div border color is #F6EDFE.

Opacity

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

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

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

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

This text has shadow with #F6EDFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EDFE.

Preview

Color preview on black background

This text has color #F6EDFE on black background.


Color preview on white background

This text has color #F6EDFE on white background.


Black color preview on #F6EDFE background

This text has black color on #F6EDFE background.


White color preview on #F6EDFE background

This text has white color on #F6EDFE background.


Related colors

Complementary color

Complementary color for #hex is #091201.


I love getcolorcode.com

Triadic colors

1 #FEF6ED and #EDFEF6 with #F6EDFE are triadic colors.

2 #FEEDF6 and #EDF6FE with #F6EDFE are triadic colors.