COLOR #F6FFD6

HEX: #F6FFD6 RGB: (246,255,214)

Color info

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

RGB color model

#F6FFD6 color RGB value is (246,255,214).

RGB: (246,255,214) (96%, 100%, 84%)

RGB channels and saturation

R 246 of 255 = 96%
G 255 of 255 = 100%
B 214 of 255 = 84%

246
255
214

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

Portions of RGB colors in percentages

R + G + B = 246 + 255 + 214 = 715 (100%)
R 246 of 715 ~ 34.41%
G 255 of 715 ~ 35.66%
B 214 of 715 ~ 29.93'%

%34.41
%35.66
%29.93

CMYK color model

#F6FFD6 color CMYK value is (4,0,16,0).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 0.00%

CMYK: (4,0,16,0)
C4M0Y16K0 (4%, 0%, 16%, 0%)
(0.04 / 0.00 / 0.16 / 0.00)

CMYK percentages

%3.53
%0
%16.08
%0

Codes

Color #F6FFD6 in popluar color models

F6 FF D6
RGB 246 255 214
HSL 73° 100.00% 91.96%
HSB/HSV 73° 16.08% 100.00%
CMYK 3.53% 0.00% 16.08%
0.00%

Color #F6FFD6 in popluar number systems.

HEX F6 FF D6
Decimal 246 255 214
Binary 11110110 11111111 11010110
Octal 366 377 326

Shades and tints

Shades of #F6FFD6

#F6FFD6
(246,255,214)
#E0E8C3
(224,232,195)
#CAD1B0
(202,209,176)
#B4BA9D
(180,186,157)
#9EA38A
(158,163,138)
#888C77
(136,140,119)
#727564
(114,117,100)
#5C5E51
(92,94,81)
#46473E
(70,71,62)
#30302B
(48,48,43)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #F6FFD6

#F6FFD6
(246,255,214)
#F6FFD9
(246,255,217)
#F6FFDC
(246,255,220)
#F6FFDF
(246,255,223)
#F6FFE2
(246,255,226)
#F6FFE5
(246,255,229)
#F6FFE8
(246,255,232)
#F6FFEB
(246,255,235)
#F6FFEE
(246,255,238)
#F6FFF1
(246,255,241)
#F6FFF4
(246,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6FFD6; }

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

This text font color is #F6FFD6.

Background Color

.myBgColor { background-color: #F6FFD6; }

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

This div background color is #F6FFD6.

Border color

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

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

This div border color is #F6FFD6.

Opacity

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

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

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

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

This text has shadow with #F6FFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FFD6.

Preview

Color preview on black background

This text has color #F6FFD6 on black background.


Color preview on white background

This text has color #F6FFD6 on white background.


Black color preview on #F6FFD6 background

This text has black color on #F6FFD6 background.


White color preview on #F6FFD6 background

This text has white color on #F6FFD6 background.


Related colors

Complementary color

Complementary color for #hex is #090029.


I love getcolorcode.com

Triadic colors

1 #D6F6FF and #FFD6F6 with #F6FFD6 are triadic colors.

2 #D6FFF6 and #FFF6D6 with #F6FFD6 are triadic colors.