COLOR #F2DAF2

HEX: #F2DAF2
RGB: (242,218,242)

Color info

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

RGB color model

#F2DAF2 color RGB value is (242,218,242).

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

RGB channels and saturation

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

242
218
242

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

Portions of RGB colors in percentages

R + G + B =
242 + 218 + 242 = 702 (100%)
R 242 of 702 ~ 34.47%
G 218 of 702 ~ 31.05%
B 242 of 702 ~ 34.47%

%34.47
%31.05
%34.47

CMYK color model

#F2DAF2 color CMYK value is (0,10,0,5).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(0,10,0,5)
C0M10Y0K5 
(0%,10%,0%,5%)
(0.00/0.10/0.00/0.05)	

CMYK percentages

%0
%9.92
%0
%5.1

Codes

Color #F2DAF2 in popluar color models

F2DAF2
RGB242218242
HSL300°48.00%90.20%
HSB/HSV300°9.92%94.90%
CMYK0.00%9.92%0.00%
5.10%

Color #F2DAF2 in popluar number systems.

HEXF2DAF2
Decimal242218242
Binary111100101101101011110010
Octal362332362

Shades and tints

Shades of #F2DAF2

#F2DAF2
(242,218,242)
#DCC7DC
(220,199,220)
#C6B4C6
(198,180,198)
#B0A1B0
(176,161,176)
#9A8E9A
(154,142,154)
#847B84
(132,123,132)
#6E686E
(110,104,110)
#585558
(88,85,88)
#424242
(66,66,66)
#2C2F2C
(44,47,44)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #F2DAF2

#F2DAF2
(242,218,242)
#F3DDF3
(243,221,243)
#F4E0F4
(244,224,244)
#F5E3F5
(245,227,245)
#F6E6F6
(246,230,246)
#F7E9F7
(247,233,247)
#F8ECF8
(248,236,248)
#F9EFF9
(249,239,249)
#FAF2FA
(250,242,250)
#FBF5FB
(251,245,251)
#FCF8FC
(252,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DAF2; }

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

This text font color is #F2DAF2.


Background Color

.myBgColor { background-color: #F2DAF2; }

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

This div background color is #F2DAF2.


Border color

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

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

This div border color is #F2DAF2.


Opacity

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

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

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

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

This text has shadow with #F2DAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DAF2 on black background.


Color preview on white background

This text has color #F2DAF2 on white background.



Black color preview on #F2DAF2 background

This text has black color on #F2DAF2 background.


White color preview on #F2DAF2 background

This text has white color on #F2DAF2 background.