COLOR #F1DBDA

HEX: #F1DBDA
RGB: (241,219,218)

Color info

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

RGB color model

#F1DBDA color RGB value is (241,219,218).

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

RGB channels and saturation

R 241 of 255 = 95%
G 219 of 255 = 86%
B 218 of 255 = 85%

241
219
218

R + G + B ~ 89%. #F1DBDA is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 219 + 218 = 678 (100%)
R 241 of 678 ~ 35.55%
G 219 of 678 ~ 32.3%
B 218 of 678 ~ 32.15%

%35.55
%32.3
%32.15

CMYK color model

#F1DBDA color CMYK value is (0,9,10,5).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 9.54%
  • key color value is 5.49%
CMYK:
(0,9,10,5)
C0M9Y10K5 
(0%,9%,10%,5%)
(0.00/0.09/0.10/0.05)	

CMYK percentages

%0
%9.13
%9.54
%5.49

Codes

Color #F1DBDA in popluar color models

F1DBDA
RGB241219218
HSL45.10%90.00%
HSB/HSV9.54%94.51%
CMYK0.00%9.13%9.54%
5.49%

Color #F1DBDA in popluar number systems.

HEXF1DBDA
Decimal241219218
Binary111100011101101111011010
Octal361333332

Shades and tints

Shades of #F1DBDA

#F1DBDA
(241,219,218)
#DCC8C7
(220,200,199)
#C7B5B4
(199,181,180)
#B2A2A1
(178,162,161)
#9D8F8E
(157,143,142)
#887C7B
(136,124,123)
#736968
(115,105,104)
#5E5655
(94,86,85)
#494342
(73,67,66)
#34302F
(52,48,47)
#1F1D1C
(31,29,28)
#000000
(0,0,0)

Tints of #F1DBDA

#F1DBDA
(241,219,218)
#F2DEDD
(242,222,221)
#F3E1E0
(243,225,224)
#F4E4E3
(244,228,227)
#F5E7E6
(245,231,230)
#F6EAE9
(246,234,233)
#F7EDEC
(247,237,236)
#F8F0EF
(248,240,239)
#F9F3F2
(249,243,242)
#FAF6F5
(250,246,245)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DBDA; }

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

This text font color is #F1DBDA.


Background Color

.myBgColor { background-color: #F1DBDA; }

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

This div background color is #F1DBDA.


Border color

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

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

This div border color is #F1DBDA.


Opacity

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

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

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

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

This text has shadow with #F1DBDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1DBDA on black background.


Color preview on white background

This text has color #F1DBDA on white background.



Black color preview on #F1DBDA background

This text has black color on #F1DBDA background.


White color preview on #F1DBDA background

This text has white color on #F1DBDA background.