COLOR #F2D2EC

HEX: #F2D2EC
RGB: (242,210,236)

Color info

#F2D2EC contains red, green and blue colors in about the same proportion. Web safe color of #F2D2EC is #FFCCFF (or #FCF).

RGB color model

#F2D2EC color RGB value is (242,210,236).

  • red value is 242;
  • green value is 210;
  • blue value is 236.
RGB:
(242,210,236)
(95%,82%,93%)

RGB channels and saturation

R 242 of 255 = 95%
G 210 of 255 = 82%
B 236 of 255 = 93%

242
210
236

R + G + B ~ 90%. #F2D2EC is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 210 + 236 = 688 (100%)
R 242 of 688 ~ 35.17%
G 210 of 688 ~ 30.52%
B 236 of 688 ~ 34.3%

%35.17
%30.52
%34.3

CMYK color model

#F2D2EC color CMYK value is (0,13,2,5).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 2.48%
  • key color value is 5.10%
CMYK:
(0,13,2,5)
C0M13Y2K5 
(0%,13%,2%,5%)
(0.00/0.13/0.02/0.05)	

CMYK percentages

%0
%13.22
%2.48
%5.1

Codes

Color #F2D2EC in popluar color models

F2D2EC
RGB242210236
HSL311°55.17%88.63%
HSB/HSV311°13.22%94.90%
CMYK0.00%13.22%2.48%
5.10%

Color #F2D2EC in popluar number systems.

HEXF2D2EC
Decimal242210236
Binary111100101101001011101100
Octal362322354

Shades and tints

Shades of #F2D2EC

#F2D2EC
(242,210,236)
#DCBFD7
(220,191,215)
#C6ACC2
(198,172,194)
#B099AD
(176,153,173)
#9A8698
(154,134,152)
#847383
(132,115,131)
#6E606E
(110,96,110)
#584D59
(88,77,89)
#423A44
(66,58,68)
#2C272F
(44,39,47)
#16141A
(22,20,26)
#000000
(0,0,0)

Tints of #F2D2EC

#F2D2EC
(242,210,236)
#F3D6ED
(243,214,237)
#F4DAEE
(244,218,238)
#F5DEEF
(245,222,239)
#F6E2F0
(246,226,240)
#F7E6F1
(247,230,241)
#F8EAF2
(248,234,242)
#F9EEF3
(249,238,243)
#FAF2F4
(250,242,244)
#FBF6F5
(251,246,245)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D2EC color. Also use rgb(242,210,236) instead hex code.

Text Font Color

.myTextColor { color: #F2D2EC; }

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

This text font color is #F2D2EC.


Background Color

.myBgColor { background-color: #F2D2EC; }

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

This div background color is #F2D2EC.


Border color

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

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

This div border color is #F2D2EC.


Opacity

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

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

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

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

This text has shadow with #F2D2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D2EC on black background.


Color preview on white background

This text has color #F2D2EC on white background.



Black color preview on #F2D2EC background

This text has black color on #F2D2EC background.


White color preview on #F2D2EC background

This text has white color on #F2D2EC background.