COLOR #F8EFFA

HEX: #F8EFFA RGB: (248,239,250)

Color info

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

RGB color model

#F8EFFA color RGB value is (248,239,250).

RGB: (248,239,250) (97%, 94%, 98%)

RGB channels and saturation

R 248 of 255 = 97%
G 239 of 255 = 94%
B 250 of 255 = 98%

248
239
250

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

Portions of RGB colors in percentages

R + G + B = 248 + 239 + 250 = 737 (100%)
R 248 of 737 ~ 33.65%
G 239 of 737 ~ 32.43%
B 250 of 737 ~ 33.92'%

%33.65
%32.43
%33.92

CMYK color model

#F8EFFA color CMYK value is (1,4,0,2).

  • cyan value is 0.80%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (1,4,0,2)
C1M4Y0K2 (1%, 4%, 0%, 2%)
(0.01 / 0.04 / 0.00 / 0.02)

CMYK percentages

%0.8
%4.4
%0
%1.96

Codes

Color #F8EFFA in popluar color models

F8 EF FA
RGB 248 239 250
HSL 289° 52.38% 95.88%
HSB/HSV 289° 4.40% 98.04%
CMYK 0.80% 4.40% 0.00%
1.96%

Color #F8EFFA in popluar number systems.

HEX F8 EF FA
Decimal 248 239 250
Binary 11111000 11101111 11111010
Octal 370 357 372

Shades and tints

Shades of #F8EFFA

#F8EFFA
(248,239,250)
#E2DAE4
(226,218,228)
#CCC5CE
(204,197,206)
#B6B0B8
(182,176,184)
#A09BA2
(160,155,162)
#8A868C
(138,134,140)
#747176
(116,113,118)
#5E5C60
(94,92,96)
#48474A
(72,71,74)
#323234
(50,50,52)
#1C1D1E
(28,29,30)
#000000
(0,0,0)

Tints of #F8EFFA

#F8EFFA
(248,239,250)
#F8F0FA
(248,240,250)
#F8F1FA
(248,241,250)
#F8F2FA
(248,242,250)
#F8F3FA
(248,243,250)
#F8F4FA
(248,244,250)
#F8F5FA
(248,245,250)
#F8F6FA
(248,246,250)
#F8F7FA
(248,247,250)
#F8F8FA
(248,248,250)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8EFFA color. Also use rgb(248,239,250) instead hex code.

Text Font Color

.myTextColor { color: #F8EFFA; }

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

This text font color is #F8EFFA.

Background Color

.myBgColor { background-color: #F8EFFA; }

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

This div background color is #F8EFFA.

Border color

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

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

This div border color is #F8EFFA.

Opacity

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

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

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

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

This text has shadow with #F8EFFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8EFFA.

Preview

Color preview on black background

This text has color #F8EFFA on black background.


Color preview on white background

This text has color #F8EFFA on white background.


Black color preview on #F8EFFA background

This text has black color on #F8EFFA background.


White color preview on #F8EFFA background

This text has white color on #F8EFFA background.


Related colors

Complementary color

Complementary color for #hex is #071005.


I love getcolorcode.com

Triadic colors

1 #FAF8EF and #EFFAF8 with #F8EFFA are triadic colors.

2 #FAEFF8 and #EFF8FA with #F8EFFA are triadic colors.