COLOR #F6EBA5

HEX: #F6EBA5 RGB: (246,235,165)

Color info

#F6EBA5 contains mainly red and green colors. Web safe color of #F6EBA5 is #FFFF99 (or #FF9).

RGB color model

#F6EBA5 color RGB value is (246,235,165).

RGB: (246,235,165) (96%, 92%, 65%)

RGB channels and saturation

R 246 of 255 = 96%
G 235 of 255 = 92%
B 165 of 255 = 65%

246
235
165

R + G + B ~ 84%. #F6EBA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 235 + 165 = 646 (100%)
R 246 of 646 ~ 38.08%
G 235 of 646 ~ 36.38%
B 165 of 646 ~ 25.54'%

%38.08
%36.38
%25.54

CMYK color model

#F6EBA5 color CMYK value is (0,4,33,4).

  • cyan value is 0.00%
  • magenta value is 4.47%
  • yellow value is 32.93%
  • key color value is 3.53%

CMYK: (0,4,33,4)
C0M4Y33K4 (0%, 4%, 33%, 4%)
(0.00 / 0.04 / 0.33 / 0.04)

CMYK percentages

%0
%4.47
%32.93
%3.53

Codes

Color #F6EBA5 in popluar color models

F6 EB A5
RGB 246 235 165
HSL 52° 81.82% 80.59%
HSB/HSV 52° 32.93% 96.47%
CMYK 0.00% 4.47% 32.93%
3.53%

Color #F6EBA5 in popluar number systems.

HEX F6 EB A5
Decimal 246 235 165
Binary 11110110 11101011 10100101
Octal 366 353 245

Shades and tints

Shades of #F6EBA5

#F6EBA5
(246,235,165)
#E0D696
(224,214,150)
#CAC187
(202,193,135)
#B4AC78
(180,172,120)
#9E9769
(158,151,105)
#88825A
(136,130,90)
#726D4B
(114,109,75)
#5C583C
(92,88,60)
#46432D
(70,67,45)
#302E1E
(48,46,30)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #F6EBA5

#F6EBA5
(246,235,165)
#F6ECAD
(246,236,173)
#F6EDB5
(246,237,181)
#F6EEBD
(246,238,189)
#F6EFC5
(246,239,197)
#F6F0CD
(246,240,205)
#F6F1D5
(246,241,213)
#F6F2DD
(246,242,221)
#F6F3E5
(246,243,229)
#F6F4ED
(246,244,237)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EBA5; }

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

This text font color is #F6EBA5.

Background Color

.myBgColor { background-color: #F6EBA5; }

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

This div background color is #F6EBA5.

Border color

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

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

This div border color is #F6EBA5.

Opacity

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

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

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

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

This text has shadow with #F6EBA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EBA5.

Preview

Color preview on black background

This text has color #F6EBA5 on black background.


Color preview on white background

This text has color #F6EBA5 on white background.


Black color preview on #F6EBA5 background

This text has black color on #F6EBA5 background.


White color preview on #F6EBA5 background

This text has white color on #F6EBA5 background.


Related colors

Complementary color

Complementary color for #hex is #09145A.


I love getcolorcode.com

Triadic colors

1 #A5F6EB and #EBA5F6 with #F6EBA5 are triadic colors.

2 #A5EBF6 and #EBF6A5 with #F6EBA5 are triadic colors.