COLOR #F6EBFE

HEX: #F6EBFE
RGB: (246,235,254)

Color info

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

RGB color model

#F6EBFE color RGB value is (246,235,254).

  • red value is 246;
  • green value is 235;
  • blue value is 254.
RGB:
(246,235,254)
(96%,92%,100%)

RGB channels and saturation

R 246 of 255 = 96%
G 235 of 255 = 92%
B 254 of 255 = 100%

246
235
254

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

Portions of RGB colors in percentages

R + G + B =
246 + 235 + 254 = 735 (100%)
R 246 of 735 ~ 33.47%
G 235 of 735 ~ 31.97%
B 254 of 735 ~ 34.56%

%33.47
%31.97
%34.56

CMYK color model

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

  • cyan value is 3.15%
  • magenta value is 7.48%
  • 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
%7.48
%0
%0.39

Codes

Color #F6EBFE in popluar color models

F6EBFE
RGB246235254
HSL275°90.48%95.88%
HSB/HSV275°7.48%99.61%
CMYK3.15%7.48%0.00%
0.39%

Color #F6EBFE in popluar number systems.

HEXF6EBFE
Decimal246235254
Binary111101101110101111111110
Octal366353376

Shades and tints

Shades of #F6EBFE

#F6EBFE
(246,235,254)
#E0D6E7
(224,214,231)
#CAC1D0
(202,193,208)
#B4ACB9
(180,172,185)
#9E97A2
(158,151,162)
#88828B
(136,130,139)
#726D74
(114,109,116)
#5C585D
(92,88,93)
#464346
(70,67,70)
#302E2F
(48,46,47)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #F6EBFE

#F6EBFE
(246,235,254)
#F6ECFE
(246,236,254)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EBFE; }

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

This text font color is #F6EBFE.


Background Color

.myBgColor { background-color: #F6EBFE; }

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

This div background color is #F6EBFE.


Border color

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

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

This div border color is #F6EBFE.


Opacity

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

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

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

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

This text has shadow with #F6EBFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EBFE on black background.


Color preview on white background

This text has color #F6EBFE on white background.



Black color preview on #F6EBFE background

This text has black color on #F6EBFE background.


White color preview on #F6EBFE background

This text has white color on #F6EBFE background.