COLOR #F2D7E4

HEX: #F2D7E4
RGB: (242,215,228)

Color info

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

RGB color model

#F2D7E4 color RGB value is (242,215,228).

  • red value is 242;
  • green value is 215;
  • blue value is 228.
RGB:
(242,215,228)
(95%,84%,89%)

RGB channels and saturation

R 242 of 255 = 95%
G 215 of 255 = 84%
B 228 of 255 = 89%

242
215
228

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

Portions of RGB colors in percentages

R + G + B =
242 + 215 + 228 = 685 (100%)
R 242 of 685 ~ 35.33%
G 215 of 685 ~ 31.39%
B 228 of 685 ~ 33.28%

%35.33
%31.39
%33.28

CMYK color model

#F2D7E4 color CMYK value is (0,11,6,5).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 5.79%
  • key color value is 5.10%
CMYK:
(0,11,6,5)
C0M11Y6K5 
(0%,11%,6%,5%)
(0.00/0.11/0.06/0.05)	

CMYK percentages

%0
%11.16
%5.79
%5.1

Codes

Color #F2D7E4 in popluar color models

F2D7E4
RGB242215228
HSL331°50.94%89.61%
HSB/HSV331°11.16%94.90%
CMYK0.00%11.16%5.79%
5.10%

Color #F2D7E4 in popluar number systems.

HEXF2D7E4
Decimal242215228
Binary111100101101011111100100
Octal362327344

Shades and tints

Shades of #F2D7E4

#F2D7E4
(242,215,228)
#DCC4D0
(220,196,208)
#C6B1BC
(198,177,188)
#B09EA8
(176,158,168)
#9A8B94
(154,139,148)
#847880
(132,120,128)
#6E656C
(110,101,108)
#585258
(88,82,88)
#423F44
(66,63,68)
#2C2C30
(44,44,48)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #F2D7E4

#F2D7E4
(242,215,228)
#F3DAE6
(243,218,230)
#F4DDE8
(244,221,232)
#F5E0EA
(245,224,234)
#F6E3EC
(246,227,236)
#F7E6EE
(247,230,238)
#F8E9F0
(248,233,240)
#F9ECF2
(249,236,242)
#FAEFF4
(250,239,244)
#FBF2F6
(251,242,246)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D7E4 color. Also use rgb(242,215,228) instead hex code.

Text Font Color

.myTextColor { color: #F2D7E4; }

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

This text font color is #F2D7E4.


Background Color

.myBgColor { background-color: #F2D7E4; }

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

This div background color is #F2D7E4.


Border color

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

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

This div border color is #F2D7E4.


Opacity

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

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

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

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

This text has shadow with #F2D7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D7E4 on black background.


Color preview on white background

This text has color #F2D7E4 on white background.



Black color preview on #F2D7E4 background

This text has black color on #F2D7E4 background.


White color preview on #F2D7E4 background

This text has white color on #F2D7E4 background.