COLOR #F6EAB6

HEX: #F6EAB6 RGB: (246,234,182)

Color info

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

RGB color model

#F6EAB6 color RGB value is (246,234,182).

RGB: (246,234,182) (96%, 92%, 71%)

RGB channels and saturation

R 246 of 255 = 96%
G 234 of 255 = 92%
B 182 of 255 = 71%

246
234
182

R + G + B ~ 86%. #F6EAB6 is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 234 + 182 = 662 (100%)
R 246 of 662 ~ 37.16%
G 234 of 662 ~ 35.35%
B 182 of 662 ~ 27.49'%

%37.16
%35.35
%27.49

CMYK color model

#F6EAB6 color CMYK value is (0,5,26,4).

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

CMYK: (0,5,26,4)
C0M5Y26K4 (0%, 5%, 26%, 4%)
(0.00 / 0.05 / 0.26 / 0.04)

CMYK percentages

%0
%4.88
%26.02
%3.53

Codes

Color #F6EAB6 in popluar color models

F6 EA B6
RGB 246 234 182
HSL 49° 78.05% 83.92%
HSB/HSV 49° 26.02% 96.47%
CMYK 0.00% 4.88% 26.02%
3.53%

Color #F6EAB6 in popluar number systems.

HEX F6 EA B6
Decimal 246 234 182
Binary 11110110 11101010 10110110
Octal 366 352 266

Shades and tints

Shades of #F6EAB6

#F6EAB6
(246,234,182)
#E0D5A6
(224,213,166)
#CAC096
(202,192,150)
#B4AB86
(180,171,134)
#9E9676
(158,150,118)
#888166
(136,129,102)
#726C56
(114,108,86)
#5C5746
(92,87,70)
#464236
(70,66,54)
#302D26
(48,45,38)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #F6EAB6

#F6EAB6
(246,234,182)
#F6EBBC
(246,235,188)
#F6ECC2
(246,236,194)
#F6EDC8
(246,237,200)
#F6EECE
(246,238,206)
#F6EFD4
(246,239,212)
#F6F0DA
(246,240,218)
#F6F1E0
(246,241,224)
#F6F2E6
(246,242,230)
#F6F3EC
(246,243,236)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EAB6; }

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

This text font color is #F6EAB6.

Background Color

.myBgColor { background-color: #F6EAB6; }

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

This div background color is #F6EAB6.

Border color

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

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

This div border color is #F6EAB6.

Opacity

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

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

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

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

This text has shadow with #F6EAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EAB6.

Preview

Color preview on black background

This text has color #F6EAB6 on black background.


Color preview on white background

This text has color #F6EAB6 on white background.


Black color preview on #F6EAB6 background

This text has black color on #F6EAB6 background.


White color preview on #F6EAB6 background

This text has white color on #F6EAB6 background.


Related colors

Complementary color

Complementary color for #hex is #091549.


I love getcolorcode.com

Triadic colors

1 #B6F6EA and #EAB6F6 with #F6EAB6 are triadic colors.

2 #B6EAF6 and #EAF6B6 with #F6EAB6 are triadic colors.