COLOR #F1DCED

HEX: #F1DCED
RGB: (241,220,237)

Color info

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

RGB color model

#F1DCED color RGB value is (241,220,237).

  • red value is 241;
  • green value is 220;
  • blue value is 237.
RGB:
(241,220,237)
(95%,86%,93%)

RGB channels and saturation

R 241 of 255 = 95%
G 220 of 255 = 86%
B 237 of 255 = 93%

241
220
237

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

Portions of RGB colors in percentages

R + G + B =
241 + 220 + 237 = 698 (100%)
R 241 of 698 ~ 34.53%
G 220 of 698 ~ 31.52%
B 237 of 698 ~ 33.95%

%34.53
%31.52
%33.95

CMYK color model

#F1DCED color CMYK value is (0,9,2,5).

  • cyan value is 0.00%
  • magenta value is 8.71%
  • yellow value is 1.66%
  • key color value is 5.49%
CMYK:
(0,9,2,5)
C0M9Y2K5 
(0%,9%,2%,5%)
(0.00/0.09/0.02/0.05)	

CMYK percentages

%0
%8.71
%1.66
%5.49

Codes

Color #F1DCED in popluar color models

F1DCED
RGB241220237
HSL311°42.86%90.39%
HSB/HSV311°8.71%94.51%
CMYK0.00%8.71%1.66%
5.49%

Color #F1DCED in popluar number systems.

HEXF1DCED
Decimal241220237
Binary111100011101110011101101
Octal361334355

Shades and tints

Shades of #F1DCED

#F1DCED
(241,220,237)
#DCC8D8
(220,200,216)
#C7B4C3
(199,180,195)
#B2A0AE
(178,160,174)
#9D8C99
(157,140,153)
#887884
(136,120,132)
#73646F
(115,100,111)
#5E505A
(94,80,90)
#493C45
(73,60,69)
#342830
(52,40,48)
#1F141B
(31,20,27)
#000000
(0,0,0)

Tints of #F1DCED

#F1DCED
(241,220,237)
#F2DFEE
(242,223,238)
#F3E2EF
(243,226,239)
#F4E5F0
(244,229,240)
#F5E8F1
(245,232,241)
#F6EBF2
(246,235,242)
#F7EEF3
(247,238,243)
#F8F1F4
(248,241,244)
#F9F4F5
(249,244,245)
#FAF7F6
(250,247,246)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DCED color. Also use rgb(241,220,237) instead hex code.

Text Font Color

.myTextColor { color: #F1DCED; }

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

This text font color is #F1DCED.


Background Color

.myBgColor { background-color: #F1DCED; }

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

This div background color is #F1DCED.


Border color

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

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

This div border color is #F1DCED.


Opacity

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

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

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

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

This text has shadow with #F1DCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DCED on black background.


Color preview on white background

This text has color #F1DCED on white background.



Black color preview on #F1DCED background

This text has black color on #F1DCED background.


White color preview on #F1DCED background

This text has white color on #F1DCED background.