COLOR #F6EAB8

HEX: #F6EAB8
RGB: (246,234,184)

Color info

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

RGB color model

#F6EAB8 color RGB value is (246,234,184).

  • red value is 246;
  • green value is 234;
  • blue value is 184.
RGB:
(246,234,184)
(96%,92%,72%)

RGB channels and saturation

R 246 of 255 = 96%
G 234 of 255 = 92%
B 184 of 255 = 72%

246
234
184

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

Portions of RGB colors in percentages

R + G + B =
246 + 234 + 184 = 664 (100%)
R 246 of 664 ~ 37.05%
G 234 of 664 ~ 35.24%
B 184 of 664 ~ 27.71%

%37.05
%35.24
%27.71

CMYK color model

#F6EAB8 color CMYK value is (0,5,25,4).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 25.20%
  • key color value is 3.53%
CMYK:
(0,5,25,4)
C0M5Y25K4 
(0%,5%,25%,4%)
(0.00/0.05/0.25/0.04)	

CMYK percentages

%0
%4.88
%25.2
%3.53

Codes

Color #F6EAB8 in popluar color models

F6EAB8
RGB246234184
HSL48°77.50%84.31%
HSB/HSV48°25.20%96.47%
CMYK0.00%4.88%25.20%
3.53%

Color #F6EAB8 in popluar number systems.

HEXF6EAB8
Decimal246234184
Binary111101101110101010111000
Octal366352270

Shades and tints

Shades of #F6EAB8

#F6EAB8
(246,234,184)
#E0D5A8
(224,213,168)
#CAC098
(202,192,152)
#B4AB88
(180,171,136)
#9E9678
(158,150,120)
#888168
(136,129,104)
#726C58
(114,108,88)
#5C5748
(92,87,72)
#464238
(70,66,56)
#302D28
(48,45,40)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #F6EAB8

#F6EAB8
(246,234,184)
#F6EBBE
(246,235,190)
#F6ECC4
(246,236,196)
#F6EDCA
(246,237,202)
#F6EED0
(246,238,208)
#F6EFD6
(246,239,214)
#F6F0DC
(246,240,220)
#F6F1E2
(246,241,226)
#F6F2E8
(246,242,232)
#F6F3EE
(246,243,238)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EAB8; }

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

This text font color is #F6EAB8.


Background Color

.myBgColor { background-color: #F6EAB8; }

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

This div background color is #F6EAB8.


Border color

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

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

This div border color is #F6EAB8.


Opacity

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

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

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

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

This text has shadow with #F6EAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EAB8 on black background.


Color preview on white background

This text has color #F6EAB8 on white background.



Black color preview on #F6EAB8 background

This text has black color on #F6EAB8 background.


White color preview on #F6EAB8 background

This text has white color on #F6EAB8 background.