COLOR #F9D5FA

HEX: #F9D5FA RGB: (249,213,250)

Color info

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

RGB color model

#F9D5FA color RGB value is (249,213,250).

RGB: (249,213,250) (98%, 84%, 98%)

RGB channels and saturation

R 249 of 255 = 98%
G 213 of 255 = 84%
B 250 of 255 = 98%

249
213
250

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

Portions of RGB colors in percentages

R + G + B = 249 + 213 + 250 = 712 (100%)
R 249 of 712 ~ 34.97%
G 213 of 712 ~ 29.92%
B 250 of 712 ~ 35.11'%

%34.97
%29.92
%35.11

CMYK color model

#F9D5FA color CMYK value is (0,15,0,2).

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

CMYK: (0,15,0,2)
C0M15Y0K2 (0%, 15%, 0%, 2%)
(0.00 / 0.15 / 0.00 / 0.02)

CMYK percentages

%0.4
%14.8
%0
%1.96

Codes

Color #F9D5FA in popluar color models

F9 D5 FA
RGB 249 213 250
HSL 298° 78.72% 90.78%
HSB/HSV 298° 14.80% 98.04%
CMYK 0.40% 14.80% 0.00%
1.96%

Color #F9D5FA in popluar number systems.

HEX F9 D5 FA
Decimal 249 213 250
Binary 11111001 11010101 11111010
Octal 371 325 372

Shades and tints

Shades of #F9D5FA

#F9D5FA
(249,213,250)
#E3C2E4
(227,194,228)
#CDAFCE
(205,175,206)
#B79CB8
(183,156,184)
#A189A2
(161,137,162)
#8B768C
(139,118,140)
#756376
(117,99,118)
#5F5060
(95,80,96)
#493D4A
(73,61,74)
#332A34
(51,42,52)
#1D171E
(29,23,30)
#000000
(0,0,0)

Tints of #F9D5FA

#F9D5FA
(249,213,250)
#F9D8FA
(249,216,250)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D5FA; }

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

This text font color is #F9D5FA.

Background Color

.myBgColor { background-color: #F9D5FA; }

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

This div background color is #F9D5FA.

Border color

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

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

This div border color is #F9D5FA.

Opacity

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

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

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

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

This text has shadow with #F9D5FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9D5FA.

Preview

Color preview on black background

This text has color #F9D5FA on black background.


Color preview on white background

This text has color #F9D5FA on white background.


Black color preview on #F9D5FA background

This text has black color on #F9D5FA background.


White color preview on #F9D5FA background

This text has white color on #F9D5FA background.


Related colors

Complementary color

Complementary color for #hex is #062A05.


I love getcolorcode.com

Triadic colors

1 #FAF9D5 and #D5FAF9 with #F9D5FA are triadic colors.

2 #FAD5F9 and #D5F9FA with #F9D5FA are triadic colors.