COLOR #F9DCFF

HEX: #F9DCFF RGB: (249,220,255)

Color info

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

RGB color model

#F9DCFF color RGB value is (249,220,255).

RGB: (249,220,255) (98%, 86%, 100%)

RGB channels and saturation

R 249 of 255 = 98%
G 220 of 255 = 86%
B 255 of 255 = 100%

249
220
255

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

Portions of RGB colors in percentages

R + G + B = 249 + 220 + 255 = 724 (100%)
R 249 of 724 ~ 34.39%
G 220 of 724 ~ 30.39%
B 255 of 724 ~ 35.22'%

%34.39
%30.39
%35.22

CMYK color model

#F9DCFF color CMYK value is (2,14,0,0).

  • cyan value is 2.35%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (2,14,0,0)
C2M14Y0K0 (2%, 14%, 0%, 0%)
(0.02 / 0.14 / 0.00 / 0.00)

CMYK percentages

%2.35
%13.73
%0
%0

Codes

Color #F9DCFF in popluar color models

F9 DC FF
RGB 249 220 255
HSL 290° 100.00% 93.14%
HSB/HSV 290° 13.73% 100.00%
CMYK 2.35% 13.73% 0.00%
0.00%

Color #F9DCFF in popluar number systems.

HEX F9 DC FF
Decimal 249 220 255
Binary 11111001 11011100 11111111
Octal 371 334 377

Shades and tints

Shades of #F9DCFF

#F9DCFF
(249,220,255)
#E3C8E8
(227,200,232)
#CDB4D1
(205,180,209)
#B7A0BA
(183,160,186)
#A18CA3
(161,140,163)
#8B788C
(139,120,140)
#756475
(117,100,117)
#5F505E
(95,80,94)
#493C47
(73,60,71)
#332830
(51,40,48)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #F9DCFF

#F9DCFF
(249,220,255)
#F9DFFF
(249,223,255)
#F9E2FF
(249,226,255)
#F9E5FF
(249,229,255)
#F9E8FF
(249,232,255)
#F9EBFF
(249,235,255)
#F9EEFF
(249,238,255)
#F9F1FF
(249,241,255)
#F9F4FF
(249,244,255)
#F9F7FF
(249,247,255)
#F9FAFF
(249,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DCFF color. Also use rgb(249,220,255) instead hex code.

Text Font Color

.myTextColor { color: #F9DCFF; }

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

This text font color is #F9DCFF.

Background Color

.myBgColor { background-color: #F9DCFF; }

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

This div background color is #F9DCFF.

Border color

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

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

This div border color is #F9DCFF.

Opacity

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

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

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

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

This text has shadow with #F9DCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DCFF.

Preview

Color preview on black background

This text has color #F9DCFF on black background.


Color preview on white background

This text has color #F9DCFF on white background.


Black color preview on #F9DCFF background

This text has black color on #F9DCFF background.


White color preview on #F9DCFF background

This text has white color on #F9DCFF background.


Related colors

Complementary color

Complementary color for #hex is #062300.


I love getcolorcode.com

Triadic colors

1 #FFF9DC and #DCFFF9 with #F9DCFF are triadic colors.

2 #FFDCF9 and #DCF9FF with #F9DCFF are triadic colors.