COLOR #F1D7E6

HEX: #F1D7E6 RGB: (241,215,230)

Color info

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

RGB color model

#F1D7E6 color RGB value is (241,215,230).

RGB: (241,215,230) (95%, 84%, 90%)

RGB channels and saturation

R 241 of 255 = 95%
G 215 of 255 = 84%
B 230 of 255 = 90%

241
215
230

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

Portions of RGB colors in percentages

R + G + B = 241 + 215 + 230 = 686 (100%)
R 241 of 686 ~ 35.13%
G 215 of 686 ~ 31.34%
B 230 of 686 ~ 33.53'%

%35.13
%31.34
%33.53

CMYK color model

#F1D7E6 color CMYK value is (0,11,5,5).

  • cyan value is 0.00%
  • magenta value is 10.79%
  • yellow value is 4.56%
  • key color value is 5.49%
CMYK: (0,11,5,5) C0M11Y5K5 (0%,11%,5%,5%) (0.00/0.11/0.05/0.05) 

CMYK percentages

%0
%10.79
%4.56
%5.49

Codes

Color #F1D7E6 in popluar color models

F1 D7 E6
RGB 241 215 230
HSL 325° 48.15% 89.41%
HSB/HSV 325° 10.79% 94.51%
CMYK 0.00% 10.79% 4.56%
5.49%

Color #F1D7E6 in popluar number systems.

HEX F1 D7 E6
Decimal 241 215 230
Binary 11110001 11010111 11100110
Octal 361 327 346

Shades and tints

Shades of #F1D7E6

#F1D7E6
(241,215,230)
#DCC4D2
(220,196,210)
#C7B1BE
(199,177,190)
#B29EAA
(178,158,170)
#9D8B96
(157,139,150)
#887882
(136,120,130)
#73656E
(115,101,110)
#5E525A
(94,82,90)
#493F46
(73,63,70)
#342C32
(52,44,50)
#1F191E
(31,25,30)
#000000
(0,0,0)

Tints of #F1D7E6

#F1D7E6
(241,215,230)
#F2DAE8
(242,218,232)
#F3DDEA
(243,221,234)
#F4E0EC
(244,224,236)
#F5E3EE
(245,227,238)
#F6E6F0
(246,230,240)
#F7E9F2
(247,233,242)
#F8ECF4
(248,236,244)
#F9EFF6
(249,239,246)
#FAF2F8
(250,242,248)
#FBF5FA
(251,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D7E6; }

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

This text font color is #F1D7E6.

Background Color

.myBgColor { background-color: #F1D7E6; }

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

This div background color is #F1D7E6.

Border color

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

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

This div border color is #F1D7E6.

Opacity

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

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

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

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

This text has shadow with #F1D7E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D7E6.

Preview

Color preview on black background

This text has color #F1D7E6 on black background.


Color preview on white background

This text has color #F1D7E6 on white background.


Black color preview on #F1D7E6 background

This text has black color on #F1D7E6 background.


White color preview on #F1D7E6 background

This text has white color on #F1D7E6 background.


Related colors

Complementary color

Complementary color for #hex is #0E2819.


I love getcolorcode.com

Triadic colors

1 #E6F1D7 and #D7E6F1 with #F1D7E6 are triadic colors.

2 #E6D7F1 and #D7F1E6 with #F1D7E6 are triadic colors.