COLOR #F9DAFB

HEX: #F9DAFB RGB: (249,218,251)

Color info

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

RGB color model

#F9DAFB color RGB value is (249,218,251).

RGB: (249,218,251) (98%, 85%, 98%)

RGB channels and saturation

R 249 of 255 = 98%
G 218 of 255 = 85%
B 251 of 255 = 98%

249
218
251

R + G + B ~ 94%. #F9DAFB is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 218 + 251 = 718 (100%)
R 249 of 718 ~ 34.68%
G 218 of 718 ~ 30.36%
B 251 of 718 ~ 34.96'%

%34.68
%30.36
%34.96

CMYK color model

#F9DAFB color CMYK value is (1,13,0,2).

  • cyan value is 0.80%
  • magenta value is 13.15%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (1,13,0,2) C1M13Y0K2 (1%,13%,0%,2%) (0.01/0.13/0.00/0.02) 

CMYK percentages

%0.8
%13.15
%0
%1.57

Codes

Color #F9DAFB in popluar color models

F9 DA FB
RGB 249 218 251
HSL 296° 80.49% 91.96%
HSB/HSV 296° 13.15% 98.43%
CMYK 0.80% 13.15% 0.00%
1.57%

Color #F9DAFB in popluar number systems.

HEX F9 DA FB
Decimal 249 218 251
Binary 11111001 11011010 11111011
Octal 371 332 373

Shades and tints

Shades of #F9DAFB

#F9DAFB
(249,218,251)
#E3C7E5
(227,199,229)
#CDB4CF
(205,180,207)
#B7A1B9
(183,161,185)
#A18EA3
(161,142,163)
#8B7B8D
(139,123,141)
#756877
(117,104,119)
#5F5561
(95,85,97)
#49424B
(73,66,75)
#332F35
(51,47,53)
#1D1C1F
(29,28,31)
#000000
(0,0,0)

Tints of #F9DAFB

#F9DAFB
(249,218,251)
#F9DDFB
(249,221,251)
#F9E0FB
(249,224,251)
#F9E3FB
(249,227,251)
#F9E6FB
(249,230,251)
#F9E9FB
(249,233,251)
#F9ECFB
(249,236,251)
#F9EFFB
(249,239,251)
#F9F2FB
(249,242,251)
#F9F5FB
(249,245,251)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DAFB; }

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

This text font color is #F9DAFB.

Background Color

.myBgColor { background-color: #F9DAFB; }

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

This div background color is #F9DAFB.

Border color

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

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

This div border color is #F9DAFB.

Opacity

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

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

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

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

This text has shadow with #F9DAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DAFB.

Preview

Color preview on black background

This text has color #F9DAFB on black background.


Color preview on white background

This text has color #F9DAFB on white background.


Black color preview on #F9DAFB background

This text has black color on #F9DAFB background.


White color preview on #F9DAFB background

This text has white color on #F9DAFB background.


Related colors

Complementary color

Complementary color for #hex is #062504.


I love getcolorcode.com

Triadic colors

1 #FBF9DA and #DAFBF9 with #F9DAFB are triadic colors.

2 #FBDAF9 and #DAF9FB with #F9DAFB are triadic colors.