COLOR #F3D2F2

HEX: #F3D2F2
RGB: (243,210,242)

Color info

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

RGB color model

#F3D2F2 color RGB value is (243,210,242).

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

RGB channels and saturation

R 243 of 255 = 95%
G 210 of 255 = 82%
B 242 of 255 = 95%

243
210
242

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

Portions of RGB colors in percentages

R + G + B =
243 + 210 + 242 = 695 (100%)
R 243 of 695 ~ 34.96%
G 210 of 695 ~ 30.22%
B 242 of 695 ~ 34.82%

%34.96
%30.22
%34.82

CMYK color model

#F3D2F2 color CMYK value is (0,14,0,5).

  • cyan value is 0.00%
  • magenta value is 13.58%
  • yellow value is 0.41%
  • key color value is 4.71%
CMYK:
(0,14,0,5)
C0M14Y0K5 
(0%,14%,0%,5%)
(0.00/0.14/0.00/0.05)	

CMYK percentages

%0
%13.58
%0.41
%4.71

Codes

Color #F3D2F2 in popluar color models

F3D2F2
RGB243210242
HSL302°57.89%88.82%
HSB/HSV302°13.58%95.29%
CMYK0.00%13.58%0.41%
4.71%

Color #F3D2F2 in popluar number systems.

HEXF3D2F2
Decimal243210242
Binary111100111101001011110010
Octal363322362

Shades and tints

Shades of #F3D2F2

#F3D2F2
(243,210,242)
#DDBFDC
(221,191,220)
#C7ACC6
(199,172,198)
#B199B0
(177,153,176)
#9B869A
(155,134,154)
#857384
(133,115,132)
#6F606E
(111,96,110)
#594D58
(89,77,88)
#433A42
(67,58,66)
#2D272C
(45,39,44)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #F3D2F2

#F3D2F2
(243,210,242)
#F4D6F3
(244,214,243)
#F5DAF4
(245,218,244)
#F6DEF5
(246,222,245)
#F7E2F6
(247,226,246)
#F8E6F7
(248,230,247)
#F9EAF8
(249,234,248)
#FAEEF9
(250,238,249)
#FBF2FA
(251,242,250)
#FCF6FB
(252,246,251)
#FDFAFC
(253,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D2F2; }

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

This text font color is #F3D2F2.


Background Color

.myBgColor { background-color: #F3D2F2; }

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

This div background color is #F3D2F2.


Border color

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

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

This div border color is #F3D2F2.


Opacity

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

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

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

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

This text has shadow with #F3D2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D2F2 on black background.


Color preview on white background

This text has color #F3D2F2 on white background.



Black color preview on #F3D2F2 background

This text has black color on #F3D2F2 background.


White color preview on #F3D2F2 background

This text has white color on #F3D2F2 background.