COLOR #F2DAFC

HEX: #F2DAFC
RGB: (242,218,252)

Color info

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

RGB color model

#F2DAFC color RGB value is (242,218,252).

  • red value is 242;
  • green value is 218;
  • blue value is 252.
RGB:
(242,218,252)
(95%,85%,99%)

RGB channels and saturation

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

242
218
252

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

Portions of RGB colors in percentages

R + G + B =
242 + 218 + 252 = 712 (100%)
R 242 of 712 ~ 33.99%
G 218 of 712 ~ 30.62%
B 252 of 712 ~ 35.39%

%33.99
%30.62
%35.39

CMYK color model

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

  • cyan value is 3.97%
  • 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

%3.97
%13.49
%0
%1.18

Codes

Color #F2DAFC in popluar color models

F2DAFC
RGB242218252
HSL282°85.00%92.16%
HSB/HSV282°13.49%98.82%
CMYK3.97%13.49%0.00%
1.18%

Color #F2DAFC in popluar number systems.

HEXF2DAFC
Decimal242218252
Binary111100101101101011111100
Octal362332374

Shades and tints

Shades of #F2DAFC

#F2DAFC
(242,218,252)
#DCC7E6
(220,199,230)
#C6B4D0
(198,180,208)
#B0A1BA
(176,161,186)
#9A8EA4
(154,142,164)
#847B8E
(132,123,142)
#6E6878
(110,104,120)
#585562
(88,85,98)
#42424C
(66,66,76)
#2C2F36
(44,47,54)
#161C20
(22,28,32)
#000000
(0,0,0)

Tints of #F2DAFC

#F2DAFC
(242,218,252)
#F3DDFC
(243,221,252)
#F4E0FC
(244,224,252)
#F5E3FC
(245,227,252)
#F6E6FC
(246,230,252)
#F7E9FC
(247,233,252)
#F8ECFC
(248,236,252)
#F9EFFC
(249,239,252)
#FAF2FC
(250,242,252)
#FBF5FC
(251,245,252)
#FCF8FC
(252,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DAFC; }

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

This text font color is #F2DAFC.


Background Color

.myBgColor { background-color: #F2DAFC; }

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

This div background color is #F2DAFC.


Border color

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

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

This div border color is #F2DAFC.


Opacity

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

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

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

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

This text has shadow with #F2DAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DAFC on black background.


Color preview on white background

This text has color #F2DAFC on white background.



Black color preview on #F2DAFC background

This text has black color on #F2DAFC background.


White color preview on #F2DAFC background

This text has white color on #F2DAFC background.