COLOR #F8E6EB

HEX: #F8E6EB RGB: (248,230,235)

Color info

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

RGB color model

#F8E6EB color RGB value is (248,230,235).

RGB: (248,230,235) (97%, 90%, 92%)

RGB channels and saturation

R 248 of 255 = 97%
G 230 of 255 = 90%
B 235 of 255 = 92%

248
230
235

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

Portions of RGB colors in percentages

R + G + B = 248 + 230 + 235 = 713 (100%)
R 248 of 713 ~ 34.78%
G 230 of 713 ~ 32.26%
B 235 of 713 ~ 32.96'%

%34.78
%32.26
%32.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 5.24%
  • key color value is 2.75%
CMYK: (0,7,5,3) C0M7Y5K3 (0%,7%,5%,3%) (0.00/0.07/0.05/0.03) 

CMYK percentages

%0
%7.26
%5.24
%2.75

Codes

Color #F8E6EB in popluar color models

F8 E6 EB
RGB 248 230 235
HSL 343° 56.25% 93.73%
HSB/HSV 343° 7.26% 97.25%
CMYK 0.00% 7.26% 5.24%
2.75%

Color #F8E6EB in popluar number systems.

HEX F8 E6 EB
Decimal 248 230 235
Binary 11111000 11100110 11101011
Octal 370 346 353

Shades and tints

Shades of #F8E6EB

#F8E6EB
(248,230,235)
#E2D2D6
(226,210,214)
#CCBEC1
(204,190,193)
#B6AAAC
(182,170,172)
#A09697
(160,150,151)
#8A8282
(138,130,130)
#746E6D
(116,110,109)
#5E5A58
(94,90,88)
#484643
(72,70,67)
#32322E
(50,50,46)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #F8E6EB

#F8E6EB
(248,230,235)
#F8E8EC
(248,232,236)
#F8EAED
(248,234,237)
#F8ECEE
(248,236,238)
#F8EEEF
(248,238,239)
#F8F0F0
(248,240,240)
#F8F2F1
(248,242,241)
#F8F4F2
(248,244,242)
#F8F6F3
(248,246,243)
#F8F8F4
(248,248,244)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8E6EB; }

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

This text font color is #F8E6EB.

Background Color

.myBgColor { background-color: #F8E6EB; }

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

This div background color is #F8E6EB.

Border color

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

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

This div border color is #F8E6EB.

Opacity

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

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

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

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

This text has shadow with #F8E6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E6EB.

Preview

Color preview on black background

This text has color #F8E6EB on black background.


Color preview on white background

This text has color #F8E6EB on white background.


Black color preview on #F8E6EB background

This text has black color on #F8E6EB background.


White color preview on #F8E6EB background

This text has white color on #F8E6EB background.


Related colors

Complementary color

Complementary color for #hex is #071914.


I love getcolorcode.com

Triadic colors

1 #EBF8E6 and #E6EBF8 with #F8E6EB are triadic colors.

2 #EBE6F8 and #E6F8EB with #F8E6EB are triadic colors.