COLOR #F9D1FA

HEX: #F9D1FA RGB: (249,209,250)

Color info

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

RGB color model

#F9D1FA color RGB value is (249,209,250).

RGB: (249,209,250) (98%, 82%, 98%)

RGB channels and saturation

R 249 of 255 = 98%
G 209 of 255 = 82%
B 250 of 255 = 98%

249
209
250

R + G + B ~ 93%. #F9D1FA is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 209 + 250 = 708 (100%)
R 249 of 708 ~ 35.17%
G 209 of 708 ~ 29.52%
B 250 of 708 ~ 35.31'%

%35.17
%29.52
%35.31

CMYK color model

#F9D1FA color CMYK value is (0,16,0,2).

  • cyan value is 0.40%
  • magenta value is 16.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (0,16,0,2)
C0M16Y0K2 (0%, 16%, 0%, 2%)
(0.00 / 0.16 / 0.00 / 0.02)

CMYK percentages

%0.4
%16.4
%0
%1.96

Codes

Color #F9D1FA in popluar color models

F9 D1 FA
RGB 249 209 250
HSL 299° 80.39% 90.00%
HSB/HSV 299° 16.40% 98.04%
CMYK 0.40% 16.40% 0.00%
1.96%

Color #F9D1FA in popluar number systems.

HEX F9 D1 FA
Decimal 249 209 250
Binary 11111001 11010001 11111010
Octal 371 321 372

Shades and tints

Shades of #F9D1FA

#F9D1FA
(249,209,250)
#E3BEE4
(227,190,228)
#CDABCE
(205,171,206)
#B798B8
(183,152,184)
#A185A2
(161,133,162)
#8B728C
(139,114,140)
#755F76
(117,95,118)
#5F4C60
(95,76,96)
#49394A
(73,57,74)
#332634
(51,38,52)
#1D131E
(29,19,30)
#000000
(0,0,0)

Tints of #F9D1FA

#F9D1FA
(249,209,250)
#F9D5FA
(249,213,250)
#F9D9FA
(249,217,250)
#F9DDFA
(249,221,250)
#F9E1FA
(249,225,250)
#F9E5FA
(249,229,250)
#F9E9FA
(249,233,250)
#F9EDFA
(249,237,250)
#F9F1FA
(249,241,250)
#F9F5FA
(249,245,250)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D1FA; }

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

This text font color is #F9D1FA.

Background Color

.myBgColor { background-color: #F9D1FA; }

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

This div background color is #F9D1FA.

Border color

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

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

This div border color is #F9D1FA.

Opacity

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

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

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

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

This text has shadow with #F9D1FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9D1FA.

Preview

Color preview on black background

This text has color #F9D1FA on black background.


Color preview on white background

This text has color #F9D1FA on white background.


Black color preview on #F9D1FA background

This text has black color on #F9D1FA background.


White color preview on #F9D1FA background

This text has white color on #F9D1FA background.


Related colors

Complementary color

Complementary color for #hex is #062E05.


I love getcolorcode.com

Triadic colors

1 #FAF9D1 and #D1FAF9 with #F9D1FA are triadic colors.

2 #FAD1F9 and #D1F9FA with #F9D1FA are triadic colors.