COLOR #F1D2E1

HEX: #F1D2E1
RGB: (241,210,225)

Color info

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

RGB color model

#F1D2E1 color RGB value is (241,210,225).

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

RGB channels and saturation

R 241 of 255 = 95%
G 210 of 255 = 82%
B 225 of 255 = 88%

241
210
225

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

Portions of RGB colors in percentages

R + G + B =
241 + 210 + 225 = 676 (100%)
R 241 of 676 ~ 35.65%
G 210 of 676 ~ 31.07%
B 225 of 676 ~ 33.28%

%35.65
%31.07
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 6.64%
  • 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
%12.86
%6.64
%5.49

Codes

Color #F1D2E1 in popluar color models

F1D2E1
RGB241210225
HSL331°52.54%88.43%
HSB/HSV331°12.86%94.51%
CMYK0.00%12.86%6.64%
5.49%

Color #F1D2E1 in popluar number systems.

HEXF1D2E1
Decimal241210225
Binary111100011101001011100001
Octal361322341

Shades and tints

Shades of #F1D2E1

#F1D2E1
(241,210,225)
#DCBFCD
(220,191,205)
#C7ACB9
(199,172,185)
#B299A5
(178,153,165)
#9D8691
(157,134,145)
#88737D
(136,115,125)
#736069
(115,96,105)
#5E4D55
(94,77,85)
#493A41
(73,58,65)
#34272D
(52,39,45)
#1F1419
(31,20,25)
#000000
(0,0,0)

Tints of #F1D2E1

#F1D2E1
(241,210,225)
#F2D6E3
(242,214,227)
#F3DAE5
(243,218,229)
#F4DEE7
(244,222,231)
#F5E2E9
(245,226,233)
#F6E6EB
(246,230,235)
#F7EAED
(247,234,237)
#F8EEEF
(248,238,239)
#F9F2F1
(249,242,241)
#FAF6F3
(250,246,243)
#FBFAF5
(251,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1D2E1; }

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

This text font color is #F1D2E1.


Background Color

.myBgColor { background-color: #F1D2E1; }

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

This div background color is #F1D2E1.


Border color

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

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

This div border color is #F1D2E1.


Opacity

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

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

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

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

This text has shadow with #F1D2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1D2E1 on black background.


Color preview on white background

This text has color #F1D2E1 on white background.



Black color preview on #F1D2E1 background

This text has black color on #F1D2E1 background.


White color preview on #F1D2E1 background

This text has white color on #F1D2E1 background.