COLOR #F4BDF6

HEX: #F4BDF6 RGB: (244,189,246)

Color info

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

RGB color model

#F4BDF6 color RGB value is (244,189,246).

RGB: (244,189,246) (96%, 74%, 96%)

RGB channels and saturation

R 244 of 255 = 96%
G 189 of 255 = 74%
B 246 of 255 = 96%

244
189
246

R + G + B ~ 89%. #F4BDF6 is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 189 + 246 = 679 (100%)
R 244 of 679 ~ 35.94%
G 189 of 679 ~ 27.84%
B 246 of 679 ~ 36.23'%

%35.94
%27.84
%36.23

CMYK color model

#F4BDF6 color CMYK value is (1,23,0,4).

  • cyan value is 0.81%
  • magenta value is 23.17%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (1,23,0,4)
C1M23Y0K4 (1%, 23%, 0%, 4%)
(0.01 / 0.23 / 0.00 / 0.04)

CMYK percentages

%0.81
%23.17
%0
%3.53

Codes

Color #F4BDF6 in popluar color models

F4 BD F6
RGB 244 189 246
HSL 298° 76.00% 85.29%
HSB/HSV 298° 23.17% 96.47%
CMYK 0.81% 23.17% 0.00%
3.53%

Color #F4BDF6 in popluar number systems.

HEX F4 BD F6
Decimal 244 189 246
Binary 11110100 10111101 11110110
Octal 364 275 366

Shades and tints

Shades of #F4BDF6

#F4BDF6
(244,189,246)
#DEACE0
(222,172,224)
#C89BCA
(200,155,202)
#B28AB4
(178,138,180)
#9C799E
(156,121,158)
#866888
(134,104,136)
#705772
(112,87,114)
#5A465C
(90,70,92)
#443546
(68,53,70)
#2E2430
(46,36,48)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #F4BDF6

#F4BDF6
(244,189,246)
#F5C3F6
(245,195,246)
#F6C9F6
(246,201,246)
#F7CFF6
(247,207,246)
#F8D5F6
(248,213,246)
#F9DBF6
(249,219,246)
#FAE1F6
(250,225,246)
#FBE7F6
(251,231,246)
#FCEDF6
(252,237,246)
#FDF3F6
(253,243,246)
#FEF9F6
(254,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4BDF6 color. Also use rgb(244,189,246) instead hex code.

Text Font Color

.myTextColor { color: #F4BDF6; }

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

This text font color is #F4BDF6.

Background Color

.myBgColor { background-color: #F4BDF6; }

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

This div background color is #F4BDF6.

Border color

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

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

This div border color is #F4BDF6.

Opacity

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

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

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

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

This text has shadow with #F4BDF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4BDF6.

Preview

Color preview on black background

This text has color #F4BDF6 on black background.


Color preview on white background

This text has color #F4BDF6 on white background.


Black color preview on #F4BDF6 background

This text has black color on #F4BDF6 background.


White color preview on #F4BDF6 background

This text has white color on #F4BDF6 background.


Related colors

Complementary color

Complementary color for #hex is #0B4209.


I love getcolorcode.com

Triadic colors

1 #F6F4BD and #BDF6F4 with #F4BDF6 are triadic colors.

2 #F6BDF4 and #BDF4F6 with #F4BDF6 are triadic colors.