COLOR #F9ECFD

HEX: #F9ECFD RGB: (249,236,253)

Color info

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

RGB color model

#F9ECFD color RGB value is (249,236,253).

RGB: (249,236,253) (98%, 93%, 99%)

RGB channels and saturation

R 249 of 255 = 98%
G 236 of 255 = 93%
B 253 of 255 = 99%

249
236
253

R + G + B ~ 97%. #F9ECFD is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 236 + 253 = 738 (100%)
R 249 of 738 ~ 33.74%
G 236 of 738 ~ 31.98%
B 253 of 738 ~ 34.28'%

%33.74
%31.98
%34.28

CMYK color model

#F9ECFD color CMYK value is (2,7,0,1).

  • cyan value is 1.58%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (2,7,0,1)
C2M7Y0K1 (2%, 7%, 0%, 1%)
(0.02 / 0.07 / 0.00 / 0.01)

CMYK percentages

%1.58
%6.72
%0
%0.78

Codes

Color #F9ECFD in popluar color models

F9 EC FD
RGB 249 236 253
HSL 286° 80.95% 95.88%
HSB/HSV 286° 6.72% 99.22%
CMYK 1.58% 6.72% 0.00%
0.78%

Color #F9ECFD in popluar number systems.

HEX F9 EC FD
Decimal 249 236 253
Binary 11111001 11101100 11111101
Octal 371 354 375

Shades and tints

Shades of #F9ECFD

#F9ECFD
(249,236,253)
#E3D7E6
(227,215,230)
#CDC2CF
(205,194,207)
#B7ADB8
(183,173,184)
#A198A1
(161,152,161)
#8B838A
(139,131,138)
#756E73
(117,110,115)
#5F595C
(95,89,92)
#494445
(73,68,69)
#332F2E
(51,47,46)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #F9ECFD

#F9ECFD
(249,236,253)
#F9EDFD
(249,237,253)
#F9EEFD
(249,238,253)
#F9EFFD
(249,239,253)
#F9F0FD
(249,240,253)
#F9F1FD
(249,241,253)
#F9F2FD
(249,242,253)
#F9F3FD
(249,243,253)
#F9F4FD
(249,244,253)
#F9F5FD
(249,245,253)
#F9F6FD
(249,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9ECFD; }

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

This text font color is #F9ECFD.

Background Color

.myBgColor { background-color: #F9ECFD; }

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

This div background color is #F9ECFD.

Border color

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

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

This div border color is #F9ECFD.

Opacity

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

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

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

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

This text has shadow with #F9ECFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9ECFD.

Preview

Color preview on black background

This text has color #F9ECFD on black background.


Color preview on white background

This text has color #F9ECFD on white background.


Black color preview on #F9ECFD background

This text has black color on #F9ECFD background.


White color preview on #F9ECFD background

This text has white color on #F9ECFD background.


Related colors

Complementary color

Complementary color for #hex is #061302.


I love getcolorcode.com

Triadic colors

1 #FDF9EC and #ECFDF9 with #F9ECFD are triadic colors.

2 #FDECF9 and #ECF9FD with #F9ECFD are triadic colors.