COLOR #F8FFEE

HEX: #F8FFEE RGB: (248,255,238)

Color info

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

RGB color model

#F8FFEE color RGB value is (248,255,238).

RGB: (248,255,238) (97%, 100%, 93%)

RGB channels and saturation

R 248 of 255 = 97%
G 255 of 255 = 100%
B 238 of 255 = 93%

248
255
238

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

Portions of RGB colors in percentages

R + G + B = 248 + 255 + 238 = 741 (100%)
R 248 of 741 ~ 33.47%
G 255 of 741 ~ 34.41%
B 238 of 741 ~ 32.12'%

%33.47
%34.41
%32.12

CMYK color model

#F8FFEE color CMYK value is (3,0,7,0).

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

CMYK: (3,0,7,0)
C3M0Y7K0 (3%, 0%, 7%, 0%)
(0.03 / 0.00 / 0.07 / 0.00)

CMYK percentages

%2.75
%0
%6.67
%0

Codes

Color #F8FFEE in popluar color models

F8 FF EE
RGB 248 255 238
HSL 85° 100.00% 96.67%
HSB/HSV 85° 6.67% 100.00%
CMYK 2.75% 0.00% 6.67%
0.00%

Color #F8FFEE in popluar number systems.

HEX F8 FF EE
Decimal 248 255 238
Binary 11111000 11111111 11101110
Octal 370 377 356

Shades and tints

Shades of #F8FFEE

#F8FFEE
(248,255,238)
#E2E8D9
(226,232,217)
#CCD1C4
(204,209,196)
#B6BAAF
(182,186,175)
#A0A39A
(160,163,154)
#8A8C85
(138,140,133)
#747570
(116,117,112)
#5E5E5B
(94,94,91)
#484746
(72,71,70)
#323031
(50,48,49)
#1C191C
(28,25,28)
#000000
(0,0,0)

Tints of #F8FFEE

#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)
#F8FFF5
(248,255,245)
#F8FFF6
(248,255,246)
#F8FFF7
(248,255,247)
#F8FFF8
(248,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FFEE; }

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

This text font color is #F8FFEE.

Background Color

.myBgColor { background-color: #F8FFEE; }

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

This div background color is #F8FFEE.

Border color

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

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

This div border color is #F8FFEE.

Opacity

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

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

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

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

This text has shadow with #F8FFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FFEE.

Preview

Color preview on black background

This text has color #F8FFEE on black background.


Color preview on white background

This text has color #F8FFEE on white background.


Black color preview on #F8FFEE background

This text has black color on #F8FFEE background.


White color preview on #F8FFEE background

This text has white color on #F8FFEE background.


Related colors

Complementary color

Complementary color for #hex is #070011.


I love getcolorcode.com

Triadic colors

1 #EEF8FF and #FFEEF8 with #F8FFEE are triadic colors.

2 #EEFFF8 and #FFF8EE with #F8FFEE are triadic colors.