COLOR #F2D1EB

HEX: #F2D1EB
RGB: (242,209,235)

Color info

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

RGB color model

#F2D1EB color RGB value is (242,209,235).

  • red value is 242;
  • green value is 209;
  • blue value is 235.
RGB:
(242,209,235)
(95%,82%,92%)

RGB channels and saturation

R 242 of 255 = 95%
G 209 of 255 = 82%
B 235 of 255 = 92%

242
209
235

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

Portions of RGB colors in percentages

R + G + B =
242 + 209 + 235 = 686 (100%)
R 242 of 686 ~ 35.28%
G 209 of 686 ~ 30.47%
B 235 of 686 ~ 34.26%

%35.28
%30.47
%34.26

CMYK color model

#F2D1EB color CMYK value is (0,14,3,5).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK:
(0,14,3,5)
C0M14Y3K5 
(0%,14%,3%,5%)
(0.00/0.14/0.03/0.05)	

CMYK percentages

%0
%13.64
%2.89
%5.1

Codes

Color #F2D1EB in popluar color models

F2D1EB
RGB242209235
HSL313°55.93%88.43%
HSB/HSV313°13.64%94.90%
CMYK0.00%13.64%2.89%
5.10%

Color #F2D1EB in popluar number systems.

HEXF2D1EB
Decimal242209235
Binary111100101101000111101011
Octal362321353

Shades and tints

Shades of #F2D1EB

#F2D1EB
(242,209,235)
#DCBED6
(220,190,214)
#C6ABC1
(198,171,193)
#B098AC
(176,152,172)
#9A8597
(154,133,151)
#847282
(132,114,130)
#6E5F6D
(110,95,109)
#584C58
(88,76,88)
#423943
(66,57,67)
#2C262E
(44,38,46)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #F2D1EB

#F2D1EB
(242,209,235)
#F3D5EC
(243,213,236)
#F4D9ED
(244,217,237)
#F5DDEE
(245,221,238)
#F6E1EF
(246,225,239)
#F7E5F0
(247,229,240)
#F8E9F1
(248,233,241)
#F9EDF2
(249,237,242)
#FAF1F3
(250,241,243)
#FBF5F4
(251,245,244)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D1EB color. Also use rgb(242,209,235) instead hex code.

Text Font Color

.myTextColor { color: #F2D1EB; }

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

This text font color is #F2D1EB.


Background Color

.myBgColor { background-color: #F2D1EB; }

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

This div background color is #F2D1EB.


Border color

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

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

This div border color is #F2D1EB.


Opacity

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

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

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

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

This text has shadow with #F2D1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D1EB on black background.


Color preview on white background

This text has color #F2D1EB on white background.



Black color preview on #F2D1EB background

This text has black color on #F2D1EB background.


White color preview on #F2D1EB background

This text has white color on #F2D1EB background.