COLOR #F8FEDC

HEX: #F8FEDC
RGB: (248,254,220)

Color info

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

RGB color model

#F8FEDC color RGB value is (248,254,220).

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

RGB channels and saturation

R 248 of 255 = 97%
G 254 of 255 = 100%
B 220 of 255 = 86%

248
254
220

R + G + B ~ 94%. #F8FEDC is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 254 + 220 = 722 (100%)
R 248 of 722 ~ 34.35%
G 254 of 722 ~ 35.18%
B 220 of 722 ~ 30.47%

%34.35
%35.18
%30.47

CMYK color model

#F8FEDC color CMYK value is (2,0,13,0).

  • cyan value is 2.36%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 0.39%
CMYK:
(2,0,13,0)
C2M0Y13K0 
(2%,0%,13%,0%)
(0.02/0.00/0.13/0.00)	

CMYK percentages

%2.36
%0
%13.39
%0.39

Codes

Color #F8FEDC in popluar color models

F8FEDC
RGB248254220
HSL71°94.44%92.94%
HSB/HSV71°13.39%99.61%
CMYK2.36%0.00%13.39%
0.39%

Color #F8FEDC in popluar number systems.

HEXF8FEDC
Decimal248254220
Binary111110001111111011011100
Octal370376334

Shades and tints

Shades of #F8FEDC

#F8FEDC
(248,254,220)
#E2E7C8
(226,231,200)
#CCD0B4
(204,208,180)
#B6B9A0
(182,185,160)
#A0A28C
(160,162,140)
#8A8B78
(138,139,120)
#747464
(116,116,100)
#5E5D50
(94,93,80)
#48463C
(72,70,60)
#322F28
(50,47,40)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #F8FEDC

#F8FEDC
(248,254,220)
#F8FEDF
(248,254,223)
#F8FEE2
(248,254,226)
#F8FEE5
(248,254,229)
#F8FEE8
(248,254,232)
#F8FEEB
(248,254,235)
#F8FEEE
(248,254,238)
#F8FEF1
(248,254,241)
#F8FEF4
(248,254,244)
#F8FEF7
(248,254,247)
#F8FEFA
(248,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FEDC; }

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

This text font color is #F8FEDC.


Background Color

.myBgColor { background-color: #F8FEDC; }

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

This div background color is #F8FEDC.


Border color

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

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

This div border color is #F8FEDC.


Opacity

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

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

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

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

This text has shadow with #F8FEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FEDC on black background.


Color preview on white background

This text has color #F8FEDC on white background.



Black color preview on #F8FEDC background

This text has black color on #F8FEDC background.


White color preview on #F8FEDC background

This text has white color on #F8FEDC background.