COLOR #F2D6E1

HEX: #F2D6E1
RGB: (242,214,225)

Color info

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

RGB color model

#F2D6E1 color RGB value is (242,214,225).

  • red value is 242;
  • green value is 214;
  • blue value is 225.
RGB:
(242,214,225)
(95%,84%,88%)

RGB channels and saturation

R 242 of 255 = 95%
G 214 of 255 = 84%
B 225 of 255 = 88%

242
214
225

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

Portions of RGB colors in percentages

R + G + B =
242 + 214 + 225 = 681 (100%)
R 242 of 681 ~ 35.54%
G 214 of 681 ~ 31.42%
B 225 of 681 ~ 33.04%

%35.54
%31.42
%33.04

CMYK color model

#F2D6E1 color CMYK value is (0,12,7,5).

  • cyan value is 0.00%
  • magenta value is 11.57%
  • yellow value is 7.02%
  • key color value is 5.10%
CMYK:
(0,12,7,5)
C0M12Y7K5 
(0%,12%,7%,5%)
(0.00/0.12/0.07/0.05)	

CMYK percentages

%0
%11.57
%7.02
%5.1

Codes

Color #F2D6E1 in popluar color models

F2D6E1
RGB242214225
HSL336°51.85%89.41%
HSB/HSV336°11.57%94.90%
CMYK0.00%11.57%7.02%
5.10%

Color #F2D6E1 in popluar number systems.

HEXF2D6E1
Decimal242214225
Binary111100101101011011100001
Octal362326341

Shades and tints

Shades of #F2D6E1

#F2D6E1
(242,214,225)
#DCC3CD
(220,195,205)
#C6B0B9
(198,176,185)
#B09DA5
(176,157,165)
#9A8A91
(154,138,145)
#84777D
(132,119,125)
#6E6469
(110,100,105)
#585155
(88,81,85)
#423E41
(66,62,65)
#2C2B2D
(44,43,45)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #F2D6E1

#F2D6E1
(242,214,225)
#F3D9E3
(243,217,227)
#F4DCE5
(244,220,229)
#F5DFE7
(245,223,231)
#F6E2E9
(246,226,233)
#F7E5EB
(247,229,235)
#F8E8ED
(248,232,237)
#F9EBEF
(249,235,239)
#FAEEF1
(250,238,241)
#FBF1F3
(251,241,243)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D6E1 color. Also use rgb(242,214,225) instead hex code.

Text Font Color

.myTextColor { color: #F2D6E1; }

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

This text font color is #F2D6E1.


Background Color

.myBgColor { background-color: #F2D6E1; }

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

This div background color is #F2D6E1.


Border color

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

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

This div border color is #F2D6E1.


Opacity

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

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

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

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

This text has shadow with #F2D6E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D6E1 on black background.


Color preview on white background

This text has color #F2D6E1 on white background.



Black color preview on #F2D6E1 background

This text has black color on #F2D6E1 background.


White color preview on #F2D6E1 background

This text has white color on #F2D6E1 background.