COLOR #F3D4FB

HEX: #F3D4FB
RGB: (243,212,251)

Color info

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

RGB color model

#F3D4FB color RGB value is (243,212,251).

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

RGB channels and saturation

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

243
212
251

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

Portions of RGB colors in percentages

R + G + B =
243 + 212 + 251 = 706 (100%)
R 243 of 706 ~ 34.42%
G 212 of 706 ~ 30.03%
B 251 of 706 ~ 35.55%

%34.42
%30.03
%35.55

CMYK color model

#F3D4FB color CMYK value is (3,16,0,2).

  • cyan value is 3.19%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(3,16,0,2)
C3M16Y0K2 
(3%,16%,0%,2%)
(0.03/0.16/0.00/0.02)	

CMYK percentages

%3.19
%15.54
%0
%1.57

Codes

Color #F3D4FB in popluar color models

F3D4FB
RGB243212251
HSL288°82.98%90.78%
HSB/HSV288°15.54%98.43%
CMYK3.19%15.54%0.00%
1.57%

Color #F3D4FB in popluar number systems.

HEXF3D4FB
Decimal243212251
Binary111100111101010011111011
Octal363324373

Shades and tints

Shades of #F3D4FB

#F3D4FB
(243,212,251)
#DDC1E5
(221,193,229)
#C7AECF
(199,174,207)
#B19BB9
(177,155,185)
#9B88A3
(155,136,163)
#85758D
(133,117,141)
#6F6277
(111,98,119)
#594F61
(89,79,97)
#433C4B
(67,60,75)
#2D2935
(45,41,53)
#17161F
(23,22,31)
#000000
(0,0,0)

Tints of #F3D4FB

#F3D4FB
(243,212,251)
#F4D7FB
(244,215,251)
#F5DAFB
(245,218,251)
#F6DDFB
(246,221,251)
#F7E0FB
(247,224,251)
#F8E3FB
(248,227,251)
#F9E6FB
(249,230,251)
#FAE9FB
(250,233,251)
#FBECFB
(251,236,251)
#FCEFFB
(252,239,251)
#FDF2FB
(253,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F3D4FB; }

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

This text font color is #F3D4FB.


Background Color

.myBgColor { background-color: #F3D4FB; }

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

This div background color is #F3D4FB.


Border color

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

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

This div border color is #F3D4FB.


Opacity

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

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

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

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

This text has shadow with #F3D4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3D4FB on black background.


Color preview on white background

This text has color #F3D4FB on white background.



Black color preview on #F3D4FB background

This text has black color on #F3D4FB background.


White color preview on #F3D4FB background

This text has white color on #F3D4FB background.