COLOR #F4D3EF

HEX: #F4D3EF
RGB: (244,211,239)

Color info

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

RGB color model

#F4D3EF color RGB value is (244,211,239).

  • red value is 244;
  • green value is 211;
  • blue value is 239.
RGB:
(244,211,239)
(96%,83%,94%)

RGB channels and saturation

R 244 of 255 = 96%
G 211 of 255 = 83%
B 239 of 255 = 94%

244
211
239

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

Portions of RGB colors in percentages

R + G + B =
244 + 211 + 239 = 694 (100%)
R 244 of 694 ~ 35.16%
G 211 of 694 ~ 30.4%
B 239 of 694 ~ 34.44%

%35.16
%30.4
%34.44

CMYK color model

#F4D3EF color CMYK value is (0,14,2,4).

  • cyan value is 0.00%
  • magenta value is 13.52%
  • yellow value is 2.05%
  • key color value is 4.31%
CMYK:
(0,14,2,4)
C0M14Y2K4 
(0%,14%,2%,4%)
(0.00/0.14/0.02/0.04)	

CMYK percentages

%0
%13.52
%2.05
%4.31

Codes

Color #F4D3EF in popluar color models

F4D3EF
RGB244211239
HSL309°60.00%89.22%
HSB/HSV309°13.52%95.69%
CMYK0.00%13.52%2.05%
4.31%

Color #F4D3EF in popluar number systems.

HEXF4D3EF
Decimal244211239
Binary111101001101001111101111
Octal364323357

Shades and tints

Shades of #F4D3EF

#F4D3EF
(244,211,239)
#DEC0DA
(222,192,218)
#C8ADC5
(200,173,197)
#B29AB0
(178,154,176)
#9C879B
(156,135,155)
#867486
(134,116,134)
#706171
(112,97,113)
#5A4E5C
(90,78,92)
#443B47
(68,59,71)
#2E2832
(46,40,50)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #F4D3EF

#F4D3EF
(244,211,239)
#F5D7F0
(245,215,240)
#F6DBF1
(246,219,241)
#F7DFF2
(247,223,242)
#F8E3F3
(248,227,243)
#F9E7F4
(249,231,244)
#FAEBF5
(250,235,245)
#FBEFF6
(251,239,246)
#FCF3F7
(252,243,247)
#FDF7F8
(253,247,248)
#FEFBF9
(254,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D3EF color. Also use rgb(244,211,239) instead hex code.

Text Font Color

.myTextColor { color: #F4D3EF; }

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

This text font color is #F4D3EF.


Background Color

.myBgColor { background-color: #F4D3EF; }

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

This div background color is #F4D3EF.


Border color

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

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

This div border color is #F4D3EF.


Opacity

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

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

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

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

This text has shadow with #F4D3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D3EF on black background.


Color preview on white background

This text has color #F4D3EF on white background.



Black color preview on #F4D3EF background

This text has black color on #F4D3EF background.


White color preview on #F4D3EF background

This text has white color on #F4D3EF background.