COLOR #F6FDE5

HEX: #F6FDE5 RGB: (246,253,229)

Color info

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

RGB color model

#F6FDE5 color RGB value is (246,253,229).

RGB: (246,253,229) (96%, 99%, 90%)

RGB channels and saturation

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

246
253
229

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

Portions of RGB colors in percentages

R + G + B = 246 + 253 + 229 = 728 (100%)
R 246 of 728 ~ 33.79%
G 253 of 728 ~ 34.75%
B 229 of 728 ~ 31.46'%

%33.79
%34.75
%31.46

CMYK color model

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

  • cyan value is 2.77%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • 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.49
%0.78

Codes

Color #F6FDE5 in popluar color models

F6 FD E5
RGB 246 253 229
HSL 78° 85.71% 94.51%
HSB/HSV 78° 9.49% 99.22%
CMYK 2.77% 0.00% 9.49%
0.78%

Color #F6FDE5 in popluar number systems.

HEX F6 FD E5
Decimal 246 253 229
Binary 11110110 11111101 11100101
Octal 366 375 345

Shades and tints

Shades of #F6FDE5

#F6FDE5
(246,253,229)
#E0E6D1
(224,230,209)
#CACFBD
(202,207,189)
#B4B8A9
(180,184,169)
#9EA195
(158,161,149)
#888A81
(136,138,129)
#72736D
(114,115,109)
#5C5C59
(92,92,89)
#464545
(70,69,69)
#302E31
(48,46,49)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #F6FDE5

#F6FDE5
(246,253,229)
#F6FDE7
(246,253,231)
#F6FDE9
(246,253,233)
#F6FDEB
(246,253,235)
#F6FDED
(246,253,237)
#F6FDEF
(246,253,239)
#F6FDF1
(246,253,241)
#F6FDF3
(246,253,243)
#F6FDF5
(246,253,245)
#F6FDF7
(246,253,247)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FDE5; }

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

This text font color is #F6FDE5.


Background Color

.myBgColor { background-color: #F6FDE5; }

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

This div background color is #F6FDE5.


Border color

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

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

This div border color is #F6FDE5.


Opacity

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

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

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

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

This text has shadow with #F6FDE5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F6FDE5 on black background.


Color preview on white background

This text has color #F6FDE5 on white background.



Black color preview on #F6FDE5 background

This text has black color on #F6FDE5 background.


White color preview on #F6FDE5 background

This text has white color on #F6FDE5 background.