COLOR #F1D1DF

HEX: #F1D1DF RGB: (241,209,223)

Color info

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

RGB color model

#F1D1DF color RGB value is (241,209,223).

RGB: (241,209,223) (95%, 82%, 87%)

RGB channels and saturation

R 241 of 255 = 95%
G 209 of 255 = 82%
B 223 of 255 = 87%

241
209
223

R + G + B ~ 88%. #F1D1DF is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 209 + 223 = 673 (100%)
R 241 of 673 ~ 35.81%
G 209 of 673 ~ 31.05%
B 223 of 673 ~ 33.14'%

%35.81
%31.05
%33.14

CMYK color model

#F1D1DF color CMYK value is (0,13,7,5).

  • cyan value is 0.00%
  • magenta value is 13.28%
  • yellow value is 7.47%
  • key color value is 5.49%
CMYK: (0,13,7,5) C0M13Y7K5 (0%,13%,7%,5%) (0.00/0.13/0.07/0.05) 

CMYK percentages

%0
%13.28
%7.47
%5.49

Codes

Color #F1D1DF in popluar color models

F1 D1 DF
RGB 241 209 223
HSL 334° 53.33% 88.24%
HSB/HSV 334° 13.28% 94.51%
CMYK 0.00% 13.28% 7.47%
5.49%

Color #F1D1DF in popluar number systems.

HEX F1 D1 DF
Decimal 241 209 223
Binary 11110001 11010001 11011111
Octal 361 321 337

Shades and tints

Shades of #F1D1DF

#F1D1DF
(241,209,223)
#DCBECB
(220,190,203)
#C7ABB7
(199,171,183)
#B298A3
(178,152,163)
#9D858F
(157,133,143)
#88727B
(136,114,123)
#735F67
(115,95,103)
#5E4C53
(94,76,83)
#49393F
(73,57,63)
#34262B
(52,38,43)
#1F1317
(31,19,23)
#000000
(0,0,0)

Tints of #F1D1DF

#F1D1DF
(241,209,223)
#F2D5E1
(242,213,225)
#F3D9E3
(243,217,227)
#F4DDE5
(244,221,229)
#F5E1E7
(245,225,231)
#F6E5E9
(246,229,233)
#F7E9EB
(247,233,235)
#F8EDED
(248,237,237)
#F9F1EF
(249,241,239)
#FAF5F1
(250,245,241)
#FBF9F3
(251,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D1DF color. Also use rgb(241,209,223) instead hex code.

Text Font Color

.myTextColor { color: #F1D1DF; }

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

This text font color is #F1D1DF.

Background Color

.myBgColor { background-color: #F1D1DF; }

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

This div background color is #F1D1DF.

Border color

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

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

This div border color is #F1D1DF.

Opacity

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

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

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

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

This text has shadow with #F1D1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D1DF.

Preview

Color preview on black background

This text has color #F1D1DF on black background.


Color preview on white background

This text has color #F1D1DF on white background.


Black color preview on #F1D1DF background

This text has black color on #F1D1DF background.


White color preview on #F1D1DF background

This text has white color on #F1D1DF background.


Related colors

Complementary color

Complementary color for #hex is #0E2E20.


I love getcolorcode.com

Triadic colors

1 #DFF1D1 and #D1DFF1 with #F1D1DF are triadic colors.

2 #DFD1F1 and #D1F1DF with #F1D1DF are triadic colors.