COLOR #F8E9C2

HEX: #F8E9C2
RGB: (248,233,194)

Color info

#F8E9C2 contains red, green and blue colors in about the same proportion. Web safe color of #F8E9C2 is #FFFFCC (or #FFC).

RGB color model

#F8E9C2 color RGB value is (248,233,194).

  • red value is 248;
  • green value is 233;
  • blue value is 194.
RGB:
(248,233,194)
(97%,91%,76%)

RGB channels and saturation

R 248 of 255 = 97%
G 233 of 255 = 91%
B 194 of 255 = 76%

248
233
194

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

Portions of RGB colors in percentages

R + G + B =
248 + 233 + 194 = 675 (100%)
R 248 of 675 ~ 36.74%
G 233 of 675 ~ 34.52%
B 194 of 675 ~ 28.74%

%36.74
%34.52
%28.74

CMYK color model

#F8E9C2 color CMYK value is (0,6,22,3).

  • cyan value is 0.00%
  • magenta value is 6.05%
  • yellow value is 21.77%
  • key color value is 2.75%
CMYK:
(0,6,22,3)
C0M6Y22K3 
(0%,6%,22%,3%)
(0.00/0.06/0.22/0.03)	

CMYK percentages

%0
%6.05
%21.77
%2.75

Codes

Color #F8E9C2 in popluar color models

F8E9C2
RGB248233194
HSL43°79.41%86.67%
HSB/HSV43°21.77%97.25%
CMYK0.00%6.05%21.77%
2.75%

Color #F8E9C2 in popluar number systems.

HEXF8E9C2
Decimal248233194
Binary111110001110100111000010
Octal370351302

Shades and tints

Shades of #F8E9C2

#F8E9C2
(248,233,194)
#E2D4B1
(226,212,177)
#CCBFA0
(204,191,160)
#B6AA8F
(182,170,143)
#A0957E
(160,149,126)
#8A806D
(138,128,109)
#746B5C
(116,107,92)
#5E564B
(94,86,75)
#48413A
(72,65,58)
#322C29
(50,44,41)
#1C1718
(28,23,24)
#000000
(0,0,0)

Tints of #F8E9C2

#F8E9C2
(248,233,194)
#F8EBC7
(248,235,199)
#F8EDCC
(248,237,204)
#F8EFD1
(248,239,209)
#F8F1D6
(248,241,214)
#F8F3DB
(248,243,219)
#F8F5E0
(248,245,224)
#F8F7E5
(248,247,229)
#F8F9EA
(248,249,234)
#F8FBEF
(248,251,239)
#F8FDF4
(248,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E9C2 color. Also use rgb(248,233,194) instead hex code.

Text Font Color

.myTextColor { color: #F8E9C2; }

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

This text font color is #F8E9C2.


Background Color

.myBgColor { background-color: #F8E9C2; }

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

This div background color is #F8E9C2.


Border color

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

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

This div border color is #F8E9C2.


Opacity

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

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

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

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

This text has shadow with #F8E9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E9C2 on black background.


Color preview on white background

This text has color #F8E9C2 on white background.



Black color preview on #F8E9C2 background

This text has black color on #F8E9C2 background.


White color preview on #F8E9C2 background

This text has white color on #F8E9C2 background.