COLOR #F3DAEF

HEX: #F3DAEF
RGB: (243,218,239)

Color info

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

RGB color model

#F3DAEF color RGB value is (243,218,239).

  • red value is 243;
  • green value is 218;
  • blue value is 239.
RGB:
(243,218,239)
(95%,85%,94%)

RGB channels and saturation

R 243 of 255 = 95%
G 218 of 255 = 85%
B 239 of 255 = 94%

243
218
239

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

Portions of RGB colors in percentages

R + G + B =
243 + 218 + 239 = 700 (100%)
R 243 of 700 ~ 34.71%
G 218 of 700 ~ 31.14%
B 239 of 700 ~ 34.14%

%34.71
%31.14
%34.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.29%
  • yellow value is 1.65%
  • key color value is 4.71%
CMYK:
(0,10,2,5)
C0M10Y2K5 
(0%,10%,2%,5%)
(0.00/0.10/0.02/0.05)	

CMYK percentages

%0
%10.29
%1.65
%4.71

Codes

Color #F3DAEF in popluar color models

F3DAEF
RGB243218239
HSL310°51.02%90.39%
HSB/HSV310°10.29%95.29%
CMYK0.00%10.29%1.65%
4.71%

Color #F3DAEF in popluar number systems.

HEXF3DAEF
Decimal243218239
Binary111100111101101011101111
Octal363332357

Shades and tints

Shades of #F3DAEF

#F3DAEF
(243,218,239)
#DDC7DA
(221,199,218)
#C7B4C5
(199,180,197)
#B1A1B0
(177,161,176)
#9B8E9B
(155,142,155)
#857B86
(133,123,134)
#6F6871
(111,104,113)
#59555C
(89,85,92)
#434247
(67,66,71)
#2D2F32
(45,47,50)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #F3DAEF

#F3DAEF
(243,218,239)
#F4DDF0
(244,221,240)
#F5E0F1
(245,224,241)
#F6E3F2
(246,227,242)
#F7E6F3
(247,230,243)
#F8E9F4
(248,233,244)
#F9ECF5
(249,236,245)
#FAEFF6
(250,239,246)
#FBF2F7
(251,242,247)
#FCF5F8
(252,245,248)
#FDF8F9
(253,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3DAEF color. Also use rgb(243,218,239) instead hex code.

Text Font Color

.myTextColor { color: #F3DAEF; }

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

This text font color is #F3DAEF.


Background Color

.myBgColor { background-color: #F3DAEF; }

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

This div background color is #F3DAEF.


Border color

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

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

This div border color is #F3DAEF.


Opacity

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

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

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

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

This text has shadow with #F3DAEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3DAEF on black background.


Color preview on white background

This text has color #F3DAEF on white background.



Black color preview on #F3DAEF background

This text has black color on #F3DAEF background.


White color preview on #F3DAEF background

This text has white color on #F3DAEF background.