COLOR #F8ECFB

HEX: #F8ECFB
RGB: (248,236,251)

Color info

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

RGB color model

#F8ECFB color RGB value is (248,236,251).

  • red value is 248;
  • green value is 236;
  • blue value is 251.
RGB:
(248,236,251)
(97%,93%,98%)

RGB channels and saturation

R 248 of 255 = 97%
G 236 of 255 = 93%
B 251 of 255 = 98%

248
236
251

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

Portions of RGB colors in percentages

R + G + B =
248 + 236 + 251 = 735 (100%)
R 248 of 735 ~ 33.74%
G 236 of 735 ~ 32.11%
B 251 of 735 ~ 34.15%

%33.74
%32.11
%34.15

CMYK color model

#F8ECFB color CMYK value is (1,6,0,2).

  • cyan value is 1.20%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(1,6,0,2)
C1M6Y0K2 
(1%,6%,0%,2%)
(0.01/0.06/0.00/0.02)	

CMYK percentages

%1.2
%5.98
%0
%1.57

Codes

Color #F8ECFB in popluar color models

F8ECFB
RGB248236251
HSL288°65.22%95.49%
HSB/HSV288°5.98%98.43%
CMYK1.20%5.98%0.00%
1.57%

Color #F8ECFB in popluar number systems.

HEXF8ECFB
Decimal248236251
Binary111110001110110011111011
Octal370354373

Shades and tints

Shades of #F8ECFB

#F8ECFB
(248,236,251)
#E2D7E5
(226,215,229)
#CCC2CF
(204,194,207)
#B6ADB9
(182,173,185)
#A098A3
(160,152,163)
#8A838D
(138,131,141)
#746E77
(116,110,119)
#5E5961
(94,89,97)
#48444B
(72,68,75)
#322F35
(50,47,53)
#1C1A1F
(28,26,31)
#000000
(0,0,0)

Tints of #F8ECFB

#F8ECFB
(248,236,251)
#F8EDFB
(248,237,251)
#F8EEFB
(248,238,251)
#F8EFFB
(248,239,251)
#F8F0FB
(248,240,251)
#F8F1FB
(248,241,251)
#F8F2FB
(248,242,251)
#F8F3FB
(248,243,251)
#F8F4FB
(248,244,251)
#F8F5FB
(248,245,251)
#F8F6FB
(248,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8ECFB color. Also use rgb(248,236,251) instead hex code.

Text Font Color

.myTextColor { color: #F8ECFB; }

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

This text font color is #F8ECFB.


Background Color

.myBgColor { background-color: #F8ECFB; }

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

This div background color is #F8ECFB.


Border color

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

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

This div border color is #F8ECFB.


Opacity

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

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

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

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

This text has shadow with #F8ECFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8ECFB on black background.


Color preview on white background

This text has color #F8ECFB on white background.



Black color preview on #F8ECFB background

This text has black color on #F8ECFB background.


White color preview on #F8ECFB background

This text has white color on #F8ECFB background.