COLOR #F1DBE6

HEX: #F1DBE6 RGB: (241,219,230)

Color info

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

RGB color model

#F1DBE6 color RGB value is (241,219,230).

RGB: (241,219,230) (95%, 86%, 90%)

RGB channels and saturation

R 241 of 255 = 95%
G 219 of 255 = 86%
B 230 of 255 = 90%

241
219
230

R + G + B ~ 90%. #F1DBE6 is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 219 + 230 = 690 (100%)
R 241 of 690 ~ 34.93%
G 219 of 690 ~ 31.74%
B 230 of 690 ~ 33.33'%

%34.93
%31.74
%33.33

CMYK color model

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

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

CMYK: (0,9,5,5)
C0M9Y5K5 (0%, 9%, 5%, 5%)
(0.00 / 0.09 / 0.05 / 0.05)

CMYK percentages

%0
%9.13
%4.56
%5.49

Codes

Color #F1DBE6 in popluar color models

F1 DB E6
RGB 241 219 230
HSL 330° 44.00% 90.20%
HSB/HSV 330° 9.13% 94.51%
CMYK 0.00% 9.13% 4.56%
5.49%

Color #F1DBE6 in popluar number systems.

HEX F1 DB E6
Decimal 241 219 230
Binary 11110001 11011011 11100110
Octal 361 333 346

Shades and tints

Shades of #F1DBE6

#F1DBE6
(241,219,230)
#DCC8D2
(220,200,210)
#C7B5BE
(199,181,190)
#B2A2AA
(178,162,170)
#9D8F96
(157,143,150)
#887C82
(136,124,130)
#73696E
(115,105,110)
#5E565A
(94,86,90)
#494346
(73,67,70)
#343032
(52,48,50)
#1F1D1E
(31,29,30)
#000000
(0,0,0)

Tints of #F1DBE6

#F1DBE6
(241,219,230)
#F2DEE8
(242,222,232)
#F3E1EA
(243,225,234)
#F4E4EC
(244,228,236)
#F5E7EE
(245,231,238)
#F6EAF0
(246,234,240)
#F7EDF2
(247,237,242)
#F8F0F4
(248,240,244)
#F9F3F6
(249,243,246)
#FAF6F8
(250,246,248)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1DBE6; }

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

This text font color is #F1DBE6.

Background Color

.myBgColor { background-color: #F1DBE6; }

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

This div background color is #F1DBE6.

Border color

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

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

This div border color is #F1DBE6.

Opacity

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

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

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

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

This text has shadow with #F1DBE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1DBE6.

Preview

Color preview on black background

This text has color #F1DBE6 on black background.


Color preview on white background

This text has color #F1DBE6 on white background.


Black color preview on #F1DBE6 background

This text has black color on #F1DBE6 background.


White color preview on #F1DBE6 background

This text has white color on #F1DBE6 background.


Related colors

Complementary color

Complementary color for #hex is #0E2419.


I love getcolorcode.com

Triadic colors

1 #E6F1DB and #DBE6F1 with #F1DBE6 are triadic colors.

2 #E6DBF1 and #DBF1E6 with #F1DBE6 are triadic colors.