COLOR #F6F6DC

HEX: #F6F6DC
RGB: (246,246,220)

Color info

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

RGB color model

#F6F6DC color RGB value is (246,246,220).

  • red value is 246;
  • green value is 246;
  • blue value is 220.
RGB:
(246,246,220)
(96%,96%,86%)

RGB channels and saturation

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

246
246
220

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

Portions of RGB colors in percentages

R + G + B =
246 + 246 + 220 = 712 (100%)
R 246 of 712 ~ 34.55%
G 246 of 712 ~ 34.55%
B 220 of 712 ~ 30.9%

%34.55
%34.55
%30.9

CMYK color model

#F6F6DC color CMYK value is (0,0,11,4).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.57%
  • key color value is 3.53%
CMYK:
(0,0,11,4)
C0M0Y11K4 
(0%,0%,11%,4%)
(0.00/0.00/0.11/0.04)	

CMYK percentages

%0
%0
%10.57
%3.53

Codes

Color #F6F6DC in popluar color models

F6F6DC
RGB246246220
HSL60°59.09%91.37%
HSB/HSV60°10.57%96.47%
CMYK0.00%0.00%10.57%
3.53%

Color #F6F6DC in popluar number systems.

HEXF6F6DC
Decimal246246220
Binary111101101111011011011100
Octal366366334

Shades and tints

Shades of #F6F6DC

#F6F6DC
(246,246,220)
#E0E0C8
(224,224,200)
#CACAB4
(202,202,180)
#B4B4A0
(180,180,160)
#9E9E8C
(158,158,140)
#888878
(136,136,120)
#727264
(114,114,100)
#5C5C50
(92,92,80)
#46463C
(70,70,60)
#303028
(48,48,40)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #F6F6DC

#F6F6DC
(246,246,220)
#F6F6DF
(246,246,223)
#F6F6E2
(246,246,226)
#F6F6E5
(246,246,229)
#F6F6E8
(246,246,232)
#F6F6EB
(246,246,235)
#F6F6EE
(246,246,238)
#F6F6F1
(246,246,241)
#F6F6F4
(246,246,244)
#F6F6F7
(246,246,247)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F6DC; }

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

This text font color is #F6F6DC.


Background Color

.myBgColor { background-color: #F6F6DC; }

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

This div background color is #F6F6DC.


Border color

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

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

This div border color is #F6F6DC.


Opacity

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

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

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

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

This text has shadow with #F6F6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F6DC on black background.


Color preview on white background

This text has color #F6F6DC on white background.



Black color preview on #F6F6DC background

This text has black color on #F6F6DC background.


White color preview on #F6F6DC background

This text has white color on #F6F6DC background.