COLOR #FFF8E2

HEX: #FFF8E2
RGB: (255,248,226)

Color info

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

RGB color model

#FFF8E2 color RGB value is (255,248,226).

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

RGB channels and saturation

R 255 of 255 = 100%
G 248 of 255 = 97%
B 226 of 255 = 89%

255
248
226

R + G + B ~ 95%. #FFF8E2 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 248 + 226 = 729 (100%)
R 255 of 729 ~ 34.98%
G 248 of 729 ~ 34.02%
B 226 of 729 ~ 31%

%34.98
%34.02
%31

CMYK color model

#FFF8E2 color CMYK value is (0,3,11,0).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 11.37%
  • key color value is 0.00%
CMYK:
(0,3,11,0)
C0M3Y11K0 
(0%,3%,11%,0%)
(0.00/0.03/0.11/0.00)	

CMYK percentages

%0
%2.75
%11.37
%0

Codes

Color #FFF8E2 in popluar color models

FFF8E2
RGB255248226
HSL46°100.00%94.31%
HSB/HSV46°11.37%100.00%
CMYK0.00%2.75%11.37%
0.00%

Color #FFF8E2 in popluar number systems.

HEXFFF8E2
Decimal255248226
Binary111111111111100011100010
Octal377370342

Shades and tints

Shades of #FFF8E2

#FFF8E2
(255,248,226)
#E8E2CE
(232,226,206)
#D1CCBA
(209,204,186)
#BAB6A6
(186,182,166)
#A3A092
(163,160,146)
#8C8A7E
(140,138,126)
#75746A
(117,116,106)
#5E5E56
(94,94,86)
#474842
(71,72,66)
#30322E
(48,50,46)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #FFF8E2

#FFF8E2
(255,248,226)
#FFF8E4
(255,248,228)
#FFF8E6
(255,248,230)
#FFF8E8
(255,248,232)
#FFF8EA
(255,248,234)
#FFF8EC
(255,248,236)
#FFF8EE
(255,248,238)
#FFF8F0
(255,248,240)
#FFF8F2
(255,248,242)
#FFF8F4
(255,248,244)
#FFF8F6
(255,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF8E2; }

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

This text font color is #FFF8E2.


Background Color

.myBgColor { background-color: #FFF8E2; }

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

This div background color is #FFF8E2.


Border color

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

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

This div border color is #FFF8E2.


Opacity

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

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

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

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

This text has shadow with #FFF8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF8E2 on black background.


Color preview on white background

This text has color #FFF8E2 on white background.



Black color preview on #FFF8E2 background

This text has black color on #FFF8E2 background.


White color preview on #FFF8E2 background

This text has white color on #FFF8E2 background.