COLOR #F2DBEE

HEX: #F2DBEE RGB: (242,219,238)

Color info

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

RGB color model

#F2DBEE color RGB value is (242,219,238).

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

RGB channels and saturation

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

242
219
238

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

Portions of RGB colors in percentages

R + G + B = 242 + 219 + 238 = 699 (100%)
R 242 of 699 ~ 34.62%
G 219 of 699 ~ 31.33%
B 238 of 699 ~ 34.05'%

%34.62
%31.33
%34.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 1.65%
  • 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
%1.65
%5.1

Codes

Color #F2DBEE in popluar color models

F2 DB EE
RGB 242 219 238
HSL 310° 46.94% 90.39%
HSB/HSV 310° 9.50% 94.90%
CMYK 0.00% 9.50% 1.65%
5.10%

Color #F2DBEE in popluar number systems.

HEX F2 DB EE
Decimal 242 219 238
Binary 11110010 11011011 11101110
Octal 362 333 356

Shades and tints

Shades of #F2DBEE

#F2DBEE
(242,219,238)
#DCC8D9
(220,200,217)
#C6B5C4
(198,181,196)
#B0A2AF
(176,162,175)
#9A8F9A
(154,143,154)
#847C85
(132,124,133)
#6E6970
(110,105,112)
#58565B
(88,86,91)
#424346
(66,67,70)
#2C3031
(44,48,49)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #F2DBEE

#F2DBEE
(242,219,238)
#F3DEEF
(243,222,239)
#F4E1F0
(244,225,240)
#F5E4F1
(245,228,241)
#F6E7F2
(246,231,242)
#F7EAF3
(247,234,243)
#F8EDF4
(248,237,244)
#F9F0F5
(249,240,245)
#FAF3F6
(250,243,246)
#FBF6F7
(251,246,247)
#FCF9F8
(252,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DBEE; }

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

This text font color is #F2DBEE.

Background Color

.myBgColor { background-color: #F2DBEE; }

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

This div background color is #F2DBEE.

Border color

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

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

This div border color is #F2DBEE.

Opacity

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

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

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

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

This text has shadow with #F2DBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2DBEE.

Preview

Color preview on black background

This text has color #F2DBEE on black background.


Color preview on white background

This text has color #F2DBEE on white background.


Black color preview on #F2DBEE background

This text has black color on #F2DBEE background.


White color preview on #F2DBEE background

This text has white color on #F2DBEE background.


Related colors

Complementary color

Complementary color for #hex is #0D2411.


I love getcolorcode.com

Triadic colors

1 #EEF2DB and #DBEEF2 with #F2DBEE are triadic colors.

2 #EEDBF2 and #DBF2EE with #F2DBEE are triadic colors.