COLOR #F4DCF1

HEX: #F4DCF1 RGB: (244,220,241)

Color info

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

RGB color model

#F4DCF1 color RGB value is (244,220,241).

RGB: (244,220,241) (96%, 86%, 95%)

RGB channels and saturation

R 244 of 255 = 96%
G 220 of 255 = 86%
B 241 of 255 = 95%

244
220
241

R + G + B ~ 92%. #F4DCF1 is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 220 + 241 = 705 (100%)
R 244 of 705 ~ 34.61%
G 220 of 705 ~ 31.21%
B 241 of 705 ~ 34.18'%

%34.61
%31.21
%34.18

CMYK color model

#F4DCF1 color CMYK value is (0,10,1,4).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 1.23%
  • key color value is 4.31%

CMYK: (0,10,1,4)
C0M10Y1K4 (0%, 10%, 1%, 4%)
(0.00 / 0.10 / 0.01 / 0.04)

CMYK percentages

%0
%9.84
%1.23
%4.31

Codes

Color #F4DCF1 in popluar color models

F4 DC F1
RGB 244 220 241
HSL 308° 52.17% 90.98%
HSB/HSV 308° 9.84% 95.69%
CMYK 0.00% 9.84% 1.23%
4.31%

Color #F4DCF1 in popluar number systems.

HEX F4 DC F1
Decimal 244 220 241
Binary 11110100 11011100 11110001
Octal 364 334 361

Shades and tints

Shades of #F4DCF1

#F4DCF1
(244,220,241)
#DEC8DC
(222,200,220)
#C8B4C7
(200,180,199)
#B2A0B2
(178,160,178)
#9C8C9D
(156,140,157)
#867888
(134,120,136)
#706473
(112,100,115)
#5A505E
(90,80,94)
#443C49
(68,60,73)
#2E2834
(46,40,52)
#18141F
(24,20,31)
#000000
(0,0,0)

Tints of #F4DCF1

#F4DCF1
(244,220,241)
#F5DFF2
(245,223,242)
#F6E2F3
(246,226,243)
#F7E5F4
(247,229,244)
#F8E8F5
(248,232,245)
#F9EBF6
(249,235,246)
#FAEEF7
(250,238,247)
#FBF1F8
(251,241,248)
#FCF4F9
(252,244,249)
#FDF7FA
(253,247,250)
#FEFAFB
(254,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DCF1 color. Also use rgb(244,220,241) instead hex code.

Text Font Color

.myTextColor { color: #F4DCF1; }

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

This text font color is #F4DCF1.

Background Color

.myBgColor { background-color: #F4DCF1; }

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

This div background color is #F4DCF1.

Border color

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

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

This div border color is #F4DCF1.

Opacity

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

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

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

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

This text has shadow with #F4DCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DCF1.

Preview

Color preview on black background

This text has color #F4DCF1 on black background.


Color preview on white background

This text has color #F4DCF1 on white background.


Black color preview on #F4DCF1 background

This text has black color on #F4DCF1 background.


White color preview on #F4DCF1 background

This text has white color on #F4DCF1 background.


Related colors

Complementary color

Complementary color for #hex is #0B230E.


I love getcolorcode.com

Triadic colors

1 #F1F4DC and #DCF1F4 with #F4DCF1 are triadic colors.

2 #F1DCF4 and #DCF4F1 with #F4DCF1 are triadic colors.