COLOR #F6FDED

HEX: #F6FDED
RGB: (246,253,237)

Color info

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

RGB color model

#F6FDED color RGB value is (246,253,237).

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

RGB channels and saturation

R 246 of 255 = 96%
G 253 of 255 = 99%
B 237 of 255 = 93%

246
253
237

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

Portions of RGB colors in percentages

R + G + B =
246 + 253 + 237 = 736 (100%)
R 246 of 736 ~ 33.42%
G 253 of 736 ~ 34.38%
B 237 of 736 ~ 32.2%

%33.42
%34.38
%32.2

CMYK color model

#F6FDED color CMYK value is (3,0,6,1).

  • cyan value is 2.77%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 0.78%
CMYK:
(3,0,6,1)
C3M0Y6K1 
(3%,0%,6%,1%)
(0.03/0.00/0.06/0.01)	

CMYK percentages

%2.77
%0
%6.32
%0.78

Codes

Color #F6FDED in popluar color models

F6FDED
RGB246253237
HSL86°80.00%96.08%
HSB/HSV86°6.32%99.22%
CMYK2.77%0.00%6.32%
0.78%

Color #F6FDED in popluar number systems.

HEXF6FDED
Decimal246253237
Binary111101101111110111101101
Octal366375355

Shades and tints

Shades of #F6FDED

#F6FDED
(246,253,237)
#E0E6D8
(224,230,216)
#CACFC3
(202,207,195)
#B4B8AE
(180,184,174)
#9EA199
(158,161,153)
#888A84
(136,138,132)
#72736F
(114,115,111)
#5C5C5A
(92,92,90)
#464545
(70,69,69)
#302E30
(48,46,48)
#1A171B
(26,23,27)
#000000
(0,0,0)

Tints of #F6FDED

#F6FDED
(246,253,237)
#F6FDEE
(246,253,238)
#F6FDEF
(246,253,239)
#F6FDF0
(246,253,240)
#F6FDF1
(246,253,241)
#F6FDF2
(246,253,242)
#F6FDF3
(246,253,243)
#F6FDF4
(246,253,244)
#F6FDF5
(246,253,245)
#F6FDF6
(246,253,246)
#F6FDF7
(246,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FDED; }

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

This text font color is #F6FDED.


Background Color

.myBgColor { background-color: #F6FDED; }

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

This div background color is #F6FDED.


Border color

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

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

This div border color is #F6FDED.


Opacity

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

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

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

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

This text has shadow with #F6FDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FDED on black background.


Color preview on white background

This text has color #F6FDED on white background.



Black color preview on #F6FDED background

This text has black color on #F6FDED background.


White color preview on #F6FDED background

This text has white color on #F6FDED background.