COLOR #F8FDE2

HEX: #F8FDE2
RGB: (248,253,226)

Color info

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

RGB color model

#F8FDE2 color RGB value is (248,253,226).

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

RGB channels and saturation

R 248 of 255 = 97%
G 253 of 255 = 99%
B 226 of 255 = 89%

248
253
226

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

Portions of RGB colors in percentages

R + G + B =
248 + 253 + 226 = 727 (100%)
R 248 of 727 ~ 34.11%
G 253 of 727 ~ 34.8%
B 226 of 727 ~ 31.09%

%34.11
%34.8
%31.09

CMYK color model

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

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 0.78%
CMYK:
(2,0,11,1)
C2M0Y11K1 
(2%,0%,11%,1%)
(0.02/0.00/0.11/0.01)	

CMYK percentages

%1.98
%0
%10.67
%0.78

Codes

Color #F8FDE2 in popluar color models

F8FDE2
RGB248253226
HSL71°87.10%93.92%
HSB/HSV71°10.67%99.22%
CMYK1.98%0.00%10.67%
0.78%

Color #F8FDE2 in popluar number systems.

HEXF8FDE2
Decimal248253226
Binary111110001111110111100010
Octal370375342

Shades and tints

Shades of #F8FDE2

#F8FDE2
(248,253,226)
#E2E6CE
(226,230,206)
#CCCFBA
(204,207,186)
#B6B8A6
(182,184,166)
#A0A192
(160,161,146)
#8A8A7E
(138,138,126)
#74736A
(116,115,106)
#5E5C56
(94,92,86)
#484542
(72,69,66)
#322E2E
(50,46,46)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #F8FDE2

#F8FDE2
(248,253,226)
#F8FDE4
(248,253,228)
#F8FDE6
(248,253,230)
#F8FDE8
(248,253,232)
#F8FDEA
(248,253,234)
#F8FDEC
(248,253,236)
#F8FDEE
(248,253,238)
#F8FDF0
(248,253,240)
#F8FDF2
(248,253,242)
#F8FDF4
(248,253,244)
#F8FDF6
(248,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FDE2; }

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

This text font color is #F8FDE2.


Background Color

.myBgColor { background-color: #F8FDE2; }

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

This div background color is #F8FDE2.


Border color

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

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

This div border color is #F8FDE2.


Opacity

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

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

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

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

This text has shadow with #F8FDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FDE2 on black background.


Color preview on white background

This text has color #F8FDE2 on white background.



Black color preview on #F8FDE2 background

This text has black color on #F8FDE2 background.


White color preview on #F8FDE2 background

This text has white color on #F8FDE2 background.