COLOR #F6FFEA

HEX: #F6FFEA
RGB: (246,255,234)

Color info

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

RGB color model

#F6FFEA color RGB value is (246,255,234).

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

RGB channels and saturation

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

246
255
234

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

Portions of RGB colors in percentages

R + G + B =
246 + 255 + 234 = 735 (100%)
R 246 of 735 ~ 33.47%
G 255 of 735 ~ 34.69%
B 234 of 735 ~ 31.84%

%33.47
%34.69
%31.84

CMYK color model

#F6FFEA color CMYK value is (4,0,8,0).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 8.24%
  • key color value is 0.00%
CMYK:
(4,0,8,0)
C4M0Y8K0 
(4%,0%,8%,0%)
(0.04/0.00/0.08/0.00)	

CMYK percentages

%3.53
%0
%8.24
%0

Codes

Color #F6FFEA in popluar color models

F6FFEA
RGB246255234
HSL86°100.00%95.88%
HSB/HSV86°8.24%100.00%
CMYK3.53%0.00%8.24%
0.00%

Color #F6FFEA in popluar number systems.

HEXF6FFEA
Decimal246255234
Binary111101101111111111101010
Octal366377352

Shades and tints

Shades of #F6FFEA

#F6FFEA
(246,255,234)
#E0E8D5
(224,232,213)
#CAD1C0
(202,209,192)
#B4BAAB
(180,186,171)
#9EA396
(158,163,150)
#888C81
(136,140,129)
#72756C
(114,117,108)
#5C5E57
(92,94,87)
#464742
(70,71,66)
#30302D
(48,48,45)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #F6FFEA

#F6FFEA
(246,255,234)
#F6FFEB
(246,255,235)
#F6FFEC
(246,255,236)
#F6FFED
(246,255,237)
#F6FFEE
(246,255,238)
#F6FFEF
(246,255,239)
#F6FFF0
(246,255,240)
#F6FFF1
(246,255,241)
#F6FFF2
(246,255,242)
#F6FFF3
(246,255,243)
#F6FFF4
(246,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FFEA; }

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

This text font color is #F6FFEA.


Background Color

.myBgColor { background-color: #F6FFEA; }

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

This div background color is #F6FFEA.


Border color

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

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

This div border color is #F6FFEA.


Opacity

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

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

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

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

This text has shadow with #F6FFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FFEA on black background.


Color preview on white background

This text has color #F6FFEA on white background.



Black color preview on #F6FFEA background

This text has black color on #F6FFEA background.


White color preview on #F6FFEA background

This text has white color on #F6FFEA background.