COLOR #F3D3F2

HEX: #F3D3F2
RGB: (243,211,242)

Color info

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

RGB color model

#F3D3F2 color RGB value is (243,211,242).

  • red value is 243;
  • green value is 211;
  • blue value is 242.
RGB:
(243,211,242)
(95%,83%,95%)

RGB channels and saturation

R 243 of 255 = 95%
G 211 of 255 = 83%
B 242 of 255 = 95%

243
211
242

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

Portions of RGB colors in percentages

R + G + B =
243 + 211 + 242 = 696 (100%)
R 243 of 696 ~ 34.91%
G 211 of 696 ~ 30.32%
B 242 of 696 ~ 34.77%

%34.91
%30.32
%34.77

CMYK color model

#F3D3F2 color CMYK value is (0,13,0,5).

  • cyan value is 0.00%
  • magenta value is 13.17%
  • yellow value is 0.41%
  • key color value is 4.71%
CMYK:
(0,13,0,5)
C0M13Y0K5 
(0%,13%,0%,5%)
(0.00/0.13/0.00/0.05)	

CMYK percentages

%0
%13.17
%0.41
%4.71

Codes

Color #F3D3F2 in popluar color models

F3D3F2
RGB243211242
HSL302°57.14%89.02%
HSB/HSV302°13.17%95.29%
CMYK0.00%13.17%0.41%
4.71%

Color #F3D3F2 in popluar number systems.

HEXF3D3F2
Decimal243211242
Binary111100111101001111110010
Octal363323362

Shades and tints

Shades of #F3D3F2

#F3D3F2
(243,211,242)
#DDC0DC
(221,192,220)
#C7ADC6
(199,173,198)
#B19AB0
(177,154,176)
#9B879A
(155,135,154)
#857484
(133,116,132)
#6F616E
(111,97,110)
#594E58
(89,78,88)
#433B42
(67,59,66)
#2D282C
(45,40,44)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #F3D3F2

#F3D3F2
(243,211,242)
#F4D7F3
(244,215,243)
#F5DBF4
(245,219,244)
#F6DFF5
(246,223,245)
#F7E3F6
(247,227,246)
#F8E7F7
(248,231,247)
#F9EBF8
(249,235,248)
#FAEFF9
(250,239,249)
#FBF3FA
(251,243,250)
#FCF7FB
(252,247,251)
#FDFBFC
(253,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3D3F2 color. Also use rgb(243,211,242) instead hex code.

Text Font Color

.myTextColor { color: #F3D3F2; }

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

This text font color is #F3D3F2.


Background Color

.myBgColor { background-color: #F3D3F2; }

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

This div background color is #F3D3F2.


Border color

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

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

This div border color is #F3D3F2.


Opacity

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

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

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

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

This text has shadow with #F3D3F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D3F2 on black background.


Color preview on white background

This text has color #F3D3F2 on white background.



Black color preview on #F3D3F2 background

This text has black color on #F3D3F2 background.


White color preview on #F3D3F2 background

This text has white color on #F3D3F2 background.