COLOR #F1DBD9

HEX: #F1DBD9 RGB: (241,219,217)

Color info

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

RGB color model

#F1DBD9 color RGB value is (241,219,217).

RGB: (241,219,217) (95%, 86%, 85%)

RGB channels and saturation

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

241
219
217

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

Portions of RGB colors in percentages

R + G + B = 241 + 219 + 217 = 677 (100%)
R 241 of 677 ~ 35.6%
G 219 of 677 ~ 32.35%
B 217 of 677 ~ 32.05'%

%35.6
%32.35
%32.05

CMYK color model

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

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

Codes

Color #F1DBD9 in popluar color models

F1 DB D9
RGB 241 219 217
HSL 46.15% 89.80%
HSB/HSV 9.96% 94.51%
CMYK 0.00% 9.13% 9.96%
5.49%

Color #F1DBD9 in popluar number systems.

HEX F1 DB D9
Decimal 241 219 217
Binary 11110001 11011011 11011001
Octal 361 333 331

Shades and tints

Shades of #F1DBD9

#F1DBD9
(241,219,217)
#DCC8C6
(220,200,198)
#C7B5B3
(199,181,179)
#B2A2A0
(178,162,160)
#9D8F8D
(157,143,141)
#887C7A
(136,124,122)
#736967
(115,105,103)
#5E5654
(94,86,84)
#494341
(73,67,65)
#34302E
(52,48,46)
#1F1D1B
(31,29,27)
#000000
(0,0,0)

Tints of #F1DBD9

#F1DBD9
(241,219,217)
#F2DEDC
(242,222,220)
#F3E1DF
(243,225,223)
#F4E4E2
(244,228,226)
#F5E7E5
(245,231,229)
#F6EAE8
(246,234,232)
#F7EDEB
(247,237,235)
#F8F0EE
(248,240,238)
#F9F3F1
(249,243,241)
#FAF6F4
(250,246,244)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DBD9; }

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

This text font color is #F1DBD9.

Background Color

.myBgColor { background-color: #F1DBD9; }

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

This div background color is #F1DBD9.

Border color

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

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

This div border color is #F1DBD9.

Opacity

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

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

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

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

This text has shadow with #F1DBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DBD9.

Preview

Color preview on black background

This text has color #F1DBD9 on black background.


Color preview on white background

This text has color #F1DBD9 on white background.


Black color preview on #F1DBD9 background

This text has black color on #F1DBD9 background.


White color preview on #F1DBD9 background

This text has white color on #F1DBD9 background.


Related colors

Complementary color

Complementary color for #hex is #0E2426.


I love getcolorcode.com

Triadic colors

1 #D9F1DB and #DBD9F1 with #F1DBD9 are triadic colors.

2 #D9DBF1 and #DBF1D9 with #F1DBD9 are triadic colors.