COLOR #F3D4F9

HEX: #F3D4F9
RGB: (243,212,249)

Color info

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

RGB color model

#F3D4F9 color RGB value is (243,212,249).

  • red value is 243;
  • green value is 212;
  • blue value is 249.
RGB:
(243,212,249)
(95%,83%,98%)

RGB channels and saturation

R 243 of 255 = 95%
G 212 of 255 = 83%
B 249 of 255 = 98%

243
212
249

R + G + B ~ 92%. #F3D4F9 is light color.

Portions of RGB colors in percentages

R + G + B =
243 + 212 + 249 = 704 (100%)
R 243 of 704 ~ 34.52%
G 212 of 704 ~ 30.11%
B 249 of 704 ~ 35.37%

%34.52
%30.11
%35.37

CMYK color model

#F3D4F9 color CMYK value is (2,15,0,2).

  • cyan value is 2.41%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(2,15,0,2)
C2M15Y0K2 
(2%,15%,0%,2%)
(0.02/0.15/0.00/0.02)	

CMYK percentages

%2.41
%14.86
%0
%2.35

Codes

Color #F3D4F9 in popluar color models

F3D4F9
RGB243212249
HSL290°75.51%90.39%
HSB/HSV290°14.86%97.65%
CMYK2.41%14.86%0.00%
2.35%

Color #F3D4F9 in popluar number systems.

HEXF3D4F9
Decimal243212249
Binary111100111101010011111001
Octal363324371

Shades and tints

Shades of #F3D4F9

#F3D4F9
(243,212,249)
#DDC1E3
(221,193,227)
#C7AECD
(199,174,205)
#B19BB7
(177,155,183)
#9B88A1
(155,136,161)
#85758B
(133,117,139)
#6F6275
(111,98,117)
#594F5F
(89,79,95)
#433C49
(67,60,73)
#2D2933
(45,41,51)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #F3D4F9

#F3D4F9
(243,212,249)
#F4D7F9
(244,215,249)
#F5DAF9
(245,218,249)
#F6DDF9
(246,221,249)
#F7E0F9
(247,224,249)
#F8E3F9
(248,227,249)
#F9E6F9
(249,230,249)
#FAE9F9
(250,233,249)
#FBECF9
(251,236,249)
#FCEFF9
(252,239,249)
#FDF2F9
(253,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D4F9 color. Also use rgb(243,212,249) instead hex code.

Text Font Color

.myTextColor { color: #F3D4F9; }

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

This text font color is #F3D4F9.


Background Color

.myBgColor { background-color: #F3D4F9; }

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

This div background color is #F3D4F9.


Border color

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

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

This div border color is #F3D4F9.


Opacity

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

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

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

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

This text has shadow with #F3D4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D4F9 on black background.


Color preview on white background

This text has color #F3D4F9 on white background.



Black color preview on #F3D4F9 background

This text has black color on #F3D4F9 background.


White color preview on #F3D4F9 background

This text has white color on #F3D4F9 background.