COLOR #F9E5FB

HEX: #F9E5FB RGB: (249,229,251)

Color info

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

RGB color model

#F9E5FB color RGB value is (249,229,251).

RGB: (249,229,251) (98%, 90%, 98%)

RGB channels and saturation

R 249 of 255 = 98%
G 229 of 255 = 90%
B 251 of 255 = 98%

249
229
251

R + G + B ~ 95%. #F9E5FB is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 229 + 251 = 729 (100%)
R 249 of 729 ~ 34.16%
G 229 of 729 ~ 31.41%
B 251 of 729 ~ 34.43'%

%34.16
%31.41
%34.43

CMYK color model

#F9E5FB color CMYK value is (1,9,0,2).

  • cyan value is 0.80%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (1,9,0,2)
C1M9Y0K2 (1%, 9%, 0%, 2%)
(0.01 / 0.09 / 0.00 / 0.02)

CMYK percentages

%0.8
%8.76
%0
%1.57

Codes

Color #F9E5FB in popluar color models

F9 E5 FB
RGB 249 229 251
HSL 295° 73.33% 94.12%
HSB/HSV 295° 8.76% 98.43%
CMYK 0.80% 8.76% 0.00%
1.57%

Color #F9E5FB in popluar number systems.

HEX F9 E5 FB
Decimal 249 229 251
Binary 11111001 11100101 11111011
Octal 371 345 373

Shades and tints

Shades of #F9E5FB

#F9E5FB
(249,229,251)
#E3D1E5
(227,209,229)
#CDBDCF
(205,189,207)
#B7A9B9
(183,169,185)
#A195A3
(161,149,163)
#8B818D
(139,129,141)
#756D77
(117,109,119)
#5F5961
(95,89,97)
#49454B
(73,69,75)
#333135
(51,49,53)
#1D1D1F
(29,29,31)
#000000
(0,0,0)

Tints of #F9E5FB

#F9E5FB
(249,229,251)
#F9E7FB
(249,231,251)
#F9E9FB
(249,233,251)
#F9EBFB
(249,235,251)
#F9EDFB
(249,237,251)
#F9EFFB
(249,239,251)
#F9F1FB
(249,241,251)
#F9F3FB
(249,243,251)
#F9F5FB
(249,245,251)
#F9F7FB
(249,247,251)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E5FB; }

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

This text font color is #F9E5FB.

Background Color

.myBgColor { background-color: #F9E5FB; }

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

This div background color is #F9E5FB.

Border color

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

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

This div border color is #F9E5FB.

Opacity

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

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

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

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

This text has shadow with #F9E5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E5FB.

Preview

Color preview on black background

This text has color #F9E5FB on black background.


Color preview on white background

This text has color #F9E5FB on white background.


Black color preview on #F9E5FB background

This text has black color on #F9E5FB background.


White color preview on #F9E5FB background

This text has white color on #F9E5FB background.


Related colors

Complementary color

Complementary color for #hex is #061A04.


I love getcolorcode.com

Triadic colors

1 #FBF9E5 and #E5FBF9 with #F9E5FB are triadic colors.

2 #FBE5F9 and #E5F9FB with #F9E5FB are triadic colors.