COLOR #F6FDE6

HEX: #F6FDE6
RGB: (246,253,230)

Color info

#F6FDE6 contains red, green and blue colors in about the same proportion. Web safe color of #F6FDE6 is #FFFFCC (or #FFC).

RGB color model

#F6FDE6 color RGB value is (246,253,230).

  • red value is 246;
  • green value is 253;
  • blue value is 230.
RGB:
(246,253,230)
(96%,99%,90%)

RGB channels and saturation

R 246 of 255 = 96%
G 253 of 255 = 99%
B 230 of 255 = 90%

246
253
230

R + G + B ~ 95%. #F6FDE6 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 253 + 230 = 729 (100%)
R 246 of 729 ~ 33.74%
G 253 of 729 ~ 34.71%
B 230 of 729 ~ 31.55%

%33.74
%34.71
%31.55

CMYK color model

#F6FDE6 color CMYK value is (3,0,9,1).

  • cyan value is 2.77%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 0.78%
CMYK:
(3,0,9,1)
C3M0Y9K1 
(3%,0%,9%,1%)
(0.03/0.00/0.09/0.01)	

CMYK percentages

%2.77
%0
%9.09
%0.78

Codes

Color #F6FDE6 in popluar color models

F6FDE6
RGB246253230
HSL78°85.19%94.71%
HSB/HSV78°9.09%99.22%
CMYK2.77%0.00%9.09%
0.78%

Color #F6FDE6 in popluar number systems.

HEXF6FDE6
Decimal246253230
Binary111101101111110111100110
Octal366375346

Shades and tints

Shades of #F6FDE6

#F6FDE6
(246,253,230)
#E0E6D2
(224,230,210)
#CACFBE
(202,207,190)
#B4B8AA
(180,184,170)
#9EA196
(158,161,150)
#888A82
(136,138,130)
#72736E
(114,115,110)
#5C5C5A
(92,92,90)
#464546
(70,69,70)
#302E32
(48,46,50)
#1A171E
(26,23,30)
#000000
(0,0,0)

Tints of #F6FDE6

#F6FDE6
(246,253,230)
#F6FDE8
(246,253,232)
#F6FDEA
(246,253,234)
#F6FDEC
(246,253,236)
#F6FDEE
(246,253,238)
#F6FDF0
(246,253,240)
#F6FDF2
(246,253,242)
#F6FDF4
(246,253,244)
#F6FDF6
(246,253,246)
#F6FDF8
(246,253,248)
#F6FDFA
(246,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6FDE6 color. Also use rgb(246,253,230) instead hex code.

Text Font Color

.myTextColor { color: #F6FDE6; }

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

This text font color is #F6FDE6.


Background Color

.myBgColor { background-color: #F6FDE6; }

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

This div background color is #F6FDE6.


Border color

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

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

This div border color is #F6FDE6.


Opacity

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

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

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

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

This text has shadow with #F6FDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FDE6 on black background.


Color preview on white background

This text has color #F6FDE6 on white background.



Black color preview on #F6FDE6 background

This text has black color on #F6FDE6 background.


White color preview on #F6FDE6 background

This text has white color on #F6FDE6 background.