COLOR #F8FFE2

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

248
255
226

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

Portions of RGB colors in percentages

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

%34.02
%34.98
%31

CMYK color model

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

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

CMYK percentages

%2.75
%0
%11.37
%0

Codes

Color #F8FFE2 in popluar color models

F8FFE2
RGB248255226
HSL74°100.00%94.31%
HSB/HSV74°11.37%100.00%
CMYK2.75%0.00%11.37%
0.00%

Color #F8FFE2 in popluar number systems.

HEXF8FFE2
Decimal248255226
Binary111110001111111111100010
Octal370377342

Shades and tints

Shades of #F8FFE2

#F8FFE2
(248,255,226)
#E2E8CE
(226,232,206)
#CCD1BA
(204,209,186)
#B6BAA6
(182,186,166)
#A0A392
(160,163,146)
#8A8C7E
(138,140,126)
#74756A
(116,117,106)
#5E5E56
(94,94,86)
#484742
(72,71,66)
#32302E
(50,48,46)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #F8FFE2

#F8FFE2
(248,255,226)
#F8FFE4
(248,255,228)
#F8FFE6
(248,255,230)
#F8FFE8
(248,255,232)
#F8FFEA
(248,255,234)
#F8FFEC
(248,255,236)
#F8FFEE
(248,255,238)
#F8FFF0
(248,255,240)
#F8FFF2
(248,255,242)
#F8FFF4
(248,255,244)
#F8FFF6
(248,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FFE2; }

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

This text font color is #F8FFE2.


Background Color

.myBgColor { background-color: #F8FFE2; }

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

This div background color is #F8FFE2.


Border color

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

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

This div border color is #F8FFE2.


Opacity

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

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

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

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

This text has shadow with #F8FFE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FFE2 on black background.


Color preview on white background

This text has color #F8FFE2 on white background.



Black color preview on #F8FFE2 background

This text has black color on #F8FFE2 background.


White color preview on #F8FFE2 background

This text has white color on #F8FFE2 background.