COLOR #F2DBF9

HEX: #F2DBF9
RGB: (242,219,249)

Color info

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

RGB color model

#F2DBF9 color RGB value is (242,219,249).

  • red value is 242;
  • green value is 219;
  • blue value is 249.
RGB:
(242,219,249)
(95%,86%,98%)

RGB channels and saturation

R 242 of 255 = 95%
G 219 of 255 = 86%
B 249 of 255 = 98%

242
219
249

R + G + B ~ 93%. #F2DBF9 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 219 + 249 = 710 (100%)
R 242 of 710 ~ 34.08%
G 219 of 710 ~ 30.85%
B 249 of 710 ~ 35.07%

%34.08
%30.85
%35.07

CMYK color model

#F2DBF9 color CMYK value is (3,12,0,2).

  • cyan value is 2.81%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(3,12,0,2)
C3M12Y0K2 
(3%,12%,0%,2%)
(0.03/0.12/0.00/0.02)	

CMYK percentages

%2.81
%12.05
%0
%2.35

Codes

Color #F2DBF9 in popluar color models

F2DBF9
RGB242219249
HSL286°71.43%91.76%
HSB/HSV286°12.05%97.65%
CMYK2.81%12.05%0.00%
2.35%

Color #F2DBF9 in popluar number systems.

HEXF2DBF9
Decimal242219249
Binary111100101101101111111001
Octal362333371

Shades and tints

Shades of #F2DBF9

#F2DBF9
(242,219,249)
#DCC8E3
(220,200,227)
#C6B5CD
(198,181,205)
#B0A2B7
(176,162,183)
#9A8FA1
(154,143,161)
#847C8B
(132,124,139)
#6E6975
(110,105,117)
#58565F
(88,86,95)
#424349
(66,67,73)
#2C3033
(44,48,51)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #F2DBF9

#F2DBF9
(242,219,249)
#F3DEF9
(243,222,249)
#F4E1F9
(244,225,249)
#F5E4F9
(245,228,249)
#F6E7F9
(246,231,249)
#F7EAF9
(247,234,249)
#F8EDF9
(248,237,249)
#F9F0F9
(249,240,249)
#FAF3F9
(250,243,249)
#FBF6F9
(251,246,249)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2DBF9; }

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

This text font color is #F2DBF9.


Background Color

.myBgColor { background-color: #F2DBF9; }

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

This div background color is #F2DBF9.


Border color

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

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

This div border color is #F2DBF9.


Opacity

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

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

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

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

This text has shadow with #F2DBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2DBF9 on black background.


Color preview on white background

This text has color #F2DBF9 on white background.



Black color preview on #F2DBF9 background

This text has black color on #F2DBF9 background.


White color preview on #F2DBF9 background

This text has white color on #F2DBF9 background.