COLOR #F4D1FF

HEX: #F4D1FF
RGB: (244,209,255)

Color info

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

RGB color model

#F4D1FF color RGB value is (244,209,255).

  • red value is 244;
  • green value is 209;
  • blue value is 255.
RGB:
(244,209,255)
(96%,82%,100%)

RGB channels and saturation

R 244 of 255 = 96%
G 209 of 255 = 82%
B 255 of 255 = 100%

244
209
255

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

Portions of RGB colors in percentages

R + G + B =
244 + 209 + 255 = 708 (100%)
R 244 of 708 ~ 34.46%
G 209 of 708 ~ 29.52%
B 255 of 708 ~ 36.02%

%34.46
%29.52
%36.02

CMYK color model

#F4D1FF color CMYK value is (4,18,0,0).

  • cyan value is 4.31%
  • magenta value is 18.04%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(4,18,0,0)
C4M18Y0K0 
(4%,18%,0%,0%)
(0.04/0.18/0.00/0.00)	

CMYK percentages

%4.31
%18.04
%0
%0

Codes

Color #F4D1FF in popluar color models

F4D1FF
RGB244209255
HSL286°100.00%90.98%
HSB/HSV286°18.04%100.00%
CMYK4.31%18.04%0.00%
0.00%

Color #F4D1FF in popluar number systems.

HEXF4D1FF
Decimal244209255
Binary111101001101000111111111
Octal364321377

Shades and tints

Shades of #F4D1FF

#F4D1FF
(244,209,255)
#DEBEE8
(222,190,232)
#C8ABD1
(200,171,209)
#B298BA
(178,152,186)
#9C85A3
(156,133,163)
#86728C
(134,114,140)
#705F75
(112,95,117)
#5A4C5E
(90,76,94)
#443947
(68,57,71)
#2E2630
(46,38,48)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #F4D1FF

#F4D1FF
(244,209,255)
#F5D5FF
(245,213,255)
#F6D9FF
(246,217,255)
#F7DDFF
(247,221,255)
#F8E1FF
(248,225,255)
#F9E5FF
(249,229,255)
#FAE9FF
(250,233,255)
#FBEDFF
(251,237,255)
#FCF1FF
(252,241,255)
#FDF5FF
(253,245,255)
#FEF9FF
(254,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D1FF color. Also use rgb(244,209,255) instead hex code.

Text Font Color

.myTextColor { color: #F4D1FF; }

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

This text font color is #F4D1FF.


Background Color

.myBgColor { background-color: #F4D1FF; }

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

This div background color is #F4D1FF.


Border color

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

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

This div border color is #F4D1FF.


Opacity

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

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

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

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

This text has shadow with #F4D1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D1FF on black background.


Color preview on white background

This text has color #F4D1FF on white background.



Black color preview on #F4D1FF background

This text has black color on #F4D1FF background.


White color preview on #F4D1FF background

This text has white color on #F4D1FF background.