COLOR #F6F2B6

HEX: #F6F2B6 RGB: (246,242,182)

Color info

#F6F2B6 contains mainly red and green colors. Web safe color of #F6F2B6 is #FFFFCC (or #FFC).

RGB color model

#F6F2B6 color RGB value is (246,242,182).

RGB: (246,242,182) (96%, 95%, 71%)

RGB channels and saturation

R 246 of 255 = 96%
G 242 of 255 = 95%
B 182 of 255 = 71%

246
242
182

R + G + B ~ 87%. #F6F2B6 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 242 + 182 = 670 (100%)
R 246 of 670 ~ 36.72%
G 242 of 670 ~ 36.12%
B 182 of 670 ~ 27.16'%

%36.72
%36.12
%27.16

CMYK color model

#F6F2B6 color CMYK value is (0,2,26,4).

  • cyan value is 0.00%
  • magenta value is 1.63%
  • yellow value is 26.02%
  • key color value is 3.53%

CMYK: (0,2,26,4)
C0M2Y26K4 (0%, 2%, 26%, 4%)
(0.00 / 0.02 / 0.26 / 0.04)

CMYK percentages

%0
%1.63
%26.02
%3.53

Codes

Color #F6F2B6 in popluar color models

F6 F2 B6
RGB 246 242 182
HSL 56° 78.05% 83.92%
HSB/HSV 56° 26.02% 96.47%
CMYK 0.00% 1.63% 26.02%
3.53%

Color #F6F2B6 in popluar number systems.

HEX F6 F2 B6
Decimal 246 242 182
Binary 11110110 11110010 10110110
Octal 366 362 266

Shades and tints

Shades of #F6F2B6

#F6F2B6
(246,242,182)
#E0DCA6
(224,220,166)
#CAC696
(202,198,150)
#B4B086
(180,176,134)
#9E9A76
(158,154,118)
#888466
(136,132,102)
#726E56
(114,110,86)
#5C5846
(92,88,70)
#464236
(70,66,54)
#302C26
(48,44,38)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #F6F2B6

#F6F2B6
(246,242,182)
#F6F3BC
(246,243,188)
#F6F4C2
(246,244,194)
#F6F5C8
(246,245,200)
#F6F6CE
(246,246,206)
#F6F7D4
(246,247,212)
#F6F8DA
(246,248,218)
#F6F9E0
(246,249,224)
#F6FAE6
(246,250,230)
#F6FBEC
(246,251,236)
#F6FCF2
(246,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F2B6; }

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

This text font color is #F6F2B6.

Background Color

.myBgColor { background-color: #F6F2B6; }

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

This div background color is #F6F2B6.

Border color

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

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

This div border color is #F6F2B6.

Opacity

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

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

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

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

This text has shadow with #F6F2B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6F2B6.

Preview

Color preview on black background

This text has color #F6F2B6 on black background.


Color preview on white background

This text has color #F6F2B6 on white background.


Black color preview on #F6F2B6 background

This text has black color on #F6F2B6 background.


White color preview on #F6F2B6 background

This text has white color on #F6F2B6 background.


Related colors

Complementary color

Complementary color for #hex is #090D49.


I love getcolorcode.com

Triadic colors

1 #B6F6F2 and #F2B6F6 with #F6F2B6 are triadic colors.

2 #B6F2F6 and #F2F6B6 with #F6F2B6 are triadic colors.