COLOR #FFF8EE

HEX: #FFF8EE
RGB: (255,248,238)

Color info

#FFF8EE contains red, green and blue colors in about the same proportion. Web safe color of #FFF8EE is #FFFFFF (or #FFF).

RGB color model

#FFF8EE color RGB value is (255,248,238).

  • red value is 255;
  • green value is 248;
  • blue value is 238.
RGB:
(255,248,238)
(100%,97%,93%)

RGB channels and saturation

R 255 of 255 = 100%
G 248 of 255 = 97%
B 238 of 255 = 93%

255
248
238

R + G + B ~ 97%. #FFF8EE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 248 + 238 = 741 (100%)
R 255 of 741 ~ 34.41%
G 248 of 741 ~ 33.47%
B 238 of 741 ~ 32.12%

%34.41
%33.47
%32.12

CMYK color model

#FFF8EE color CMYK value is (0,3,7,0).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,3,7,0)
C0M3Y7K0 
(0%,3%,7%,0%)
(0.00/0.03/0.07/0.00)	

CMYK percentages

%0
%2.75
%6.67
%0

Codes

Color #FFF8EE in popluar color models

FFF8EE
RGB255248238
HSL35°100.00%96.67%
HSB/HSV35°6.67%100.00%
CMYK0.00%2.75%6.67%
0.00%

Color #FFF8EE in popluar number systems.

HEXFFF8EE
Decimal255248238
Binary111111111111100011101110
Octal377370356

Shades and tints

Shades of #FFF8EE

#FFF8EE
(255,248,238)
#E8E2D9
(232,226,217)
#D1CCC4
(209,204,196)
#BAB6AF
(186,182,175)
#A3A09A
(163,160,154)
#8C8A85
(140,138,133)
#757470
(117,116,112)
#5E5E5B
(94,94,91)
#474846
(71,72,70)
#303231
(48,50,49)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #FFF8EE

#FFF8EE
(255,248,238)
#FFF8EF
(255,248,239)
#FFF8F0
(255,248,240)
#FFF8F1
(255,248,241)
#FFF8F2
(255,248,242)
#FFF8F3
(255,248,243)
#FFF8F4
(255,248,244)
#FFF8F5
(255,248,245)
#FFF8F6
(255,248,246)
#FFF8F7
(255,248,247)
#FFF8F8
(255,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF8EE color. Also use rgb(255,248,238) instead hex code.

Text Font Color

.myTextColor { color: #FFF8EE; }

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

This text font color is #FFF8EE.


Background Color

.myBgColor { background-color: #FFF8EE; }

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

This div background color is #FFF8EE.


Border color

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

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

This div border color is #FFF8EE.


Opacity

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

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

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

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

This text has shadow with #FFF8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF8EE on black background.


Color preview on white background

This text has color #FFF8EE on white background.



Black color preview on #FFF8EE background

This text has black color on #FFF8EE background.


White color preview on #FFF8EE background

This text has white color on #FFF8EE background.