COLOR #F8FFEA

HEX: #F8FFEA RGB: (248,255,234)

Color info

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

RGB color model

#F8FFEA color RGB value is (248,255,234).

RGB: (248,255,234) (97%, 100%, 92%)

RGB channels and saturation

R 248 of 255 = 97%
G 255 of 255 = 100%
B 234 of 255 = 92%

248
255
234

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

Portions of RGB colors in percentages

R + G + B = 248 + 255 + 234 = 737 (100%)
R 248 of 737 ~ 33.65%
G 255 of 737 ~ 34.6%
B 234 of 737 ~ 31.75'%

%33.65
%34.6
%31.75

CMYK color model

#F8FFEA color CMYK value is (3,0,8,0).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 8.24%
  • key color value is 0.00%

CMYK: (3,0,8,0)
C3M0Y8K0 (3%, 0%, 8%, 0%)
(0.03 / 0.00 / 0.08 / 0.00)

CMYK percentages

%2.75
%0
%8.24
%0

Codes

Color #F8FFEA in popluar color models

F8 FF EA
RGB 248 255 234
HSL 80° 100.00% 95.88%
HSB/HSV 80° 8.24% 100.00%
CMYK 2.75% 0.00% 8.24%
0.00%

Color #F8FFEA in popluar number systems.

HEX F8 FF EA
Decimal 248 255 234
Binary 11111000 11111111 11101010
Octal 370 377 352

Shades and tints

Shades of #F8FFEA

#F8FFEA
(248,255,234)
#E2E8D5
(226,232,213)
#CCD1C0
(204,209,192)
#B6BAAB
(182,186,171)
#A0A396
(160,163,150)
#8A8C81
(138,140,129)
#74756C
(116,117,108)
#5E5E57
(94,94,87)
#484742
(72,71,66)
#32302D
(50,48,45)
#1C1918
(28,25,24)
#000000
(0,0,0)

Tints of #F8FFEA

#F8FFEA
(248,255,234)
#F8FFEB
(248,255,235)
#F8FFEC
(248,255,236)
#F8FFED
(248,255,237)
#F8FFEE
(248,255,238)
#F8FFEF
(248,255,239)
#F8FFF0
(248,255,240)
#F8FFF1
(248,255,241)
#F8FFF2
(248,255,242)
#F8FFF3
(248,255,243)
#F8FFF4
(248,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FFEA; }

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

This text font color is #F8FFEA.

Background Color

.myBgColor { background-color: #F8FFEA; }

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

This div background color is #F8FFEA.

Border color

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

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

This div border color is #F8FFEA.

Opacity

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

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

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

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

This text has shadow with #F8FFEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FFEA.

Preview

Color preview on black background

This text has color #F8FFEA on black background.


Color preview on white background

This text has color #F8FFEA on white background.


Black color preview on #F8FFEA background

This text has black color on #F8FFEA background.


White color preview on #F8FFEA background

This text has white color on #F8FFEA background.


Related colors

Complementary color

Complementary color for #hex is #070015.


I love getcolorcode.com

Gradients

Color #F8FFEA is used in Nyanza gradient.

Nyanza


Triadic colors

1 #EAF8FF and #FFEAF8 with #F8FFEA are triadic colors.

2 #EAFFF8 and #FFF8EA with #F8FFEA are triadic colors.