COLOR #F8E4C7

HEX: #F8E4C7
RGB: (248,228,199)

Color info

#F8E4C7 contains red, green and blue colors in about the same proportion. Web safe color of #F8E4C7 is #FFCCCC (or #FCC).

RGB color model

#F8E4C7 color RGB value is (248,228,199).

  • red value is 248;
  • green value is 228;
  • blue value is 199.
RGB:
(248,228,199)
(97%,89%,78%)

RGB channels and saturation

R 248 of 255 = 97%
G 228 of 255 = 89%
B 199 of 255 = 78%

248
228
199

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

Portions of RGB colors in percentages

R + G + B =
248 + 228 + 199 = 675 (100%)
R 248 of 675 ~ 36.74%
G 228 of 675 ~ 33.78%
B 199 of 675 ~ 29.48%

%36.74
%33.78
%29.48

CMYK color model

#F8E4C7 color CMYK value is (0,8,20,3).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 19.76%
  • key color value is 2.75%
CMYK:
(0,8,20,3)
C0M8Y20K3 
(0%,8%,20%,3%)
(0.00/0.08/0.20/0.03)	

CMYK percentages

%0
%8.06
%19.76
%2.75

Codes

Color #F8E4C7 in popluar color models

F8E4C7
RGB248228199
HSL36°77.78%87.65%
HSB/HSV36°19.76%97.25%
CMYK0.00%8.06%19.76%
2.75%

Color #F8E4C7 in popluar number systems.

HEXF8E4C7
Decimal248228199
Binary111110001110010011000111
Octal370344307

Shades and tints

Shades of #F8E4C7

#F8E4C7
(248,228,199)
#E2D0B5
(226,208,181)
#CCBCA3
(204,188,163)
#B6A891
(182,168,145)
#A0947F
(160,148,127)
#8A806D
(138,128,109)
#746C5B
(116,108,91)
#5E5849
(94,88,73)
#484437
(72,68,55)
#323025
(50,48,37)
#1C1C13
(28,28,19)
#000000
(0,0,0)

Tints of #F8E4C7

#F8E4C7
(248,228,199)
#F8E6CC
(248,230,204)
#F8E8D1
(248,232,209)
#F8EAD6
(248,234,214)
#F8ECDB
(248,236,219)
#F8EEE0
(248,238,224)
#F8F0E5
(248,240,229)
#F8F2EA
(248,242,234)
#F8F4EF
(248,244,239)
#F8F6F4
(248,246,244)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E4C7 color. Also use rgb(248,228,199) instead hex code.

Text Font Color

.myTextColor { color: #F8E4C7; }

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

This text font color is #F8E4C7.


Background Color

.myBgColor { background-color: #F8E4C7; }

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

This div background color is #F8E4C7.


Border color

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

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

This div border color is #F8E4C7.


Opacity

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

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

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

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

This text has shadow with #F8E4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E4C7 on black background.


Color preview on white background

This text has color #F8E4C7 on white background.



Black color preview on #F8E4C7 background

This text has black color on #F8E4C7 background.


White color preview on #F8E4C7 background

This text has white color on #F8E4C7 background.