COLOR #F8FEE2

HEX: #F8FEE2
RGB: (248,254,226)

Color info

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

RGB color model

#F8FEE2 color RGB value is (248,254,226).

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

RGB channels and saturation

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

248
254
226

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

Portions of RGB colors in percentages

R + G + B =
248 + 254 + 226 = 728 (100%)
R 248 of 728 ~ 34.07%
G 254 of 728 ~ 34.89%
B 226 of 728 ~ 31.04%

%34.07
%34.89
%31.04

CMYK color model

#F8FEE2 color CMYK value is (2,0,11,0).

  • cyan value is 2.36%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 0.39%
CMYK:
(2,0,11,0)
C2M0Y11K0 
(2%,0%,11%,0%)
(0.02/0.00/0.11/0.00)	

CMYK percentages

%2.36
%0
%11.02
%0.39

Codes

Color #F8FEE2 in popluar color models

F8FEE2
RGB248254226
HSL73°93.33%94.12%
HSB/HSV73°11.02%99.61%
CMYK2.36%0.00%11.02%
0.39%

Color #F8FEE2 in popluar number systems.

HEXF8FEE2
Decimal248254226
Binary111110001111111011100010
Octal370376342

Shades and tints

Shades of #F8FEE2

#F8FEE2
(248,254,226)
#E2E7CE
(226,231,206)
#CCD0BA
(204,208,186)
#B6B9A6
(182,185,166)
#A0A292
(160,162,146)
#8A8B7E
(138,139,126)
#74746A
(116,116,106)
#5E5D56
(94,93,86)
#484642
(72,70,66)
#322F2E
(50,47,46)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #F8FEE2

#F8FEE2
(248,254,226)
#F8FEE4
(248,254,228)
#F8FEE6
(248,254,230)
#F8FEE8
(248,254,232)
#F8FEEA
(248,254,234)
#F8FEEC
(248,254,236)
#F8FEEE
(248,254,238)
#F8FEF0
(248,254,240)
#F8FEF2
(248,254,242)
#F8FEF4
(248,254,244)
#F8FEF6
(248,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FEE2; }

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

This text font color is #F8FEE2.


Background Color

.myBgColor { background-color: #F8FEE2; }

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

This div background color is #F8FEE2.


Border color

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

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

This div border color is #F8FEE2.


Opacity

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

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

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

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

This text has shadow with #F8FEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FEE2 on black background.


Color preview on white background

This text has color #F8FEE2 on white background.



Black color preview on #F8FEE2 background

This text has black color on #F8FEE2 background.


White color preview on #F8FEE2 background

This text has white color on #F8FEE2 background.