COLOR #F6E2BE

HEX: #F6E2BE RGB: (246,226,190)

Color info

#F6E2BE contains red, green and blue colors in about the same proportion. Web safe color of #F6E2BE is #FFCCCC (or #FCC).

RGB color model

#F6E2BE color RGB value is (246,226,190).

RGB: (246,226,190) (96%, 89%, 75%)

RGB channels and saturation

R 246 of 255 = 96%
G 226 of 255 = 89%
B 190 of 255 = 75%

246
226
190

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

Portions of RGB colors in percentages

R + G + B = 246 + 226 + 190 = 662 (100%)
R 246 of 662 ~ 37.16%
G 226 of 662 ~ 34.14%
B 190 of 662 ~ 28.7'%

%37.16
%34.14
%28.7

CMYK color model

#F6E2BE color CMYK value is (0,8,23,4).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 22.76%
  • key color value is 3.53%

CMYK: (0,8,23,4)
C0M8Y23K4 (0%, 8%, 23%, 4%)
(0.00 / 0.08 / 0.23 / 0.04)

CMYK percentages

%0
%8.13
%22.76
%3.53

Codes

Color #F6E2BE in popluar color models

F6 E2 BE
RGB 246 226 190
HSL 39° 75.68% 85.49%
HSB/HSV 39° 22.76% 96.47%
CMYK 0.00% 8.13% 22.76%
3.53%

Color #F6E2BE in popluar number systems.

HEX F6 E2 BE
Decimal 246 226 190
Binary 11110110 11100010 10111110
Octal 366 342 276

Shades and tints

Shades of #F6E2BE

#F6E2BE
(246,226,190)
#E0CEAD
(224,206,173)
#CABA9C
(202,186,156)
#B4A68B
(180,166,139)
#9E927A
(158,146,122)
#887E69
(136,126,105)
#726A58
(114,106,88)
#5C5647
(92,86,71)
#464236
(70,66,54)
#302E25
(48,46,37)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #F6E2BE

#F6E2BE
(246,226,190)
#F6E4C3
(246,228,195)
#F6E6C8
(246,230,200)
#F6E8CD
(246,232,205)
#F6EAD2
(246,234,210)
#F6ECD7
(246,236,215)
#F6EEDC
(246,238,220)
#F6F0E1
(246,240,225)
#F6F2E6
(246,242,230)
#F6F4EB
(246,244,235)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E2BE; }

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

This text font color is #F6E2BE.

Background Color

.myBgColor { background-color: #F6E2BE; }

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

This div background color is #F6E2BE.

Border color

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

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

This div border color is #F6E2BE.

Opacity

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

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

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

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

This text has shadow with #F6E2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E2BE.

Preview

Color preview on black background

This text has color #F6E2BE on black background.


Color preview on white background

This text has color #F6E2BE on white background.


Black color preview on #F6E2BE background

This text has black color on #F6E2BE background.


White color preview on #F6E2BE background

This text has white color on #F6E2BE background.


Related colors

Complementary color

Complementary color for #hex is #091D41.


I love getcolorcode.com

Triadic colors

1 #BEF6E2 and #E2BEF6 with #F6E2BE are triadic colors.

2 #BEE2F6 and #E2F6BE with #F6E2BE are triadic colors.