COLOR #F8ECB9

HEX: #F8ECB9
RGB: (248,236,185)

Color info

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

RGB color model

#F8ECB9 color RGB value is (248,236,185).

  • red value is 248;
  • green value is 236;
  • blue value is 185.
RGB:
(248,236,185)
(97%,93%,73%)

RGB channels and saturation

R 248 of 255 = 97%
G 236 of 255 = 93%
B 185 of 255 = 73%

248
236
185

R + G + B ~ 88%. #F8ECB9 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 236 + 185 = 669 (100%)
R 248 of 669 ~ 37.07%
G 236 of 669 ~ 35.28%
B 185 of 669 ~ 27.65%

%37.07
%35.28
%27.65

CMYK color model

#F8ECB9 color CMYK value is (0,5,25,3).

  • cyan value is 0.00%
  • magenta value is 4.84%
  • yellow value is 25.40%
  • key color value is 2.75%
CMYK:
(0,5,25,3)
C0M5Y25K3 
(0%,5%,25%,3%)
(0.00/0.05/0.25/0.03)	

CMYK percentages

%0
%4.84
%25.4
%2.75

Codes

Color #F8ECB9 in popluar color models

F8ECB9
RGB248236185
HSL49°81.82%84.90%
HSB/HSV49°25.40%97.25%
CMYK0.00%4.84%25.40%
2.75%

Color #F8ECB9 in popluar number systems.

HEXF8ECB9
Decimal248236185
Binary111110001110110010111001
Octal370354271

Shades and tints

Shades of #F8ECB9

#F8ECB9
(248,236,185)
#E2D7A9
(226,215,169)
#CCC299
(204,194,153)
#B6AD89
(182,173,137)
#A09879
(160,152,121)
#8A8369
(138,131,105)
#746E59
(116,110,89)
#5E5949
(94,89,73)
#484439
(72,68,57)
#322F29
(50,47,41)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #F8ECB9

#F8ECB9
(248,236,185)
#F8EDBF
(248,237,191)
#F8EEC5
(248,238,197)
#F8EFCB
(248,239,203)
#F8F0D1
(248,240,209)
#F8F1D7
(248,241,215)
#F8F2DD
(248,242,221)
#F8F3E3
(248,243,227)
#F8F4E9
(248,244,233)
#F8F5EF
(248,245,239)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8ECB9 color. Also use rgb(248,236,185) instead hex code.

Text Font Color

.myTextColor { color: #F8ECB9; }

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

This text font color is #F8ECB9.


Background Color

.myBgColor { background-color: #F8ECB9; }

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

This div background color is #F8ECB9.


Border color

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

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

This div border color is #F8ECB9.


Opacity

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

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

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

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

This text has shadow with #F8ECB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8ECB9 on black background.


Color preview on white background

This text has color #F8ECB9 on white background.



Black color preview on #F8ECB9 background

This text has black color on #F8ECB9 background.


White color preview on #F8ECB9 background

This text has white color on #F8ECB9 background.