COLOR #F9DBFA

HEX: #F9DBFA RGB: (249,219,250)

Color info

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

RGB color model

#F9DBFA color RGB value is (249,219,250).

RGB: (249,219,250) (98%, 86%, 98%)

RGB channels and saturation

R 249 of 255 = 98%
G 219 of 255 = 86%
B 250 of 255 = 98%

249
219
250

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

Portions of RGB colors in percentages

R + G + B = 249 + 219 + 250 = 718 (100%)
R 249 of 718 ~ 34.68%
G 219 of 718 ~ 30.5%
B 250 of 718 ~ 34.82'%

%34.68
%30.5
%34.82

CMYK color model

#F9DBFA color CMYK value is (0,12,0,2).

  • cyan value is 0.40%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (0,12,0,2) C0M12Y0K2 (0%,12%,0%,2%) (0.00/0.12/0.00/0.02) 

CMYK percentages

%0.4
%12.4
%0
%1.96

Codes

Color #F9DBFA in popluar color models

F9 DB FA
RGB 249 219 250
HSL 298° 75.61% 91.96%
HSB/HSV 298° 12.40% 98.04%
CMYK 0.40% 12.40% 0.00%
1.96%

Color #F9DBFA in popluar number systems.

HEX F9 DB FA
Decimal 249 219 250
Binary 11111001 11011011 11111010
Octal 371 333 372

Shades and tints

Shades of #F9DBFA

#F9DBFA
(249,219,250)
#E3C8E4
(227,200,228)
#CDB5CE
(205,181,206)
#B7A2B8
(183,162,184)
#A18FA2
(161,143,162)
#8B7C8C
(139,124,140)
#756976
(117,105,118)
#5F5660
(95,86,96)
#49434A
(73,67,74)
#333034
(51,48,52)
#1D1D1E
(29,29,30)
#000000
(0,0,0)

Tints of #F9DBFA

#F9DBFA
(249,219,250)
#F9DEFA
(249,222,250)
#F9E1FA
(249,225,250)
#F9E4FA
(249,228,250)
#F9E7FA
(249,231,250)
#F9EAFA
(249,234,250)
#F9EDFA
(249,237,250)
#F9F0FA
(249,240,250)
#F9F3FA
(249,243,250)
#F9F6FA
(249,246,250)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DBFA color. Also use rgb(249,219,250) instead hex code.

Text Font Color

.myTextColor { color: #F9DBFA; }

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

This text font color is #F9DBFA.

Background Color

.myBgColor { background-color: #F9DBFA; }

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

This div background color is #F9DBFA.

Border color

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

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

This div border color is #F9DBFA.

Opacity

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

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

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

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

This text has shadow with #F9DBFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DBFA.

Preview

Color preview on black background

This text has color #F9DBFA on black background.


Color preview on white background

This text has color #F9DBFA on white background.


Black color preview on #F9DBFA background

This text has black color on #F9DBFA background.


White color preview on #F9DBFA background

This text has white color on #F9DBFA background.


Related colors

Complementary color

Complementary color for #hex is #062405.


I love getcolorcode.com

Triadic colors

1 #FAF9DB and #DBFAF9 with #F9DBFA are triadic colors.

2 #FADBF9 and #DBF9FA with #F9DBFA are triadic colors.