COLOR #F8FFE0

HEX: #F8FFE0 RGB: (248,255,224)

Color info

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

RGB color model

#F8FFE0 color RGB value is (248,255,224).

RGB: (248,255,224) (97%, 100%, 88%)

RGB channels and saturation

R 248 of 255 = 97%
G 255 of 255 = 100%
B 224 of 255 = 88%

248
255
224

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

Portions of RGB colors in percentages

R + G + B = 248 + 255 + 224 = 727 (100%)
R 248 of 727 ~ 34.11%
G 255 of 727 ~ 35.08%
B 224 of 727 ~ 30.81'%

%34.11
%35.08
%30.81

CMYK color model

#F8FFE0 color CMYK value is (3,0,12,0).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK: (3,0,12,0) C3M0Y12K0 (3%,0%,12%,0%) (0.03/0.00/0.12/0.00) 

CMYK percentages

%2.75
%0
%12.16
%0

Codes

Color #F8FFE0 in popluar color models

F8 FF E0
RGB 248 255 224
HSL 74° 100.00% 93.92%
HSB/HSV 74° 12.16% 100.00%
CMYK 2.75% 0.00% 12.16%
0.00%

Color #F8FFE0 in popluar number systems.

HEX F8 FF E0
Decimal 248 255 224
Binary 11111000 11111111 11100000
Octal 370 377 340

Shades and tints

Shades of #F8FFE0

#F8FFE0
(248,255,224)
#E2E8CC
(226,232,204)
#CCD1B8
(204,209,184)
#B6BAA4
(182,186,164)
#A0A390
(160,163,144)
#8A8C7C
(138,140,124)
#747568
(116,117,104)
#5E5E54
(94,94,84)
#484740
(72,71,64)
#32302C
(50,48,44)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #F8FFE0

#F8FFE0
(248,255,224)
#F8FFE2
(248,255,226)
#F8FFE4
(248,255,228)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FFE0; }

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

This text font color is #F8FFE0.

Background Color

.myBgColor { background-color: #F8FFE0; }

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

This div background color is #F8FFE0.

Border color

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

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

This div border color is #F8FFE0.

Opacity

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

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

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

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

This text has shadow with #F8FFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FFE0.

Preview

Color preview on black background

This text has color #F8FFE0 on black background.


Color preview on white background

This text has color #F8FFE0 on white background.


Black color preview on #F8FFE0 background

This text has black color on #F8FFE0 background.


White color preview on #F8FFE0 background

This text has white color on #F8FFE0 background.


Related colors

Complementary color

Complementary color for #hex is #07001F.


I love getcolorcode.com

Triadic colors

1 #E0F8FF and #FFE0F8 with #F8FFE0 are triadic colors.

2 #E0FFF8 and #FFF8E0 with #F8FFE0 are triadic colors.