COLOR #F3B0FD

HEX: #F3B0FD RGB: (243,176,253)

Color info

#F3B0FD contains mainly red and blue colors. Web safe color of #F3B0FD is #FF99FF (or #F9F).

RGB color model

#F3B0FD color RGB value is (243,176,253).

RGB: (243,176,253) (95%, 69%, 99%)

RGB channels and saturation

R 243 of 255 = 95%
G 176 of 255 = 69%
B 253 of 255 = 99%

243
176
253

R + G + B ~ 88%. #F3B0FD is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 176 + 253 = 672 (100%)
R 243 of 672 ~ 36.16%
G 176 of 672 ~ 26.19%
B 253 of 672 ~ 37.65'%

%36.16
%26.19
%37.65

CMYK color model

#F3B0FD color CMYK value is (4,30,0,1).

  • cyan value is 3.95%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (4,30,0,1)
C4M30Y0K1 (4%, 30%, 0%, 1%)
(0.04 / 0.30 / 0.00 / 0.01)

CMYK percentages

%3.95
%30.43
%0
%0.78

Codes

Color #F3B0FD in popluar color models

F3 B0 FD
RGB 243 176 253
HSL 292° 95.06% 84.12%
HSB/HSV 292° 30.43% 99.22%
CMYK 3.95% 30.43% 0.00%
0.78%

Color #F3B0FD in popluar number systems.

HEX F3 B0 FD
Decimal 243 176 253
Binary 11110011 10110000 11111101
Octal 363 260 375

Shades and tints

Shades of #F3B0FD

#F3B0FD
(243,176,253)
#DDA0E6
(221,160,230)
#C790CF
(199,144,207)
#B180B8
(177,128,184)
#9B70A1
(155,112,161)
#85608A
(133,96,138)
#6F5073
(111,80,115)
#59405C
(89,64,92)
#433045
(67,48,69)
#2D202E
(45,32,46)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #F3B0FD

#F3B0FD
(243,176,253)
#F4B7FD
(244,183,253)
#F5BEFD
(245,190,253)
#F6C5FD
(246,197,253)
#F7CCFD
(247,204,253)
#F8D3FD
(248,211,253)
#F9DAFD
(249,218,253)
#FAE1FD
(250,225,253)
#FBE8FD
(251,232,253)
#FCEFFD
(252,239,253)
#FDF6FD
(253,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B0FD color. Also use rgb(243,176,253) instead hex code.

Text Font Color

.myTextColor { color: #F3B0FD; }

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

This text font color is #F3B0FD.

Background Color

.myBgColor { background-color: #F3B0FD; }

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

This div background color is #F3B0FD.

Border color

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

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

This div border color is #F3B0FD.

Opacity

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

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

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

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

This text has shadow with #F3B0FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3B0FD.

Preview

Color preview on black background

This text has color #F3B0FD on black background.


Color preview on white background

This text has color #F3B0FD on white background.


Black color preview on #F3B0FD background

This text has black color on #F3B0FD background.


White color preview on #F3B0FD background

This text has white color on #F3B0FD background.


Related colors

Complementary color

Complementary color for #hex is #0C4F02.


I love getcolorcode.com

Triadic colors

1 #FDF3B0 and #B0FDF3 with #F3B0FD are triadic colors.

2 #FDB0F3 and #B0F3FD with #F3B0FD are triadic colors.