COLOR #F2DAF0

HEX: #F2DAF0
RGB: (242,218,240)

Color info

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

RGB color model

#F2DAF0 color RGB value is (242,218,240).

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

RGB channels and saturation

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

242
218
240

R + G + B ~ 91%. #F2DAF0 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 218 + 240 = 700 (100%)
R 242 of 700 ~ 34.57%
G 218 of 700 ~ 31.14%
B 240 of 700 ~ 34.29%

%34.57
%31.14
%34.29

CMYK color model

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

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

CMYK percentages

%0
%9.92
%0.83
%5.1

Codes

Color #F2DAF0 in popluar color models

F2DAF0
RGB242218240
HSL305°48.00%90.20%
HSB/HSV305°9.92%94.90%
CMYK0.00%9.92%0.83%
5.10%

Color #F2DAF0 in popluar number systems.

HEXF2DAF0
Decimal242218240
Binary111100101101101011110000
Octal362332360

Shades and tints

Shades of #F2DAF0

#F2DAF0
(242,218,240)
#DCC7DB
(220,199,219)
#C6B4C6
(198,180,198)
#B0A1B1
(176,161,177)
#9A8E9C
(154,142,156)
#847B87
(132,123,135)
#6E6872
(110,104,114)
#58555D
(88,85,93)
#424248
(66,66,72)
#2C2F33
(44,47,51)
#161C1E
(22,28,30)
#000000
(0,0,0)

Tints of #F2DAF0

#F2DAF0
(242,218,240)
#F3DDF1
(243,221,241)
#F4E0F2
(244,224,242)
#F5E3F3
(245,227,243)
#F6E6F4
(246,230,244)
#F7E9F5
(247,233,245)
#F8ECF6
(248,236,246)
#F9EFF7
(249,239,247)
#FAF2F8
(250,242,248)
#FBF5F9
(251,245,249)
#FCF8FA
(252,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DAF0; }

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

This text font color is #F2DAF0.


Background Color

.myBgColor { background-color: #F2DAF0; }

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

This div background color is #F2DAF0.


Border color

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

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

This div border color is #F2DAF0.


Opacity

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

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

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

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

This text has shadow with #F2DAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DAF0 on black background.


Color preview on white background

This text has color #F2DAF0 on white background.



Black color preview on #F2DAF0 background

This text has black color on #F2DAF0 background.


White color preview on #F2DAF0 background

This text has white color on #F2DAF0 background.