COLOR #F4DAF6

HEX: #F4DAF6
RGB: (244,218,246)

Color info

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

RGB color model

#F4DAF6 color RGB value is (244,218,246).

  • red value is 244;
  • green value is 218;
  • blue value is 246.
RGB:
(244,218,246)
(96%,85%,96%)

RGB channels and saturation

R 244 of 255 = 96%
G 218 of 255 = 85%
B 246 of 255 = 96%

244
218
246

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

Portions of RGB colors in percentages

R + G + B =
244 + 218 + 246 = 708 (100%)
R 244 of 708 ~ 34.46%
G 218 of 708 ~ 30.79%
B 246 of 708 ~ 34.75%

%34.46
%30.79
%34.75

CMYK color model

#F4DAF6 color CMYK value is (1,11,0,4).

  • cyan value is 0.81%
  • magenta value is 11.38%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(1,11,0,4)
C1M11Y0K4 
(1%,11%,0%,4%)
(0.01/0.11/0.00/0.04)	

CMYK percentages

%0.81
%11.38
%0
%3.53

Codes

Color #F4DAF6 in popluar color models

F4DAF6
RGB244218246
HSL296°60.87%90.98%
HSB/HSV296°11.38%96.47%
CMYK0.81%11.38%0.00%
3.53%

Color #F4DAF6 in popluar number systems.

HEXF4DAF6
Decimal244218246
Binary111101001101101011110110
Octal364332366

Shades and tints

Shades of #F4DAF6

#F4DAF6
(244,218,246)
#DEC7E0
(222,199,224)
#C8B4CA
(200,180,202)
#B2A1B4
(178,161,180)
#9C8E9E
(156,142,158)
#867B88
(134,123,136)
#706872
(112,104,114)
#5A555C
(90,85,92)
#444246
(68,66,70)
#2E2F30
(46,47,48)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #F4DAF6

#F4DAF6
(244,218,246)
#F5DDF6
(245,221,246)
#F6E0F6
(246,224,246)
#F7E3F6
(247,227,246)
#F8E6F6
(248,230,246)
#F9E9F6
(249,233,246)
#FAECF6
(250,236,246)
#FBEFF6
(251,239,246)
#FCF2F6
(252,242,246)
#FDF5F6
(253,245,246)
#FEF8F6
(254,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DAF6; }

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

This text font color is #F4DAF6.


Background Color

.myBgColor { background-color: #F4DAF6; }

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

This div background color is #F4DAF6.


Border color

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

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

This div border color is #F4DAF6.


Opacity

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

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

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

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

This text has shadow with #F4DAF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DAF6 on black background.


Color preview on white background

This text has color #F4DAF6 on white background.



Black color preview on #F4DAF6 background

This text has black color on #F4DAF6 background.


White color preview on #F4DAF6 background

This text has white color on #F4DAF6 background.