COLOR #F1D8DF

HEX: #F1D8DF RGB: (241,216,223)

Color info

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

RGB color model

#F1D8DF color RGB value is (241,216,223).

RGB: (241,216,223) (95%, 85%, 87%)

RGB channels and saturation

R 241 of 255 = 95%
G 216 of 255 = 85%
B 223 of 255 = 87%

241
216
223

R + G + B ~ 89%. #F1D8DF is light color.

Portions of RGB colors in percentages

R + G + B = 241 + 216 + 223 = 680 (100%)
R 241 of 680 ~ 35.44%
G 216 of 680 ~ 31.76%
B 223 of 680 ~ 32.79'%

%35.44
%31.76
%32.79

CMYK color model

#F1D8DF color CMYK value is (0,10,7,5).

  • cyan value is 0.00%
  • magenta value is 10.37%
  • yellow value is 7.47%
  • key color value is 5.49%

CMYK: (0,10,7,5)
C0M10Y7K5 (0%, 10%, 7%, 5%)
(0.00 / 0.10 / 0.07 / 0.05)

CMYK percentages

%0
%10.37
%7.47
%5.49

Codes

Color #F1D8DF in popluar color models

F1 D8 DF
RGB 241 216 223
HSL 343° 47.17% 89.61%
HSB/HSV 343° 10.37% 94.51%
CMYK 0.00% 10.37% 7.47%
5.49%

Color #F1D8DF in popluar number systems.

HEX F1 D8 DF
Decimal 241 216 223
Binary 11110001 11011000 11011111
Octal 361 330 337

Shades and tints

Shades of #F1D8DF

#F1D8DF
(241,216,223)
#DCC5CB
(220,197,203)
#C7B2B7
(199,178,183)
#B29FA3
(178,159,163)
#9D8C8F
(157,140,143)
#88797B
(136,121,123)
#736667
(115,102,103)
#5E5353
(94,83,83)
#49403F
(73,64,63)
#342D2B
(52,45,43)
#1F1A17
(31,26,23)
#000000
(0,0,0)

Tints of #F1D8DF

#F1D8DF
(241,216,223)
#F2DBE1
(242,219,225)
#F3DEE3
(243,222,227)
#F4E1E5
(244,225,229)
#F5E4E7
(245,228,231)
#F6E7E9
(246,231,233)
#F7EAEB
(247,234,235)
#F8EDED
(248,237,237)
#F9F0EF
(249,240,239)
#FAF3F1
(250,243,241)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D8DF; }

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

This text font color is #F1D8DF.

Background Color

.myBgColor { background-color: #F1D8DF; }

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

This div background color is #F1D8DF.

Border color

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

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

This div border color is #F1D8DF.

Opacity

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

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

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

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

This text has shadow with #F1D8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D8DF.

Preview

Color preview on black background

This text has color #F1D8DF on black background.


Color preview on white background

This text has color #F1D8DF on white background.


Black color preview on #F1D8DF background

This text has black color on #F1D8DF background.


White color preview on #F1D8DF background

This text has white color on #F1D8DF background.


Related colors

Complementary color

Complementary color for #hex is #0E2720.


I love getcolorcode.com

Triadic colors

1 #DFF1D8 and #D8DFF1 with #F1D8DF are triadic colors.

2 #DFD8F1 and #D8F1DF with #F1D8DF are triadic colors.