COLOR #F1DFE4

HEX: #F1DFE4
RGB: (241,223,228)

Color info

#F1DFE4 contains red, green and blue colors in about the same proportion. Web safe color of #F1DFE4 is #FFCCCC (or #FCC).

RGB color model

#F1DFE4 color RGB value is (241,223,228).

  • red value is 241;
  • green value is 223;
  • blue value is 228.
RGB:
(241,223,228)
(95%,87%,89%)

RGB channels and saturation

R 241 of 255 = 95%
G 223 of 255 = 87%
B 228 of 255 = 89%

241
223
228

R + G + B ~ 90%. #F1DFE4 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 223 + 228 = 692 (100%)
R 241 of 692 ~ 34.83%
G 223 of 692 ~ 32.23%
B 228 of 692 ~ 32.95%

%34.83
%32.23
%32.95

CMYK color model

#F1DFE4 color CMYK value is (0,7,5,5).

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 5.39%
  • key color value is 5.49%
CMYK:
(0,7,5,5)
C0M7Y5K5 
(0%,7%,5%,5%)
(0.00/0.07/0.05/0.05)	

CMYK percentages

%0
%7.47
%5.39
%5.49

Codes

Color #F1DFE4 in popluar color models

F1DFE4
RGB241223228
HSL343°39.13%90.98%
HSB/HSV343°7.47%94.51%
CMYK0.00%7.47%5.39%
5.49%

Color #F1DFE4 in popluar number systems.

HEXF1DFE4
Decimal241223228
Binary111100011101111111100100
Octal361337344

Shades and tints

Shades of #F1DFE4

#F1DFE4
(241,223,228)
#DCCBD0
(220,203,208)
#C7B7BC
(199,183,188)
#B2A3A8
(178,163,168)
#9D8F94
(157,143,148)
#887B80
(136,123,128)
#73676C
(115,103,108)
#5E5358
(94,83,88)
#493F44
(73,63,68)
#342B30
(52,43,48)
#1F171C
(31,23,28)
#000000
(0,0,0)

Tints of #F1DFE4

#F1DFE4
(241,223,228)
#F2E1E6
(242,225,230)
#F3E3E8
(243,227,232)
#F4E5EA
(244,229,234)
#F5E7EC
(245,231,236)
#F6E9EE
(246,233,238)
#F7EBF0
(247,235,240)
#F8EDF2
(248,237,242)
#F9EFF4
(249,239,244)
#FAF1F6
(250,241,246)
#FBF3F8
(251,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DFE4 color. Also use rgb(241,223,228) instead hex code.

Text Font Color

.myTextColor { color: #F1DFE4; }

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

This text font color is #F1DFE4.


Background Color

.myBgColor { background-color: #F1DFE4; }

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

This div background color is #F1DFE4.


Border color

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

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

This div border color is #F1DFE4.


Opacity

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

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

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

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

This text has shadow with #F1DFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DFE4 on black background.


Color preview on white background

This text has color #F1DFE4 on white background.



Black color preview on #F1DFE4 background

This text has black color on #F1DFE4 background.


White color preview on #F1DFE4 background

This text has white color on #F1DFE4 background.