COLOR #F8F0FE

HEX: #F8F0FE
RGB: (248,240,254)

Color info

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

RGB color model

#F8F0FE color RGB value is (248,240,254).

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

RGB channels and saturation

R 248 of 255 = 97%
G 240 of 255 = 94%
B 254 of 255 = 100%

248
240
254

R + G + B ~ 97%. #F8F0FE is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 240 + 254 = 742 (100%)
R 248 of 742 ~ 33.42%
G 240 of 742 ~ 32.35%
B 254 of 742 ~ 34.23%

%33.42
%32.35
%34.23

CMYK color model

#F8F0FE color CMYK value is (2,6,0,0).

  • cyan value is 2.36%
  • magenta value is 5.51%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(2,6,0,0)
C2M6Y0K0 
(2%,6%,0%,0%)
(0.02/0.06/0.00/0.00)	

CMYK percentages

%2.36
%5.51
%0
%0.39

Codes

Color #F8F0FE in popluar color models

F8F0FE
RGB248240254
HSL274°87.50%96.86%
HSB/HSV274°5.51%99.61%
CMYK2.36%5.51%0.00%
0.39%

Color #F8F0FE in popluar number systems.

HEXF8F0FE
Decimal248240254
Binary111110001111000011111110
Octal370360376

Shades and tints

Shades of #F8F0FE

#F8F0FE
(248,240,254)
#E2DBE7
(226,219,231)
#CCC6D0
(204,198,208)
#B6B1B9
(182,177,185)
#A09CA2
(160,156,162)
#8A878B
(138,135,139)
#747274
(116,114,116)
#5E5D5D
(94,93,93)
#484846
(72,72,70)
#32332F
(50,51,47)
#1C1E18
(28,30,24)
#000000
(0,0,0)

Tints of #F8F0FE

#F8F0FE
(248,240,254)
#F8F1FE
(248,241,254)
#F8F2FE
(248,242,254)
#F8F3FE
(248,243,254)
#F8F4FE
(248,244,254)
#F8F5FE
(248,245,254)
#F8F6FE
(248,246,254)
#F8F7FE
(248,247,254)
#F8F8FE
(248,248,254)
#F8F9FE
(248,249,254)
#F8FAFE
(248,250,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F0FE; }

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

This text font color is #F8F0FE.


Background Color

.myBgColor { background-color: #F8F0FE; }

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

This div background color is #F8F0FE.


Border color

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

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

This div border color is #F8F0FE.


Opacity

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

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

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

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

This text has shadow with #F8F0FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F0FE on black background.


Color preview on white background

This text has color #F8F0FE on white background.



Black color preview on #F8F0FE background

This text has black color on #F8F0FE background.


White color preview on #F8F0FE background

This text has white color on #F8F0FE background.