COLOR #F1DEDB

HEX: #F1DEDB RGB: (241,222,219)

Color info

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

RGB color model

#F1DEDB color RGB value is (241,222,219).

RGB: (241,222,219) (95%, 87%, 86%)

RGB channels and saturation

R 241 of 255 = 95%
G 222 of 255 = 87%
B 219 of 255 = 86%

241
222
219

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

Portions of RGB colors in percentages

R + G + B = 241 + 222 + 219 = 682 (100%)
R 241 of 682 ~ 35.34%
G 222 of 682 ~ 32.55%
B 219 of 682 ~ 32.11'%

%35.34
%32.55
%32.11

CMYK color model

#F1DEDB color CMYK value is (0,8,9,5).

  • cyan value is 0.00%
  • magenta value is 7.88%
  • yellow value is 9.13%
  • key color value is 5.49%

CMYK: (0,8,9,5)
C0M8Y9K5 (0%, 8%, 9%, 5%)
(0.00 / 0.08 / 0.09 / 0.05)

CMYK percentages

%0
%7.88
%9.13
%5.49

Codes

Color #F1DEDB in popluar color models

F1 DE DB
RGB 241 222 219
HSL 44.00% 90.20%
HSB/HSV 9.13% 94.51%
CMYK 0.00% 7.88% 9.13%
5.49%

Color #F1DEDB in popluar number systems.

HEX F1 DE DB
Decimal 241 222 219
Binary 11110001 11011110 11011011
Octal 361 336 333

Shades and tints

Shades of #F1DEDB

#F1DEDB
(241,222,219)
#DCCAC8
(220,202,200)
#C7B6B5
(199,182,181)
#B2A2A2
(178,162,162)
#9D8E8F
(157,142,143)
#887A7C
(136,122,124)
#736669
(115,102,105)
#5E5256
(94,82,86)
#493E43
(73,62,67)
#342A30
(52,42,48)
#1F161D
(31,22,29)
#000000
(0,0,0)

Tints of #F1DEDB

#F1DEDB
(241,222,219)
#F2E1DE
(242,225,222)
#F3E4E1
(243,228,225)
#F4E7E4
(244,231,228)
#F5EAE7
(245,234,231)
#F6EDEA
(246,237,234)
#F7F0ED
(247,240,237)
#F8F3F0
(248,243,240)
#F9F6F3
(249,246,243)
#FAF9F6
(250,249,246)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DEDB; }

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

This text font color is #F1DEDB.

Background Color

.myBgColor { background-color: #F1DEDB; }

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

This div background color is #F1DEDB.

Border color

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

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

This div border color is #F1DEDB.

Opacity

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

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

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

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

This text has shadow with #F1DEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DEDB.

Preview

Color preview on black background

This text has color #F1DEDB on black background.


Color preview on white background

This text has color #F1DEDB on white background.


Black color preview on #F1DEDB background

This text has black color on #F1DEDB background.


White color preview on #F1DEDB background

This text has white color on #F1DEDB background.


Related colors

Complementary color

Complementary color for #hex is #0E2124.


I love getcolorcode.com

Triadic colors

1 #DBF1DE and #DEDBF1 with #F1DEDB are triadic colors.

2 #DBDEF1 and #DEF1DB with #F1DEDB are triadic colors.