COLOR #F2D8EB

HEX: #F2D8EB
RGB: (242,216,235)

Color info

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

RGB color model

#F2D8EB color RGB value is (242,216,235).

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

RGB channels and saturation

R 242 of 255 = 95%
G 216 of 255 = 85%
B 235 of 255 = 92%

242
216
235

R + G + B ~ 91%. #F2D8EB is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 216 + 235 = 693 (100%)
R 242 of 693 ~ 34.92%
G 216 of 693 ~ 31.17%
B 235 of 693 ~ 33.91%

%34.92
%31.17
%33.91

CMYK color model

#F2D8EB color CMYK value is (0,11,3,5).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK:
(0,11,3,5)
C0M11Y3K5 
(0%,11%,3%,5%)
(0.00/0.11/0.03/0.05)	

CMYK percentages

%0
%10.74
%2.89
%5.1

Codes

Color #F2D8EB in popluar color models

F2D8EB
RGB242216235
HSL316°50.00%89.80%
HSB/HSV316°10.74%94.90%
CMYK0.00%10.74%2.89%
5.10%

Color #F2D8EB in popluar number systems.

HEXF2D8EB
Decimal242216235
Binary111100101101100011101011
Octal362330353

Shades and tints

Shades of #F2D8EB

#F2D8EB
(242,216,235)
#DCC5D6
(220,197,214)
#C6B2C1
(198,178,193)
#B09FAC
(176,159,172)
#9A8C97
(154,140,151)
#847982
(132,121,130)
#6E666D
(110,102,109)
#585358
(88,83,88)
#424043
(66,64,67)
#2C2D2E
(44,45,46)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #F2D8EB

#F2D8EB
(242,216,235)
#F3DBEC
(243,219,236)
#F4DEED
(244,222,237)
#F5E1EE
(245,225,238)
#F6E4EF
(246,228,239)
#F7E7F0
(247,231,240)
#F8EAF1
(248,234,241)
#F9EDF2
(249,237,242)
#FAF0F3
(250,240,243)
#FBF3F4
(251,243,244)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D8EB; }

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

This text font color is #F2D8EB.


Background Color

.myBgColor { background-color: #F2D8EB; }

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

This div background color is #F2D8EB.


Border color

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

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

This div border color is #F2D8EB.


Opacity

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

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

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

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

This text has shadow with #F2D8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D8EB on black background.


Color preview on white background

This text has color #F2D8EB on white background.



Black color preview on #F2D8EB background

This text has black color on #F2D8EB background.


White color preview on #F2D8EB background

This text has white color on #F2D8EB background.