COLOR #F8E1EB

HEX: #F8E1EB
RGB: (248,225,235)

Color info

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

RGB color model

#F8E1EB color RGB value is (248,225,235).

  • red value is 248;
  • green value is 225;
  • blue value is 235.
RGB:
(248,225,235)
(97%,88%,92%)

RGB channels and saturation

R 248 of 255 = 97%
G 225 of 255 = 88%
B 235 of 255 = 92%

248
225
235

R + G + B ~ 92%. #F8E1EB is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 225 + 235 = 708 (100%)
R 248 of 708 ~ 35.03%
G 225 of 708 ~ 31.78%
B 235 of 708 ~ 33.19%

%35.03
%31.78
%33.19

CMYK color model

#F8E1EB color CMYK value is (0,9,5,3).

  • cyan value is 0.00%
  • magenta value is 9.27%
  • yellow value is 5.24%
  • key color value is 2.75%
CMYK:
(0,9,5,3)
C0M9Y5K3 
(0%,9%,5%,3%)
(0.00/0.09/0.05/0.03)	

CMYK percentages

%0
%9.27
%5.24
%2.75

Codes

Color #F8E1EB in popluar color models

F8E1EB
RGB248225235
HSL334°62.16%92.75%
HSB/HSV334°9.27%97.25%
CMYK0.00%9.27%5.24%
2.75%

Color #F8E1EB in popluar number systems.

HEXF8E1EB
Decimal248225235
Binary111110001110000111101011
Octal370341353

Shades and tints

Shades of #F8E1EB

#F8E1EB
(248,225,235)
#E2CDD6
(226,205,214)
#CCB9C1
(204,185,193)
#B6A5AC
(182,165,172)
#A09197
(160,145,151)
#8A7D82
(138,125,130)
#74696D
(116,105,109)
#5E5558
(94,85,88)
#484143
(72,65,67)
#322D2E
(50,45,46)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #F8E1EB

#F8E1EB
(248,225,235)
#F8E3EC
(248,227,236)
#F8E5ED
(248,229,237)
#F8E7EE
(248,231,238)
#F8E9EF
(248,233,239)
#F8EBF0
(248,235,240)
#F8EDF1
(248,237,241)
#F8EFF2
(248,239,242)
#F8F1F3
(248,241,243)
#F8F3F4
(248,243,244)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E1EB color. Also use rgb(248,225,235) instead hex code.

Text Font Color

.myTextColor { color: #F8E1EB; }

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

This text font color is #F8E1EB.


Background Color

.myBgColor { background-color: #F8E1EB; }

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

This div background color is #F8E1EB.


Border color

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

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

This div border color is #F8E1EB.


Opacity

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

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

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

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

This text has shadow with #F8E1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8E1EB on black background.


Color preview on white background

This text has color #F8E1EB on white background.



Black color preview on #F8E1EB background

This text has black color on #F8E1EB background.


White color preview on #F8E1EB background

This text has white color on #F8E1EB background.