COLOR #F8E4F3

HEX: #F8E4F3
RGB: (248,228,243)

Color info

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

RGB color model

#F8E4F3 color RGB value is (248,228,243).

  • red value is 248;
  • green value is 228;
  • blue value is 243.
RGB:
(248,228,243)
(97%,89%,95%)

RGB channels and saturation

R 248 of 255 = 97%
G 228 of 255 = 89%
B 243 of 255 = 95%

248
228
243

R + G + B ~ 94%. #F8E4F3 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 228 + 243 = 719 (100%)
R 248 of 719 ~ 34.49%
G 228 of 719 ~ 31.71%
B 243 of 719 ~ 33.8%

%34.49
%31.71
%33.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 2.02%
  • key color value is 2.75%
CMYK:
(0,8,2,3)
C0M8Y2K3 
(0%,8%,2%,3%)
(0.00/0.08/0.02/0.03)	

CMYK percentages

%0
%8.06
%2.02
%2.75

Codes

Color #F8E4F3 in popluar color models

F8E4F3
RGB248228243
HSL315°58.82%93.33%
HSB/HSV315°8.06%97.25%
CMYK0.00%8.06%2.02%
2.75%

Color #F8E4F3 in popluar number systems.

HEXF8E4F3
Decimal248228243
Binary111110001110010011110011
Octal370344363

Shades and tints

Shades of #F8E4F3

#F8E4F3
(248,228,243)
#E2D0DD
(226,208,221)
#CCBCC7
(204,188,199)
#B6A8B1
(182,168,177)
#A0949B
(160,148,155)
#8A8085
(138,128,133)
#746C6F
(116,108,111)
#5E5859
(94,88,89)
#484443
(72,68,67)
#32302D
(50,48,45)
#1C1C17
(28,28,23)
#000000
(0,0,0)

Tints of #F8E4F3

#F8E4F3
(248,228,243)
#F8E6F4
(248,230,244)
#F8E8F5
(248,232,245)
#F8EAF6
(248,234,246)
#F8ECF7
(248,236,247)
#F8EEF8
(248,238,248)
#F8F0F9
(248,240,249)
#F8F2FA
(248,242,250)
#F8F4FB
(248,244,251)
#F8F6FC
(248,246,252)
#F8F8FD
(248,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E4F3; }

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

This text font color is #F8E4F3.


Background Color

.myBgColor { background-color: #F8E4F3; }

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

This div background color is #F8E4F3.


Border color

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

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

This div border color is #F8E4F3.


Opacity

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

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

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

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

This text has shadow with #F8E4F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E4F3 on black background.


Color preview on white background

This text has color #F8E4F3 on white background.



Black color preview on #F8E4F3 background

This text has black color on #F8E4F3 background.


White color preview on #F8E4F3 background

This text has white color on #F8E4F3 background.