COLOR #F1D7EB

HEX: #F1D7EB RGB: (241,215,235)

Color info

#F1D7EB contains red, green and blue colors in about the same proportion. Web safe color of #F1D7EB is #FFCCFF (or #FCF).

RGB color model

#F1D7EB color RGB value is (241,215,235).

RGB: (241,215,235) (95%, 84%, 92%)

RGB channels and saturation

R 241 of 255 = 95%
G 215 of 255 = 84%
B 235 of 255 = 92%

241
215
235

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

Portions of RGB colors in percentages

R + G + B = 241 + 215 + 235 = 691 (100%)
R 241 of 691 ~ 34.88%
G 215 of 691 ~ 31.11%
B 235 of 691 ~ 34.01'%

%34.88
%31.11
%34.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.79%
  • yellow value is 2.49%
  • key color value is 5.49%

CMYK: (0,11,2,5)
C0M11Y2K5 (0%, 11%, 2%, 5%)
(0.00 / 0.11 / 0.02 / 0.05)

CMYK percentages

%0
%10.79
%2.49
%5.49

Codes

Color #F1D7EB in popluar color models

F1 D7 EB
RGB 241 215 235
HSL 314° 48.15% 89.41%
HSB/HSV 314° 10.79% 94.51%
CMYK 0.00% 10.79% 2.49%
5.49%

Color #F1D7EB in popluar number systems.

HEX F1 D7 EB
Decimal 241 215 235
Binary 11110001 11010111 11101011
Octal 361 327 353

Shades and tints

Shades of #F1D7EB

#F1D7EB
(241,215,235)
#DCC4D6
(220,196,214)
#C7B1C1
(199,177,193)
#B29EAC
(178,158,172)
#9D8B97
(157,139,151)
#887882
(136,120,130)
#73656D
(115,101,109)
#5E5258
(94,82,88)
#493F43
(73,63,67)
#342C2E
(52,44,46)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #F1D7EB

#F1D7EB
(241,215,235)
#F2DAEC
(242,218,236)
#F3DDED
(243,221,237)
#F4E0EE
(244,224,238)
#F5E3EF
(245,227,239)
#F6E6F0
(246,230,240)
#F7E9F1
(247,233,241)
#F8ECF2
(248,236,242)
#F9EFF3
(249,239,243)
#FAF2F4
(250,242,244)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D7EB; }

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

This text font color is #F1D7EB.

Background Color

.myBgColor { background-color: #F1D7EB; }

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

This div background color is #F1D7EB.

Border color

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

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

This div border color is #F1D7EB.

Opacity

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

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

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

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

This text has shadow with #F1D7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D7EB.

Preview

Color preview on black background

This text has color #F1D7EB on black background.


Color preview on white background

This text has color #F1D7EB on white background.


Black color preview on #F1D7EB background

This text has black color on #F1D7EB background.


White color preview on #F1D7EB background

This text has white color on #F1D7EB background.


Related colors

Complementary color

Complementary color for #hex is #0E2814.


I love getcolorcode.com

Triadic colors

1 #EBF1D7 and #D7EBF1 with #F1D7EB are triadic colors.

2 #EBD7F1 and #D7F1EB with #F1D7EB are triadic colors.