COLOR #F4D8FD

HEX: #F4D8FD
RGB: (244,216,253)

Color info

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

RGB color model

#F4D8FD color RGB value is (244,216,253).

  • red value is 244;
  • green value is 216;
  • blue value is 253.
RGB:
(244,216,253)
(96%,85%,99%)

RGB channels and saturation

R 244 of 255 = 96%
G 216 of 255 = 85%
B 253 of 255 = 99%

244
216
253

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

Portions of RGB colors in percentages

R + G + B =
244 + 216 + 253 = 713 (100%)
R 244 of 713 ~ 34.22%
G 216 of 713 ~ 30.29%
B 253 of 713 ~ 35.48%

%34.22
%30.29
%35.48

CMYK color model

#F4D8FD color CMYK value is (4,15,0,1).

  • cyan value is 3.56%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(4,15,0,1)
C4M15Y0K1 
(4%,15%,0%,1%)
(0.04/0.15/0.00/0.01)	

CMYK percentages

%3.56
%14.62
%0
%0.78

Codes

Color #F4D8FD in popluar color models

F4D8FD
RGB244216253
HSL285°90.24%91.96%
HSB/HSV285°14.62%99.22%
CMYK3.56%14.62%0.00%
0.78%

Color #F4D8FD in popluar number systems.

HEXF4D8FD
Decimal244216253
Binary111101001101100011111101
Octal364330375

Shades and tints

Shades of #F4D8FD

#F4D8FD
(244,216,253)
#DEC5E6
(222,197,230)
#C8B2CF
(200,178,207)
#B29FB8
(178,159,184)
#9C8CA1
(156,140,161)
#86798A
(134,121,138)
#706673
(112,102,115)
#5A535C
(90,83,92)
#444045
(68,64,69)
#2E2D2E
(46,45,46)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #F4D8FD

#F4D8FD
(244,216,253)
#F5DBFD
(245,219,253)
#F6DEFD
(246,222,253)
#F7E1FD
(247,225,253)
#F8E4FD
(248,228,253)
#F9E7FD
(249,231,253)
#FAEAFD
(250,234,253)
#FBEDFD
(251,237,253)
#FCF0FD
(252,240,253)
#FDF3FD
(253,243,253)
#FEF6FD
(254,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D8FD color. Also use rgb(244,216,253) instead hex code.

Text Font Color

.myTextColor { color: #F4D8FD; }

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

This text font color is #F4D8FD.


Background Color

.myBgColor { background-color: #F4D8FD; }

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

This div background color is #F4D8FD.


Border color

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

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

This div border color is #F4D8FD.


Opacity

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

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

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

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

This text has shadow with #F4D8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D8FD on black background.


Color preview on white background

This text has color #F4D8FD on white background.



Black color preview on #F4D8FD background

This text has black color on #F4D8FD background.


White color preview on #F4D8FD background

This text has white color on #F4D8FD background.