COLOR #F1DCFC

HEX: #F1DCFC RGB: (241,220,252)

Color info

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

RGB color model

#F1DCFC color RGB value is (241,220,252).

RGB: (241,220,252) (95%, 86%, 99%)

RGB channels and saturation

R 241 of 255 = 95%
G 220 of 255 = 86%
B 252 of 255 = 99%

241
220
252

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

Portions of RGB colors in percentages

R + G + B = 241 + 220 + 252 = 713 (100%)
R 241 of 713 ~ 33.8%
G 220 of 713 ~ 30.86%
B 252 of 713 ~ 35.34'%

%33.8
%30.86
%35.34

CMYK color model

#F1DCFC color CMYK value is (4,13,0,1).

  • cyan value is 4.37%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (4,13,0,1)
C4M13Y0K1 (4%, 13%, 0%, 1%)
(0.04 / 0.13 / 0.00 / 0.01)

CMYK percentages

%4.37
%12.7
%0
%1.18

Codes

Color #F1DCFC in popluar color models

F1 DC FC
RGB 241 220 252
HSL 279° 84.21% 92.55%
HSB/HSV 279° 12.70% 98.82%
CMYK 4.37% 12.70% 0.00%
1.18%

Color #F1DCFC in popluar number systems.

HEX F1 DC FC
Decimal 241 220 252
Binary 11110001 11011100 11111100
Octal 361 334 374

Shades and tints

Shades of #F1DCFC

#F1DCFC
(241,220,252)
#DCC8E6
(220,200,230)
#C7B4D0
(199,180,208)
#B2A0BA
(178,160,186)
#9D8CA4
(157,140,164)
#88788E
(136,120,142)
#736478
(115,100,120)
#5E5062
(94,80,98)
#493C4C
(73,60,76)
#342836
(52,40,54)
#1F1420
(31,20,32)
#000000
(0,0,0)

Tints of #F1DCFC

#F1DCFC
(241,220,252)
#F2DFFC
(242,223,252)
#F3E2FC
(243,226,252)
#F4E5FC
(244,229,252)
#F5E8FC
(245,232,252)
#F6EBFC
(246,235,252)
#F7EEFC
(247,238,252)
#F8F1FC
(248,241,252)
#F9F4FC
(249,244,252)
#FAF7FC
(250,247,252)
#FBFAFC
(251,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DCFC; }

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

This text font color is #F1DCFC.

Background Color

.myBgColor { background-color: #F1DCFC; }

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

This div background color is #F1DCFC.

Border color

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

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

This div border color is #F1DCFC.

Opacity

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

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

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

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

This text has shadow with #F1DCFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DCFC.

Preview

Color preview on black background

This text has color #F1DCFC on black background.


Color preview on white background

This text has color #F1DCFC on white background.


Black color preview on #F1DCFC background

This text has black color on #F1DCFC background.


White color preview on #F1DCFC background

This text has white color on #F1DCFC background.


Related colors

Complementary color

Complementary color for #hex is #0E2303.


I love getcolorcode.com

Triadic colors

1 #FCF1DC and #DCFCF1 with #F1DCFC are triadic colors.

2 #FCDCF1 and #DCF1FC with #F1DCFC are triadic colors.