COLOR #F1DBD4

HEX: #F1DBD4 RGB: (241,219,212)

Color info

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

RGB color model

#F1DBD4 color RGB value is (241,219,212).

RGB: (241,219,212) (95%, 86%, 83%)

RGB channels and saturation

R 241 of 255 = 95%
G 219 of 255 = 86%
B 212 of 255 = 83%

241
219
212

R + G + B ~ 88%. #F1DBD4 is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 219 + 212 = 672 (100%)
R 241 of 672 ~ 35.86%
G 219 of 672 ~ 32.59%
B 212 of 672 ~ 31.55'%

%35.86
%32.59
%31.55

CMYK color model

#F1DBD4 color CMYK value is (0,9,12,5).

  • cyan value is 0.00%
  • magenta value is 9.13%
  • yellow value is 12.03%
  • key color value is 5.49%
CMYK: (0,9,12,5) C0M9Y12K5 (0%,9%,12%,5%) (0.00/0.09/0.12/0.05) 

CMYK percentages

%0
%9.13
%12.03
%5.49

Codes

Color #F1DBD4 in popluar color models

F1 DB D4
RGB 241 219 212
HSL 14° 50.88% 88.82%
HSB/HSV 14° 12.03% 94.51%
CMYK 0.00% 9.13% 12.03%
5.49%

Color #F1DBD4 in popluar number systems.

HEX F1 DB D4
Decimal 241 219 212
Binary 11110001 11011011 11010100
Octal 361 333 324

Shades and tints

Shades of #F1DBD4

#F1DBD4
(241,219,212)
#DCC8C1
(220,200,193)
#C7B5AE
(199,181,174)
#B2A29B
(178,162,155)
#9D8F88
(157,143,136)
#887C75
(136,124,117)
#736962
(115,105,98)
#5E564F
(94,86,79)
#49433C
(73,67,60)
#343029
(52,48,41)
#1F1D16
(31,29,22)
#000000
(0,0,0)

Tints of #F1DBD4

#F1DBD4
(241,219,212)
#F2DED7
(242,222,215)
#F3E1DA
(243,225,218)
#F4E4DD
(244,228,221)
#F5E7E0
(245,231,224)
#F6EAE3
(246,234,227)
#F7EDE6
(247,237,230)
#F8F0E9
(248,240,233)
#F9F3EC
(249,243,236)
#FAF6EF
(250,246,239)
#FBF9F2
(251,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DBD4; }

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

This text font color is #F1DBD4.

Background Color

.myBgColor { background-color: #F1DBD4; }

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

This div background color is #F1DBD4.

Border color

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

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

This div border color is #F1DBD4.

Opacity

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

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

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

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

This text has shadow with #F1DBD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DBD4.

Preview

Color preview on black background

This text has color #F1DBD4 on black background.


Color preview on white background

This text has color #F1DBD4 on white background.


Black color preview on #F1DBD4 background

This text has black color on #F1DBD4 background.


White color preview on #F1DBD4 background

This text has white color on #F1DBD4 background.


Related colors

Complementary color

Complementary color for #hex is #0E242B.


I love getcolorcode.com

Triadic colors

1 #D4F1DB and #DBD4F1 with #F1DBD4 are triadic colors.

2 #D4DBF1 and #DBF1D4 with #F1DBD4 are triadic colors.