COLOR #F9ECFB

HEX: #F9ECFB
RGB: (249,236,251)

Color info

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

RGB color model

#F9ECFB color RGB value is (249,236,251).

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

RGB channels and saturation

R 249 of 255 = 98%
G 236 of 255 = 93%
B 251 of 255 = 98%

249
236
251

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

Portions of RGB colors in percentages

R + G + B =
249 + 236 + 251 = 736 (100%)
R 249 of 736 ~ 33.83%
G 236 of 736 ~ 32.07%
B 251 of 736 ~ 34.1%

%33.83
%32.07
%34.1

CMYK color model

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

  • cyan value is 0.80%
  • 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

%0.8
%5.98
%0
%1.57

Codes

Color #F9ECFB in popluar color models

F9ECFB
RGB249236251
HSL292°65.22%95.49%
HSB/HSV292°5.98%98.43%
CMYK0.80%5.98%0.00%
1.57%

Color #F9ECFB in popluar number systems.

HEXF9ECFB
Decimal249236251
Binary111110011110110011111011
Octal371354373

Shades and tints

Shades of #F9ECFB

#F9ECFB
(249,236,251)
#E3D7E5
(227,215,229)
#CDC2CF
(205,194,207)
#B7ADB9
(183,173,185)
#A198A3
(161,152,163)
#8B838D
(139,131,141)
#756E77
(117,110,119)
#5F5961
(95,89,97)
#49444B
(73,68,75)
#332F35
(51,47,53)
#1D1A1F
(29,26,31)
#000000
(0,0,0)

Tints of #F9ECFB

#F9ECFB
(249,236,251)
#F9EDFB
(249,237,251)
#F9EEFB
(249,238,251)
#F9EFFB
(249,239,251)
#F9F0FB
(249,240,251)
#F9F1FB
(249,241,251)
#F9F2FB
(249,242,251)
#F9F3FB
(249,243,251)
#F9F4FB
(249,244,251)
#F9F5FB
(249,245,251)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9ECFB; }

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

This text font color is #F9ECFB.


Background Color

.myBgColor { background-color: #F9ECFB; }

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

This div background color is #F9ECFB.


Border color

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

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

This div border color is #F9ECFB.


Opacity

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

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

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

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

This text has shadow with #F9ECFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9ECFB on black background.


Color preview on white background

This text has color #F9ECFB on white background.



Black color preview on #F9ECFB background

This text has black color on #F9ECFB background.


White color preview on #F9ECFB background

This text has white color on #F9ECFB background.