COLOR #F3B7ED

HEX: #F3B7ED RGB: (243,183,237)

Color info

#F3B7ED contains mainly red and blue colors. Web safe color of #F3B7ED is #FFCCFF (or #FCF).

RGB color model

#F3B7ED color RGB value is (243,183,237).

RGB: (243,183,237) (95%, 72%, 93%)

RGB channels and saturation

R 243 of 255 = 95%
G 183 of 255 = 72%
B 237 of 255 = 93%

243
183
237

R + G + B ~ 87%. #F3B7ED is light color.

Portions of RGB colors in percentages

R + G + B = 243 + 183 + 237 = 663 (100%)
R 243 of 663 ~ 36.65%
G 183 of 663 ~ 27.6%
B 237 of 663 ~ 35.75'%

%36.65
%27.6
%35.75

CMYK color model

#F3B7ED color CMYK value is (0,25,2,5).

  • cyan value is 0.00%
  • magenta value is 24.69%
  • yellow value is 2.47%
  • key color value is 4.71%

CMYK: (0,25,2,5)
C0M25Y2K5 (0%, 25%, 2%, 5%)
(0.00 / 0.25 / 0.02 / 0.05)

CMYK percentages

%0
%24.69
%2.47
%4.71

Codes

Color #F3B7ED in popluar color models

F3 B7 ED
RGB 243 183 237
HSL 306° 71.43% 83.53%
HSB/HSV 306° 24.69% 95.29%
CMYK 0.00% 24.69% 2.47%
4.71%

Color #F3B7ED in popluar number systems.

HEX F3 B7 ED
Decimal 243 183 237
Binary 11110011 10110111 11101101
Octal 363 267 355

Shades and tints

Shades of #F3B7ED

#F3B7ED
(243,183,237)
#DDA7D8
(221,167,216)
#C797C3
(199,151,195)
#B187AE
(177,135,174)
#9B7799
(155,119,153)
#856784
(133,103,132)
#6F576F
(111,87,111)
#59475A
(89,71,90)
#433745
(67,55,69)
#2D2730
(45,39,48)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #F3B7ED

#F3B7ED
(243,183,237)
#F4BDEE
(244,189,238)
#F5C3EF
(245,195,239)
#F6C9F0
(246,201,240)
#F7CFF1
(247,207,241)
#F8D5F2
(248,213,242)
#F9DBF3
(249,219,243)
#FAE1F4
(250,225,244)
#FBE7F5
(251,231,245)
#FCEDF6
(252,237,246)
#FDF3F7
(253,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B7ED color. Also use rgb(243,183,237) instead hex code.

Text Font Color

.myTextColor { color: #F3B7ED; }

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

This text font color is #F3B7ED.

Background Color

.myBgColor { background-color: #F3B7ED; }

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

This div background color is #F3B7ED.

Border color

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

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

This div border color is #F3B7ED.

Opacity

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

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

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

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

This text has shadow with #F3B7ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3B7ED.

Preview

Color preview on black background

This text has color #F3B7ED on black background.


Color preview on white background

This text has color #F3B7ED on white background.


Black color preview on #F3B7ED background

This text has black color on #F3B7ED background.


White color preview on #F3B7ED background

This text has white color on #F3B7ED background.


Related colors

Complementary color

Complementary color for #hex is #0C4812.


I love getcolorcode.com

Triadic colors

1 #EDF3B7 and #B7EDF3 with #F3B7ED are triadic colors.

2 #EDB7F3 and #B7F3ED with #F3B7ED are triadic colors.