COLOR #F1DEE6

HEX: #F1DEE6 RGB: (241,222,230)

Color info

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

RGB color model

#F1DEE6 color RGB value is (241,222,230).

RGB: (241,222,230) (95%, 87%, 90%)

RGB channels and saturation

R 241 of 255 = 95%
G 222 of 255 = 87%
B 230 of 255 = 90%

241
222
230

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

Portions of RGB colors in percentages

R + G + B = 241 + 222 + 230 = 693 (100%)
R 241 of 693 ~ 34.78%
G 222 of 693 ~ 32.03%
B 230 of 693 ~ 33.19'%

%34.78
%32.03
%33.19

CMYK color model

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

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

CMYK: (0,8,5,5)
C0M8Y5K5 (0%, 8%, 5%, 5%)
(0.00 / 0.08 / 0.05 / 0.05)

CMYK percentages

%0
%7.88
%4.56
%5.49

Codes

Color #F1DEE6 in popluar color models

F1 DE E6
RGB 241 222 230
HSL 335° 40.43% 90.78%
HSB/HSV 335° 7.88% 94.51%
CMYK 0.00% 7.88% 4.56%
5.49%

Color #F1DEE6 in popluar number systems.

HEX F1 DE E6
Decimal 241 222 230
Binary 11110001 11011110 11100110
Octal 361 336 346

Shades and tints

Shades of #F1DEE6

#F1DEE6
(241,222,230)
#DCCAD2
(220,202,210)
#C7B6BE
(199,182,190)
#B2A2AA
(178,162,170)
#9D8E96
(157,142,150)
#887A82
(136,122,130)
#73666E
(115,102,110)
#5E525A
(94,82,90)
#493E46
(73,62,70)
#342A32
(52,42,50)
#1F161E
(31,22,30)
#000000
(0,0,0)

Tints of #F1DEE6

#F1DEE6
(241,222,230)
#F2E1E8
(242,225,232)
#F3E4EA
(243,228,234)
#F4E7EC
(244,231,236)
#F5EAEE
(245,234,238)
#F6EDF0
(246,237,240)
#F7F0F2
(247,240,242)
#F8F3F4
(248,243,244)
#F9F6F6
(249,246,246)
#FAF9F8
(250,249,248)
#FBFCFA
(251,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DEE6; }

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

This text font color is #F1DEE6.

Background Color

.myBgColor { background-color: #F1DEE6; }

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

This div background color is #F1DEE6.

Border color

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

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

This div border color is #F1DEE6.

Opacity

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

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

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

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

This text has shadow with #F1DEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DEE6.

Preview

Color preview on black background

This text has color #F1DEE6 on black background.


Color preview on white background

This text has color #F1DEE6 on white background.


Black color preview on #F1DEE6 background

This text has black color on #F1DEE6 background.


White color preview on #F1DEE6 background

This text has white color on #F1DEE6 background.


Related colors

Complementary color

Complementary color for #hex is #0E2119.


I love getcolorcode.com

Triadic colors

1 #E6F1DE and #DEE6F1 with #F1DEE6 are triadic colors.

2 #E6DEF1 and #DEF1E6 with #F1DEE6 are triadic colors.