COLOR #F2DCEB

HEX: #F2DCEB
RGB: (242,220,235)

Color info

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

RGB color model

#F2DCEB color RGB value is (242,220,235).

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

RGB channels and saturation

R 242 of 255 = 95%
G 220 of 255 = 86%
B 235 of 255 = 92%

242
220
235

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

Portions of RGB colors in percentages

R + G + B =
242 + 220 + 235 = 697 (100%)
R 242 of 697 ~ 34.72%
G 220 of 697 ~ 31.56%
B 235 of 697 ~ 33.72%

%34.72
%31.56
%33.72

CMYK color model

#F2DCEB color CMYK value is (0,9,3,5).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK:
(0,9,3,5)
C0M9Y3K5 
(0%,9%,3%,5%)
(0.00/0.09/0.03/0.05)	

CMYK percentages

%0
%9.09
%2.89
%5.1

Codes

Color #F2DCEB in popluar color models

F2DCEB
RGB242220235
HSL319°45.83%90.59%
HSB/HSV319°9.09%94.90%
CMYK0.00%9.09%2.89%
5.10%

Color #F2DCEB in popluar number systems.

HEXF2DCEB
Decimal242220235
Binary111100101101110011101011
Octal362334353

Shades and tints

Shades of #F2DCEB

#F2DCEB
(242,220,235)
#DCC8D6
(220,200,214)
#C6B4C1
(198,180,193)
#B0A0AC
(176,160,172)
#9A8C97
(154,140,151)
#847882
(132,120,130)
#6E646D
(110,100,109)
#585058
(88,80,88)
#423C43
(66,60,67)
#2C282E
(44,40,46)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #F2DCEB

#F2DCEB
(242,220,235)
#F3DFEC
(243,223,236)
#F4E2ED
(244,226,237)
#F5E5EE
(245,229,238)
#F6E8EF
(246,232,239)
#F7EBF0
(247,235,240)
#F8EEF1
(248,238,241)
#F9F1F2
(249,241,242)
#FAF4F3
(250,244,243)
#FBF7F4
(251,247,244)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DCEB; }

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

This text font color is #F2DCEB.


Background Color

.myBgColor { background-color: #F2DCEB; }

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

This div background color is #F2DCEB.


Border color

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

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

This div border color is #F2DCEB.


Opacity

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

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

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

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

This text has shadow with #F2DCEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DCEB on black background.


Color preview on white background

This text has color #F2DCEB on white background.



Black color preview on #F2DCEB background

This text has black color on #F2DCEB background.


White color preview on #F2DCEB background

This text has white color on #F2DCEB background.