COLOR #F1D0DF

HEX: #F1D0DF RGB: (241,208,223)

Color info

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

RGB color model

#F1D0DF color RGB value is (241,208,223).

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

RGB channels and saturation

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

241
208
223

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

Portions of RGB colors in percentages

R + G + B = 241 + 208 + 223 = 672 (100%)
R 241 of 672 ~ 35.86%
G 208 of 672 ~ 30.95%
B 223 of 672 ~ 33.18'%

%35.86
%30.95
%33.18

CMYK color model

#F1D0DF color CMYK value is (0,14,7,5).

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

CMYK: (0,14,7,5)
C0M14Y7K5 (0%, 14%, 7%, 5%)
(0.00 / 0.14 / 0.07 / 0.05)

CMYK percentages

%0
%13.69
%7.47
%5.49

Codes

Color #F1D0DF in popluar color models

F1 D0 DF
RGB 241 208 223
HSL 333° 54.10% 88.04%
HSB/HSV 333° 13.69% 94.51%
CMYK 0.00% 13.69% 7.47%
5.49%

Color #F1D0DF in popluar number systems.

HEX F1 D0 DF
Decimal 241 208 223
Binary 11110001 11010000 11011111
Octal 361 320 337

Shades and tints

Shades of #F1D0DF

#F1D0DF
(241,208,223)
#DCBECB
(220,190,203)
#C7ACB7
(199,172,183)
#B29AA3
(178,154,163)
#9D888F
(157,136,143)
#88767B
(136,118,123)
#736467
(115,100,103)
#5E5253
(94,82,83)
#49403F
(73,64,63)
#342E2B
(52,46,43)
#1F1C17
(31,28,23)
#000000
(0,0,0)

Tints of #F1D0DF

#F1D0DF
(241,208,223)
#F2D4E1
(242,212,225)
#F3D8E3
(243,216,227)
#F4DCE5
(244,220,229)
#F5E0E7
(245,224,231)
#F6E4E9
(246,228,233)
#F7E8EB
(247,232,235)
#F8ECED
(248,236,237)
#F9F0EF
(249,240,239)
#FAF4F1
(250,244,241)
#FBF8F3
(251,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D0DF; }

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

This text font color is #F1D0DF.

Background Color

.myBgColor { background-color: #F1D0DF; }

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

This div background color is #F1D0DF.

Border color

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

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

This div border color is #F1D0DF.

Opacity

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

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

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

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

This text has shadow with #F1D0DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1D0DF.

Preview

Color preview on black background

This text has color #F1D0DF on black background.


Color preview on white background

This text has color #F1D0DF on white background.


Black color preview on #F1D0DF background

This text has black color on #F1D0DF background.


White color preview on #F1D0DF background

This text has white color on #F1D0DF background.


Related colors

Complementary color

Complementary color for #hex is #0E2F20.


I love getcolorcode.com

Triadic colors

1 #DFF1D0 and #D0DFF1 with #F1D0DF are triadic colors.

2 #DFD0F1 and #D0F1DF with #F1D0DF are triadic colors.