COLOR #F1DBEB

HEX: #F1DBEB
RGB: (241,219,235)

Color info

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

RGB color model

#F1DBEB color RGB value is (241,219,235).

  • red value is 241;
  • green value is 219;
  • blue value is 235.
RGB:
(241,219,235)
(95%,86%,92%)

RGB channels and saturation

R 241 of 255 = 95%
G 219 of 255 = 86%
B 235 of 255 = 92%

241
219
235

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

Portions of RGB colors in percentages

R + G + B =
241 + 219 + 235 = 695 (100%)
R 241 of 695 ~ 34.68%
G 219 of 695 ~ 31.51%
B 235 of 695 ~ 33.81%

%34.68
%31.51
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 2.49%
  • 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
%9.13
%2.49
%5.49

Codes

Color #F1DBEB in popluar color models

F1DBEB
RGB241219235
HSL316°44.00%90.20%
HSB/HSV316°9.13%94.51%
CMYK0.00%9.13%2.49%
5.49%

Color #F1DBEB in popluar number systems.

HEXF1DBEB
Decimal241219235
Binary111100011101101111101011
Octal361333353

Shades and tints

Shades of #F1DBEB

#F1DBEB
(241,219,235)
#DCC8D6
(220,200,214)
#C7B5C1
(199,181,193)
#B2A2AC
(178,162,172)
#9D8F97
(157,143,151)
#887C82
(136,124,130)
#73696D
(115,105,109)
#5E5658
(94,86,88)
#494343
(73,67,67)
#34302E
(52,48,46)
#1F1D19
(31,29,25)
#000000
(0,0,0)

Tints of #F1DBEB

#F1DBEB
(241,219,235)
#F2DEEC
(242,222,236)
#F3E1ED
(243,225,237)
#F4E4EE
(244,228,238)
#F5E7EF
(245,231,239)
#F6EAF0
(246,234,240)
#F7EDF1
(247,237,241)
#F8F0F2
(248,240,242)
#F9F3F3
(249,243,243)
#FAF6F4
(250,246,244)
#FBF9F5
(251,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1DBEB color. Also use rgb(241,219,235) instead hex code.

Text Font Color

.myTextColor { color: #F1DBEB; }

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

This text font color is #F1DBEB.


Background Color

.myBgColor { background-color: #F1DBEB; }

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

This div background color is #F1DBEB.


Border color

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

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

This div border color is #F1DBEB.


Opacity

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

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

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

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

This text has shadow with #F1DBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DBEB on black background.


Color preview on white background

This text has color #F1DBEB on white background.



Black color preview on #F1DBEB background

This text has black color on #F1DBEB background.


White color preview on #F1DBEB background

This text has white color on #F1DBEB background.