COLOR #F1D2DE

HEX: #F1D2DE
RGB: (241,210,222)

Color info

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

RGB color model

#F1D2DE color RGB value is (241,210,222).

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

RGB channels and saturation

R 241 of 255 = 95%
G 210 of 255 = 82%
B 222 of 255 = 87%

241
210
222

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

Portions of RGB colors in percentages

R + G + B =
241 + 210 + 222 = 673 (100%)
R 241 of 673 ~ 35.81%
G 210 of 673 ~ 31.2%
B 222 of 673 ~ 32.99%

%35.81
%31.2
%32.99

CMYK color model

#F1D2DE color CMYK value is (0,13,8,5).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK:
(0,13,8,5)
C0M13Y8K5 
(0%,13%,8%,5%)
(0.00/0.13/0.08/0.05)	

CMYK percentages

%0
%12.86
%7.88
%5.49

Codes

Color #F1D2DE in popluar color models

F1D2DE
RGB241210222
HSL337°52.54%88.43%
HSB/HSV337°12.86%94.51%
CMYK0.00%12.86%7.88%
5.49%

Color #F1D2DE in popluar number systems.

HEXF1D2DE
Decimal241210222
Binary111100011101001011011110
Octal361322336

Shades and tints

Shades of #F1D2DE

#F1D2DE
(241,210,222)
#DCBFCA
(220,191,202)
#C7ACB6
(199,172,182)
#B299A2
(178,153,162)
#9D868E
(157,134,142)
#88737A
(136,115,122)
#736066
(115,96,102)
#5E4D52
(94,77,82)
#493A3E
(73,58,62)
#34272A
(52,39,42)
#1F1416
(31,20,22)
#000000
(0,0,0)

Tints of #F1D2DE

#F1D2DE
(241,210,222)
#F2D6E1
(242,214,225)
#F3DAE4
(243,218,228)
#F4DEE7
(244,222,231)
#F5E2EA
(245,226,234)
#F6E6ED
(246,230,237)
#F7EAF0
(247,234,240)
#F8EEF3
(248,238,243)
#F9F2F6
(249,242,246)
#FAF6F9
(250,246,249)
#FBFAFC
(251,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D2DE; }

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

This text font color is #F1D2DE.


Background Color

.myBgColor { background-color: #F1D2DE; }

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

This div background color is #F1D2DE.


Border color

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

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

This div border color is #F1D2DE.


Opacity

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

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

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

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

This text has shadow with #F1D2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D2DE on black background.


Color preview on white background

This text has color #F1D2DE on white background.



Black color preview on #F1D2DE background

This text has black color on #F1D2DE background.


White color preview on #F1D2DE background

This text has white color on #F1D2DE background.