COLOR #F6FDD6

HEX: #F6FDD6
RGB: (246,253,214)

Color info

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

RGB color model

#F6FDD6 color RGB value is (246,253,214).

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

RGB channels and saturation

R 246 of 255 = 96%
G 253 of 255 = 99%
B 214 of 255 = 84%

246
253
214

R + G + B ~ 93%. #F6FDD6 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 253 + 214 = 713 (100%)
R 246 of 713 ~ 34.5%
G 253 of 713 ~ 35.48%
B 214 of 713 ~ 30.01%

%34.5
%35.48
%30.01

CMYK color model

#F6FDD6 color CMYK value is (3,0,15,1).

  • cyan value is 2.77%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 0.78%
CMYK:
(3,0,15,1)
C3M0Y15K1 
(3%,0%,15%,1%)
(0.03/0.00/0.15/0.01)	

CMYK percentages

%2.77
%0
%15.42
%0.78

Codes

Color #F6FDD6 in popluar color models

F6FDD6
RGB246253214
HSL71°90.70%91.57%
HSB/HSV71°15.42%99.22%
CMYK2.77%0.00%15.42%
0.78%

Color #F6FDD6 in popluar number systems.

HEXF6FDD6
Decimal246253214
Binary111101101111110111010110
Octal366375326

Shades and tints

Shades of #F6FDD6

#F6FDD6
(246,253,214)
#E0E6C3
(224,230,195)
#CACFB0
(202,207,176)
#B4B89D
(180,184,157)
#9EA18A
(158,161,138)
#888A77
(136,138,119)
#727364
(114,115,100)
#5C5C51
(92,92,81)
#46453E
(70,69,62)
#302E2B
(48,46,43)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #F6FDD6

#F6FDD6
(246,253,214)
#F6FDD9
(246,253,217)
#F6FDDC
(246,253,220)
#F6FDDF
(246,253,223)
#F6FDE2
(246,253,226)
#F6FDE5
(246,253,229)
#F6FDE8
(246,253,232)
#F6FDEB
(246,253,235)
#F6FDEE
(246,253,238)
#F6FDF1
(246,253,241)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FDD6; }

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

This text font color is #F6FDD6.


Background Color

.myBgColor { background-color: #F6FDD6; }

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

This div background color is #F6FDD6.


Border color

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

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

This div border color is #F6FDD6.


Opacity

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

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

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

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

This text has shadow with #F6FDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6FDD6 on black background.


Color preview on white background

This text has color #F6FDD6 on white background.



Black color preview on #F6FDD6 background

This text has black color on #F6FDD6 background.


White color preview on #F6FDD6 background

This text has white color on #F6FDD6 background.