COLOR #F1DAFC

HEX: #F1DAFC RGB: (241,218,252)

Color info

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

RGB color model

#F1DAFC color RGB value is (241,218,252).

RGB: (241,218,252) (95%, 85%, 99%)

RGB channels and saturation

R 241 of 255 = 95%
G 218 of 255 = 85%
B 252 of 255 = 99%

241
218
252

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

Portions of RGB colors in percentages

R + G + B = 241 + 218 + 252 = 711 (100%)
R 241 of 711 ~ 33.9%
G 218 of 711 ~ 30.66%
B 252 of 711 ~ 35.44'%

%33.9
%30.66
%35.44

CMYK color model

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

  • cyan value is 4.37%
  • magenta value is 13.49%
  • 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
%13.49
%0
%1.18

Codes

Color #F1DAFC in popluar color models

F1 DA FC
RGB 241 218 252
HSL 281° 85.00% 92.16%
HSB/HSV 281° 13.49% 98.82%
CMYK 4.37% 13.49% 0.00%
1.18%

Color #F1DAFC in popluar number systems.

HEX F1 DA FC
Decimal 241 218 252
Binary 11110001 11011010 11111100
Octal 361 332 374

Shades and tints

Shades of #F1DAFC

#F1DAFC
(241,218,252)
#DCC7E6
(220,199,230)
#C7B4D0
(199,180,208)
#B2A1BA
(178,161,186)
#9D8EA4
(157,142,164)
#887B8E
(136,123,142)
#736878
(115,104,120)
#5E5562
(94,85,98)
#49424C
(73,66,76)
#342F36
(52,47,54)
#1F1C20
(31,28,32)
#000000
(0,0,0)

Tints of #F1DAFC

#F1DAFC
(241,218,252)
#F2DDFC
(242,221,252)
#F3E0FC
(243,224,252)
#F4E3FC
(244,227,252)
#F5E6FC
(245,230,252)
#F6E9FC
(246,233,252)
#F7ECFC
(247,236,252)
#F8EFFC
(248,239,252)
#F9F2FC
(249,242,252)
#FAF5FC
(250,245,252)
#FBF8FC
(251,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DAFC; }

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

This text font color is #F1DAFC.

Background Color

.myBgColor { background-color: #F1DAFC; }

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

This div background color is #F1DAFC.

Border color

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

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

This div border color is #F1DAFC.

Opacity

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

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

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

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

This text has shadow with #F1DAFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DAFC.

Preview

Color preview on black background

This text has color #F1DAFC on black background.


Color preview on white background

This text has color #F1DAFC on white background.


Black color preview on #F1DAFC background

This text has black color on #F1DAFC background.


White color preview on #F1DAFC background

This text has white color on #F1DAFC background.


Related colors

Complementary color

Complementary color for #hex is #0E2503.


I love getcolorcode.com

Triadic colors

1 #FCF1DA and #DAFCF1 with #F1DAFC are triadic colors.

2 #FCDAF1 and #DAF1FC with #F1DAFC are triadic colors.