COLOR #F6EAFE

HEX: #F6EAFE
RGB: (246,234,254)

Color info

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

RGB color model

#F6EAFE color RGB value is (246,234,254).

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

RGB channels and saturation

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

246
234
254

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

Portions of RGB colors in percentages

R + G + B =
246 + 234 + 254 = 734 (100%)
R 246 of 734 ~ 33.51%
G 234 of 734 ~ 31.88%
B 254 of 734 ~ 34.6%

%33.51
%31.88
%34.6

CMYK color model

#F6EAFE color CMYK value is (3,8,0,0).

  • cyan value is 3.15%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(3,8,0,0)
C3M8Y0K0 
(3%,8%,0%,0%)
(0.03/0.08/0.00/0.00)	

CMYK percentages

%3.15
%7.87
%0
%0.39

Codes

Color #F6EAFE in popluar color models

F6EAFE
RGB246234254
HSL276°90.91%95.69%
HSB/HSV276°7.87%99.61%
CMYK3.15%7.87%0.00%
0.39%

Color #F6EAFE in popluar number systems.

HEXF6EAFE
Decimal246234254
Binary111101101110101011111110
Octal366352376

Shades and tints

Shades of #F6EAFE

#F6EAFE
(246,234,254)
#E0D5E7
(224,213,231)
#CAC0D0
(202,192,208)
#B4ABB9
(180,171,185)
#9E96A2
(158,150,162)
#88818B
(136,129,139)
#726C74
(114,108,116)
#5C575D
(92,87,93)
#464246
(70,66,70)
#302D2F
(48,45,47)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #F6EAFE

#F6EAFE
(246,234,254)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EAFE; }

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

This text font color is #F6EAFE.


Background Color

.myBgColor { background-color: #F6EAFE; }

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

This div background color is #F6EAFE.


Border color

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

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

This div border color is #F6EAFE.


Opacity

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

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

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

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

This text has shadow with #F6EAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EAFE on black background.


Color preview on white background

This text has color #F6EAFE on white background.



Black color preview on #F6EAFE background

This text has black color on #F6EAFE background.


White color preview on #F6EAFE background

This text has white color on #F6EAFE background.