COLOR #F4D8F1

HEX: #F4D8F1
RGB: (244,216,241)

Color info

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

RGB color model

#F4D8F1 color RGB value is (244,216,241).

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

RGB channels and saturation

R 244 of 255 = 96%
G 216 of 255 = 85%
B 241 of 255 = 95%

244
216
241

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

Portions of RGB colors in percentages

R + G + B =
244 + 216 + 241 = 701 (100%)
R 244 of 701 ~ 34.81%
G 216 of 701 ~ 30.81%
B 241 of 701 ~ 34.38%

%34.81
%30.81
%34.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 1.23%
  • key color value is 4.31%
CMYK:
(0,11,1,4)
C0M11Y1K4 
(0%,11%,1%,4%)
(0.00/0.11/0.01/0.04)	

CMYK percentages

%0
%11.48
%1.23
%4.31

Codes

Color #F4D8F1 in popluar color models

F4D8F1
RGB244216241
HSL306°56.00%90.20%
HSB/HSV306°11.48%95.69%
CMYK0.00%11.48%1.23%
4.31%

Color #F4D8F1 in popluar number systems.

HEXF4D8F1
Decimal244216241
Binary111101001101100011110001
Octal364330361

Shades and tints

Shades of #F4D8F1

#F4D8F1
(244,216,241)
#DEC5DC
(222,197,220)
#C8B2C7
(200,178,199)
#B29FB2
(178,159,178)
#9C8C9D
(156,140,157)
#867988
(134,121,136)
#706673
(112,102,115)
#5A535E
(90,83,94)
#444049
(68,64,73)
#2E2D34
(46,45,52)
#181A1F
(24,26,31)
#000000
(0,0,0)

Tints of #F4D8F1

#F4D8F1
(244,216,241)
#F5DBF2
(245,219,242)
#F6DEF3
(246,222,243)
#F7E1F4
(247,225,244)
#F8E4F5
(248,228,245)
#F9E7F6
(249,231,246)
#FAEAF7
(250,234,247)
#FBEDF8
(251,237,248)
#FCF0F9
(252,240,249)
#FDF3FA
(253,243,250)
#FEF6FB
(254,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D8F1; }

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

This text font color is #F4D8F1.


Background Color

.myBgColor { background-color: #F4D8F1; }

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

This div background color is #F4D8F1.


Border color

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

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

This div border color is #F4D8F1.


Opacity

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

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

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

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

This text has shadow with #F4D8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D8F1 on black background.


Color preview on white background

This text has color #F4D8F1 on white background.



Black color preview on #F4D8F1 background

This text has black color on #F4D8F1 background.


White color preview on #F4D8F1 background

This text has white color on #F4D8F1 background.