COLOR #F8FFE6

HEX: #F8FFE6
RGB: (248,255,230)

Color info

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

RGB color model

#F8FFE6 color RGB value is (248,255,230).

  • red value is 248;
  • green value is 255;
  • blue value is 230.
RGB:
(248,255,230)
(97%,100%,90%)

RGB channels and saturation

R 248 of 255 = 97%
G 255 of 255 = 100%
B 230 of 255 = 90%

248
255
230

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

Portions of RGB colors in percentages

R + G + B =
248 + 255 + 230 = 733 (100%)
R 248 of 733 ~ 33.83%
G 255 of 733 ~ 34.79%
B 230 of 733 ~ 31.38%

%33.83
%34.79
%31.38

CMYK color model

#F8FFE6 color CMYK value is (3,0,10,0).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(3,0,10,0)
C3M0Y10K0 
(3%,0%,10%,0%)
(0.03/0.00/0.10/0.00)	

CMYK percentages

%2.75
%0
%9.8
%0

Codes

Color #F8FFE6 in popluar color models

F8FFE6
RGB248255230
HSL77°100.00%95.10%
HSB/HSV77°9.80%100.00%
CMYK2.75%0.00%9.80%
0.00%

Color #F8FFE6 in popluar number systems.

HEXF8FFE6
Decimal248255230
Binary111110001111111111100110
Octal370377346

Shades and tints

Shades of #F8FFE6

#F8FFE6
(248,255,230)
#E2E8D2
(226,232,210)
#CCD1BE
(204,209,190)
#B6BAAA
(182,186,170)
#A0A396
(160,163,150)
#8A8C82
(138,140,130)
#74756E
(116,117,110)
#5E5E5A
(94,94,90)
#484746
(72,71,70)
#323032
(50,48,50)
#1C191E
(28,25,30)
#000000
(0,0,0)

Tints of #F8FFE6

#F8FFE6
(248,255,230)
#F8FFE8
(248,255,232)
#F8FFEA
(248,255,234)
#F8FFEC
(248,255,236)
#F8FFEE
(248,255,238)
#F8FFF0
(248,255,240)
#F8FFF2
(248,255,242)
#F8FFF4
(248,255,244)
#F8FFF6
(248,255,246)
#F8FFF8
(248,255,248)
#F8FFFA
(248,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8FFE6 color. Also use rgb(248,255,230) instead hex code.

Text Font Color

.myTextColor { color: #F8FFE6; }

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

This text font color is #F8FFE6.


Background Color

.myBgColor { background-color: #F8FFE6; }

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

This div background color is #F8FFE6.


Border color

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

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

This div border color is #F8FFE6.


Opacity

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

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

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

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

This text has shadow with #F8FFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FFE6 on black background.


Color preview on white background

This text has color #F8FFE6 on white background.



Black color preview on #F8FFE6 background

This text has black color on #F8FFE6 background.


White color preview on #F8FFE6 background

This text has white color on #F8FFE6 background.