COLOR #F8FEDF

HEX: #F8FEDF RGB: (248,254,223)

Color info

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

RGB color model

#F8FEDF color RGB value is (248,254,223).

RGB: (248,254,223) (97%, 100%, 87%)

RGB channels and saturation

R 248 of 255 = 97%
G 254 of 255 = 100%
B 223 of 255 = 87%

248
254
223

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

Portions of RGB colors in percentages

R + G + B = 248 + 254 + 223 = 725 (100%)
R 248 of 725 ~ 34.21%
G 254 of 725 ~ 35.03%
B 223 of 725 ~ 30.76'%

%34.21
%35.03
%30.76

CMYK color model

#F8FEDF color CMYK value is (2,0,12,0).

  • cyan value is 2.36%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 0.39%

CMYK: (2,0,12,0)
C2M0Y12K0 (2%, 0%, 12%, 0%)
(0.02 / 0.00 / 0.12 / 0.00)

CMYK percentages

%2.36
%0
%12.2
%0.39

Codes

Color #F8FEDF in popluar color models

F8 FE DF
RGB 248 254 223
HSL 72° 93.94% 93.53%
HSB/HSV 72° 12.20% 99.61%
CMYK 2.36% 0.00% 12.20%
0.39%

Color #F8FEDF in popluar number systems.

HEX F8 FE DF
Decimal 248 254 223
Binary 11111000 11111110 11011111
Octal 370 376 337

Shades and tints

Shades of #F8FEDF

#F8FEDF
(248,254,223)
#E2E7CB
(226,231,203)
#CCD0B7
(204,208,183)
#B6B9A3
(182,185,163)
#A0A28F
(160,162,143)
#8A8B7B
(138,139,123)
#747467
(116,116,103)
#5E5D53
(94,93,83)
#48463F
(72,70,63)
#322F2B
(50,47,43)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #F8FEDF

#F8FEDF
(248,254,223)
#F8FEE1
(248,254,225)
#F8FEE3
(248,254,227)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FEDF; }

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

This text font color is #F8FEDF.

Background Color

.myBgColor { background-color: #F8FEDF; }

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

This div background color is #F8FEDF.

Border color

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

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

This div border color is #F8FEDF.

Opacity

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

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

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

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

This text has shadow with #F8FEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FEDF.

Preview

Color preview on black background

This text has color #F8FEDF on black background.


Color preview on white background

This text has color #F8FEDF on white background.


Black color preview on #F8FEDF background

This text has black color on #F8FEDF background.


White color preview on #F8FEDF background

This text has white color on #F8FEDF background.


Related colors

Complementary color

Complementary color for #hex is #070120.


I love getcolorcode.com

Triadic colors

1 #DFF8FE and #FEDFF8 with #F8FEDF are triadic colors.

2 #DFFEF8 and #FEF8DF with #F8FEDF are triadic colors.