COLOR #F8FDEB

HEX: #F8FDEB
RGB: (248,253,235)

Color info

#F8FDEB contains red, green and blue colors in about the same proportion. Web safe color of #F8FDEB is #FFFFFF (or #FFF).

RGB color model

#F8FDEB color RGB value is (248,253,235).

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

RGB channels and saturation

R 248 of 255 = 97%
G 253 of 255 = 99%
B 235 of 255 = 92%

248
253
235

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

Portions of RGB colors in percentages

R + G + B =
248 + 253 + 235 = 736 (100%)
R 248 of 736 ~ 33.7%
G 253 of 736 ~ 34.38%
B 235 of 736 ~ 31.93%

%33.7
%34.38
%31.93

CMYK color model

#F8FDEB color CMYK value is (2,0,7,1).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK:
(2,0,7,1)
C2M0Y7K1 
(2%,0%,7%,1%)
(0.02/0.00/0.07/0.01)	

CMYK percentages

%1.98
%0
%7.11
%0.78

Codes

Color #F8FDEB in popluar color models

F8FDEB
RGB248253235
HSL77°81.82%95.69%
HSB/HSV77°7.11%99.22%
CMYK1.98%0.00%7.11%
0.78%

Color #F8FDEB in popluar number systems.

HEXF8FDEB
Decimal248253235
Binary111110001111110111101011
Octal370375353

Shades and tints

Shades of #F8FDEB

#F8FDEB
(248,253,235)
#E2E6D6
(226,230,214)
#CCCFC1
(204,207,193)
#B6B8AC
(182,184,172)
#A0A197
(160,161,151)
#8A8A82
(138,138,130)
#74736D
(116,115,109)
#5E5C58
(94,92,88)
#484543
(72,69,67)
#322E2E
(50,46,46)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #F8FDEB

#F8FDEB
(248,253,235)
#F8FDEC
(248,253,236)
#F8FDED
(248,253,237)
#F8FDEE
(248,253,238)
#F8FDEF
(248,253,239)
#F8FDF0
(248,253,240)
#F8FDF1
(248,253,241)
#F8FDF2
(248,253,242)
#F8FDF3
(248,253,243)
#F8FDF4
(248,253,244)
#F8FDF5
(248,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FDEB; }

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

This text font color is #F8FDEB.


Background Color

.myBgColor { background-color: #F8FDEB; }

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

This div background color is #F8FDEB.


Border color

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

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

This div border color is #F8FDEB.


Opacity

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

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

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

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

This text has shadow with #F8FDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FDEB on black background.


Color preview on white background

This text has color #F8FDEB on white background.



Black color preview on #F8FDEB background

This text has black color on #F8FDEB background.


White color preview on #F8FDEB background

This text has white color on #F8FDEB background.