COLOR #F6FEDC

HEX: #F6FEDC RGB: (246,254,220)

Color info

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

RGB color model

#F6FEDC color RGB value is (246,254,220).

RGB: (246,254,220) (96%, 100%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 254 of 255 = 100%
B 220 of 255 = 86%

246
254
220

R + G + B ~ 94%. #F6FEDC is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 254 + 220 = 720 (100%)
R 246 of 720 ~ 34.17%
G 254 of 720 ~ 35.28%
B 220 of 720 ~ 30.56'%

%34.17
%35.28
%30.56

CMYK color model

#F6FEDC color CMYK value is (3,0,13,0).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 0.39%

CMYK: (3,0,13,0)
C3M0Y13K0 (3%, 0%, 13%, 0%)
(0.03 / 0.00 / 0.13 / 0.00)

CMYK percentages

%3.15
%0
%13.39
%0.39

Codes

Color #F6FEDC in popluar color models

F6 FE DC
RGB 246 254 220
HSL 74° 94.44% 92.94%
HSB/HSV 74° 13.39% 99.61%
CMYK 3.15% 0.00% 13.39%
0.39%

Color #F6FEDC in popluar number systems.

HEX F6 FE DC
Decimal 246 254 220
Binary 11110110 11111110 11011100
Octal 366 376 334

Shades and tints

Shades of #F6FEDC

#F6FEDC
(246,254,220)
#E0E7C8
(224,231,200)
#CAD0B4
(202,208,180)
#B4B9A0
(180,185,160)
#9EA28C
(158,162,140)
#888B78
(136,139,120)
#727464
(114,116,100)
#5C5D50
(92,93,80)
#46463C
(70,70,60)
#302F28
(48,47,40)
#1A1814
(26,24,20)
#000000
(0,0,0)

Tints of #F6FEDC

#F6FEDC
(246,254,220)
#F6FEDF
(246,254,223)
#F6FEE2
(246,254,226)
#F6FEE5
(246,254,229)
#F6FEE8
(246,254,232)
#F6FEEB
(246,254,235)
#F6FEEE
(246,254,238)
#F6FEF1
(246,254,241)
#F6FEF4
(246,254,244)
#F6FEF7
(246,254,247)
#F6FEFA
(246,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6FEDC color. Also use rgb(246,254,220) instead hex code.

Text Font Color

.myTextColor { color: #F6FEDC; }

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

This text font color is #F6FEDC.

Background Color

.myBgColor { background-color: #F6FEDC; }

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

This div background color is #F6FEDC.

Border color

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

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

This div border color is #F6FEDC.

Opacity

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

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

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

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

This text has shadow with #F6FEDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6FEDC.

Preview

Color preview on black background

This text has color #F6FEDC on black background.


Color preview on white background

This text has color #F6FEDC on white background.


Black color preview on #F6FEDC background

This text has black color on #F6FEDC background.


White color preview on #F6FEDC background

This text has white color on #F6FEDC background.


Related colors

Complementary color

Complementary color for #hex is #090123.


I love getcolorcode.com

Triadic colors

1 #DCF6FE and #FEDCF6 with #F6FEDC are triadic colors.

2 #DCFEF6 and #FEF6DC with #F6FEDC are triadic colors.