COLOR #F6F1CC

HEX: #F6F1CC RGB: (246,241,204)

Color info

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

RGB color model

#F6F1CC color RGB value is (246,241,204).

RGB: (246,241,204) (96%, 95%, 80%)

RGB channels and saturation

R 246 of 255 = 96%
G 241 of 255 = 95%
B 204 of 255 = 80%

246
241
204

R + G + B ~ 90%. #F6F1CC is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 241 + 204 = 691 (100%)
R 246 of 691 ~ 35.6%
G 241 of 691 ~ 34.88%
B 204 of 691 ~ 29.52'%

%35.6
%34.88
%29.52

CMYK color model

#F6F1CC color CMYK value is (0,2,17,4).

  • cyan value is 0.00%
  • magenta value is 2.03%
  • yellow value is 17.07%
  • key color value is 3.53%

CMYK: (0,2,17,4)
C0M2Y17K4 (0%, 2%, 17%, 4%)
(0.00 / 0.02 / 0.17 / 0.04)

CMYK percentages

%0
%2.03
%17.07
%3.53

Codes

Color #F6F1CC in popluar color models

F6 F1 CC
RGB 246 241 204
HSL 53° 70.00% 88.24%
HSB/HSV 53° 17.07% 96.47%
CMYK 0.00% 2.03% 17.07%
3.53%

Color #F6F1CC in popluar number systems.

HEX F6 F1 CC
Decimal 246 241 204
Binary 11110110 11110001 11001100
Octal 366 361 314

Shades and tints

Shades of #F6F1CC

#F6F1CC
(246,241,204)
#E0DCBA
(224,220,186)
#CAC7A8
(202,199,168)
#B4B296
(180,178,150)
#9E9D84
(158,157,132)
#888872
(136,136,114)
#727360
(114,115,96)
#5C5E4E
(92,94,78)
#46493C
(70,73,60)
#30342A
(48,52,42)
#1A1F18
(26,31,24)
#000000
(0,0,0)

Tints of #F6F1CC

#F6F1CC
(246,241,204)
#F6F2D0
(246,242,208)
#F6F3D4
(246,243,212)
#F6F4D8
(246,244,216)
#F6F5DC
(246,245,220)
#F6F6E0
(246,246,224)
#F6F7E4
(246,247,228)
#F6F8E8
(246,248,232)
#F6F9EC
(246,249,236)
#F6FAF0
(246,250,240)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F1CC; }

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

This text font color is #F6F1CC.

Background Color

.myBgColor { background-color: #F6F1CC; }

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

This div background color is #F6F1CC.

Border color

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

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

This div border color is #F6F1CC.

Opacity

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

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

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

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

This text has shadow with #F6F1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6F1CC.

Preview

Color preview on black background

This text has color #F6F1CC on black background.


Color preview on white background

This text has color #F6F1CC on white background.


Black color preview on #F6F1CC background

This text has black color on #F6F1CC background.


White color preview on #F6F1CC background

This text has white color on #F6F1CC background.


Related colors

Complementary color

Complementary color for #hex is #090E33.


I love getcolorcode.com

Triadic colors

1 #CCF6F1 and #F1CCF6 with #F6F1CC are triadic colors.

2 #CCF1F6 and #F1F6CC with #F6F1CC are triadic colors.