COLOR #F8FEE5

HEX: #F8FEE5
RGB: (248,254,229)

Color info

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

RGB color model

#F8FEE5 color RGB value is (248,254,229).

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

RGB channels and saturation

R 248 of 255 = 97%
G 254 of 255 = 100%
B 229 of 255 = 90%

248
254
229

R + G + B ~ 96%. #F8FEE5 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 254 + 229 = 731 (100%)
R 248 of 731 ~ 33.93%
G 254 of 731 ~ 34.75%
B 229 of 731 ~ 31.33%

%33.93
%34.75
%31.33

CMYK color model

#F8FEE5 color CMYK value is (2,0,10,0).

  • cyan value is 2.36%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 0.39%
CMYK:
(2,0,10,0)
C2M0Y10K0 
(2%,0%,10%,0%)
(0.02/0.00/0.10/0.00)	

CMYK percentages

%2.36
%0
%9.84
%0.39

Codes

Color #F8FEE5 in popluar color models

F8FEE5
RGB248254229
HSL74°92.59%94.71%
HSB/HSV74°9.84%99.61%
CMYK2.36%0.00%9.84%
0.39%

Color #F8FEE5 in popluar number systems.

HEXF8FEE5
Decimal248254229
Binary111110001111111011100101
Octal370376345

Shades and tints

Shades of #F8FEE5

#F8FEE5
(248,254,229)
#E2E7D1
(226,231,209)
#CCD0BD
(204,208,189)
#B6B9A9
(182,185,169)
#A0A295
(160,162,149)
#8A8B81
(138,139,129)
#74746D
(116,116,109)
#5E5D59
(94,93,89)
#484645
(72,70,69)
#322F31
(50,47,49)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #F8FEE5

#F8FEE5
(248,254,229)
#F8FEE7
(248,254,231)
#F8FEE9
(248,254,233)
#F8FEEB
(248,254,235)
#F8FEED
(248,254,237)
#F8FEEF
(248,254,239)
#F8FEF1
(248,254,241)
#F8FEF3
(248,254,243)
#F8FEF5
(248,254,245)
#F8FEF7
(248,254,247)
#F8FEF9
(248,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FEE5; }

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

This text font color is #F8FEE5.


Background Color

.myBgColor { background-color: #F8FEE5; }

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

This div background color is #F8FEE5.


Border color

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

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

This div border color is #F8FEE5.


Opacity

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

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

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

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

This text has shadow with #F8FEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FEE5 on black background.


Color preview on white background

This text has color #F8FEE5 on white background.



Black color preview on #F8FEE5 background

This text has black color on #F8FEE5 background.


White color preview on #F8FEE5 background

This text has white color on #F8FEE5 background.