COLOR #F1D4DE

HEX: #F1D4DE
RGB: (241,212,222)

Color info

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

RGB color model

#F1D4DE color RGB value is (241,212,222).

  • red value is 241;
  • green value is 212;
  • blue value is 222.
RGB:
(241,212,222)
(95%,83%,87%)

RGB channels and saturation

R 241 of 255 = 95%
G 212 of 255 = 83%
B 222 of 255 = 87%

241
212
222

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

Portions of RGB colors in percentages

R + G + B =
241 + 212 + 222 = 675 (100%)
R 241 of 675 ~ 35.7%
G 212 of 675 ~ 31.41%
B 222 of 675 ~ 32.89%

%35.7
%31.41
%32.89

CMYK color model

#F1D4DE color CMYK value is (0,12,8,5).

  • cyan value is 0.00%
  • magenta value is 12.03%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK:
(0,12,8,5)
C0M12Y8K5 
(0%,12%,8%,5%)
(0.00/0.12/0.08/0.05)	

CMYK percentages

%0
%12.03
%7.88
%5.49

Codes

Color #F1D4DE in popluar color models

F1D4DE
RGB241212222
HSL339°50.88%88.82%
HSB/HSV339°12.03%94.51%
CMYK0.00%12.03%7.88%
5.49%

Color #F1D4DE in popluar number systems.

HEXF1D4DE
Decimal241212222
Binary111100011101010011011110
Octal361324336

Shades and tints

Shades of #F1D4DE

#F1D4DE
(241,212,222)
#DCC1CA
(220,193,202)
#C7AEB6
(199,174,182)
#B29BA2
(178,155,162)
#9D888E
(157,136,142)
#88757A
(136,117,122)
#736266
(115,98,102)
#5E4F52
(94,79,82)
#493C3E
(73,60,62)
#34292A
(52,41,42)
#1F1616
(31,22,22)
#000000
(0,0,0)

Tints of #F1D4DE

#F1D4DE
(241,212,222)
#F2D7E1
(242,215,225)
#F3DAE4
(243,218,228)
#F4DDE7
(244,221,231)
#F5E0EA
(245,224,234)
#F6E3ED
(246,227,237)
#F7E6F0
(247,230,240)
#F8E9F3
(248,233,243)
#F9ECF6
(249,236,246)
#FAEFF9
(250,239,249)
#FBF2FC
(251,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1D4DE color. Also use rgb(241,212,222) instead hex code.

Text Font Color

.myTextColor { color: #F1D4DE; }

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

This text font color is #F1D4DE.


Background Color

.myBgColor { background-color: #F1D4DE; }

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

This div background color is #F1D4DE.


Border color

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

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

This div border color is #F1D4DE.


Opacity

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

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

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

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

This text has shadow with #F1D4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D4DE on black background.


Color preview on white background

This text has color #F1D4DE on white background.



Black color preview on #F1D4DE background

This text has black color on #F1D4DE background.


White color preview on #F1D4DE background

This text has white color on #F1D4DE background.