COLOR #F2DBEC

HEX: #F2DBEC RGB: (242,219,236)

Color info

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

RGB color model

#F2DBEC color RGB value is (242,219,236).

RGB: (242,219,236) (95%, 86%, 93%)

RGB channels and saturation

R 242 of 255 = 95%
G 219 of 255 = 86%
B 236 of 255 = 93%

242
219
236

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

Portions of RGB colors in percentages

R + G + B = 242 + 219 + 236 = 697 (100%)
R 242 of 697 ~ 34.72%
G 219 of 697 ~ 31.42%
B 236 of 697 ~ 33.86'%

%34.72
%31.42
%33.86

CMYK color model

#F2DBEC color CMYK value is (0,10,2,5).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 2.48%
  • key color value is 5.10%

CMYK: (0,10,2,5)
C0M10Y2K5 (0%, 10%, 2%, 5%)
(0.00 / 0.10 / 0.02 / 0.05)

CMYK percentages

%0
%9.5
%2.48
%5.1

Codes

Color #F2DBEC in popluar color models

F2 DB EC
RGB 242 219 236
HSL 316° 46.94% 90.39%
HSB/HSV 316° 9.50% 94.90%
CMYK 0.00% 9.50% 2.48%
5.10%

Color #F2DBEC in popluar number systems.

HEX F2 DB EC
Decimal 242 219 236
Binary 11110010 11011011 11101100
Octal 362 333 354

Shades and tints

Shades of #F2DBEC

#F2DBEC
(242,219,236)
#DCC8D7
(220,200,215)
#C6B5C2
(198,181,194)
#B0A2AD
(176,162,173)
#9A8F98
(154,143,152)
#847C83
(132,124,131)
#6E696E
(110,105,110)
#585659
(88,86,89)
#424344
(66,67,68)
#2C302F
(44,48,47)
#161D1A
(22,29,26)
#000000
(0,0,0)

Tints of #F2DBEC

#F2DBEC
(242,219,236)
#F3DEED
(243,222,237)
#F4E1EE
(244,225,238)
#F5E4EF
(245,228,239)
#F6E7F0
(246,231,240)
#F7EAF1
(247,234,241)
#F8EDF2
(248,237,242)
#F9F0F3
(249,240,243)
#FAF3F4
(250,243,244)
#FBF6F5
(251,246,245)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DBEC; }

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

This text font color is #F2DBEC.

Background Color

.myBgColor { background-color: #F2DBEC; }

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

This div background color is #F2DBEC.

Border color

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

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

This div border color is #F2DBEC.

Opacity

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

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

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

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

This text has shadow with #F2DBEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DBEC.

Preview

Color preview on black background

This text has color #F2DBEC on black background.


Color preview on white background

This text has color #F2DBEC on white background.


Black color preview on #F2DBEC background

This text has black color on #F2DBEC background.


White color preview on #F2DBEC background

This text has white color on #F2DBEC background.


Related colors

Complementary color

Complementary color for #hex is #0D2413.


I love getcolorcode.com

Triadic colors

1 #ECF2DB and #DBECF2 with #F2DBEC are triadic colors.

2 #ECDBF2 and #DBF2EC with #F2DBEC are triadic colors.