COLOR #F8E4EE

HEX: #F8E4EE RGB: (248,228,238)

Color info

#F8E4EE contains red, green and blue colors in about the same proportion. Web safe color of #F8E4EE is #FFCCFF (or #FCF).

RGB color model

#F8E4EE color RGB value is (248,228,238).

RGB: (248,228,238) (97%, 89%, 93%)

RGB channels and saturation

R 248 of 255 = 97%
G 228 of 255 = 89%
B 238 of 255 = 93%

248
228
238

R + G + B ~ 93%. #F8E4EE is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 228 + 238 = 714 (100%)
R 248 of 714 ~ 34.73%
G 228 of 714 ~ 31.93%
B 238 of 714 ~ 33.33'%

%34.73
%31.93
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 4.03%
  • key color value is 2.75%

CMYK: (0,8,4,3)
C0M8Y4K3 (0%, 8%, 4%, 3%)
(0.00 / 0.08 / 0.04 / 0.03)

CMYK percentages

%0
%8.06
%4.03
%2.75

Codes

Color #F8E4EE in popluar color models

F8 E4 EE
RGB 248 228 238
HSL 330° 58.82% 93.33%
HSB/HSV 330° 8.06% 97.25%
CMYK 0.00% 8.06% 4.03%
2.75%

Color #F8E4EE in popluar number systems.

HEX F8 E4 EE
Decimal 248 228 238
Binary 11111000 11100100 11101110
Octal 370 344 356

Shades and tints

Shades of #F8E4EE

#F8E4EE
(248,228,238)
#E2D0D9
(226,208,217)
#CCBCC4
(204,188,196)
#B6A8AF
(182,168,175)
#A0949A
(160,148,154)
#8A8085
(138,128,133)
#746C70
(116,108,112)
#5E585B
(94,88,91)
#484446
(72,68,70)
#323031
(50,48,49)
#1C1C1C
(28,28,28)
#000000
(0,0,0)

Tints of #F8E4EE

#F8E4EE
(248,228,238)
#F8E6EF
(248,230,239)
#F8E8F0
(248,232,240)
#F8EAF1
(248,234,241)
#F8ECF2
(248,236,242)
#F8EEF3
(248,238,243)
#F8F0F4
(248,240,244)
#F8F2F5
(248,242,245)
#F8F4F6
(248,244,246)
#F8F6F7
(248,246,247)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E4EE; }

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

This text font color is #F8E4EE.

Background Color

.myBgColor { background-color: #F8E4EE; }

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

This div background color is #F8E4EE.

Border color

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

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

This div border color is #F8E4EE.

Opacity

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

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

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

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

This text has shadow with #F8E4EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E4EE.

Preview

Color preview on black background

This text has color #F8E4EE on black background.


Color preview on white background

This text has color #F8E4EE on white background.


Black color preview on #F8E4EE background

This text has black color on #F8E4EE background.


White color preview on #F8E4EE background

This text has white color on #F8E4EE background.


Related colors

Complementary color

Complementary color for #hex is #071B11.


I love getcolorcode.com

Triadic colors

1 #EEF8E4 and #E4EEF8 with #F8E4EE are triadic colors.

2 #EEE4F8 and #E4F8EE with #F8E4EE are triadic colors.