COLOR #F1DFEC

HEX: #F1DFEC
RGB: (241,223,236)

Color info

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

RGB color model

#F1DFEC color RGB value is (241,223,236).

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

RGB channels and saturation

R 241 of 255 = 95%
G 223 of 255 = 87%
B 236 of 255 = 93%

241
223
236

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

Portions of RGB colors in percentages

R + G + B =
241 + 223 + 236 = 700 (100%)
R 241 of 700 ~ 34.43%
G 223 of 700 ~ 31.86%
B 236 of 700 ~ 33.71%

%34.43
%31.86
%33.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.47%
  • yellow value is 2.07%
  • key color value is 5.49%
CMYK:
(0,7,2,5)
C0M7Y2K5 
(0%,7%,2%,5%)
(0.00/0.07/0.02/0.05)	

CMYK percentages

%0
%7.47
%2.07
%5.49

Codes

Color #F1DFEC in popluar color models

F1DFEC
RGB241223236
HSL317°39.13%90.98%
HSB/HSV317°7.47%94.51%
CMYK0.00%7.47%2.07%
5.49%

Color #F1DFEC in popluar number systems.

HEXF1DFEC
Decimal241223236
Binary111100011101111111101100
Octal361337354

Shades and tints

Shades of #F1DFEC

#F1DFEC
(241,223,236)
#DCCBD7
(220,203,215)
#C7B7C2
(199,183,194)
#B2A3AD
(178,163,173)
#9D8F98
(157,143,152)
#887B83
(136,123,131)
#73676E
(115,103,110)
#5E5359
(94,83,89)
#493F44
(73,63,68)
#342B2F
(52,43,47)
#1F171A
(31,23,26)
#000000
(0,0,0)

Tints of #F1DFEC

#F1DFEC
(241,223,236)
#F2E1ED
(242,225,237)
#F3E3EE
(243,227,238)
#F4E5EF
(244,229,239)
#F5E7F0
(245,231,240)
#F6E9F1
(246,233,241)
#F7EBF2
(247,235,242)
#F8EDF3
(248,237,243)
#F9EFF4
(249,239,244)
#FAF1F5
(250,241,245)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DFEC; }

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

This text font color is #F1DFEC.


Background Color

.myBgColor { background-color: #F1DFEC; }

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

This div background color is #F1DFEC.


Border color

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

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

This div border color is #F1DFEC.


Opacity

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

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

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

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

This text has shadow with #F1DFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DFEC on black background.


Color preview on white background

This text has color #F1DFEC on white background.



Black color preview on #F1DFEC background

This text has black color on #F1DFEC background.


White color preview on #F1DFEC background

This text has white color on #F1DFEC background.