COLOR #F9BDE7

HEX: #F9BDE7 RGB: (249,189,231)

Color info

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

RGB color model

#F9BDE7 color RGB value is (249,189,231).

RGB: (249,189,231) (98%, 74%, 91%)

RGB channels and saturation

R 249 of 255 = 98%
G 189 of 255 = 74%
B 231 of 255 = 91%

249
189
231

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

Portions of RGB colors in percentages

R + G + B = 249 + 189 + 231 = 669 (100%)
R 249 of 669 ~ 37.22%
G 189 of 669 ~ 28.25%
B 231 of 669 ~ 34.53'%

%37.22
%28.25
%34.53

CMYK color model

#F9BDE7 color CMYK value is (0,24,7,2).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 7.23%
  • key color value is 2.35%

CMYK: (0,24,7,2)
C0M24Y7K2 (0%, 24%, 7%, 2%)
(0.00 / 0.24 / 0.07 / 0.02)

CMYK percentages

%0
%24.1
%7.23
%2.35

Codes

Color #F9BDE7 in popluar color models

F9 BD E7
RGB 249 189 231
HSL 318° 83.33% 85.88%
HSB/HSV 318° 24.10% 97.65%
CMYK 0.00% 24.10% 7.23%
2.35%

Color #F9BDE7 in popluar number systems.

HEX F9 BD E7
Decimal 249 189 231
Binary 11111001 10111101 11100111
Octal 371 275 347

Shades and tints

Shades of #F9BDE7

#F9BDE7
(249,189,231)
#E3ACD2
(227,172,210)
#CD9BBD
(205,155,189)
#B78AA8
(183,138,168)
#A17993
(161,121,147)
#8B687E
(139,104,126)
#755769
(117,87,105)
#5F4654
(95,70,84)
#49353F
(73,53,63)
#33242A
(51,36,42)
#1D1315
(29,19,21)
#000000
(0,0,0)

Tints of #F9BDE7

#F9BDE7
(249,189,231)
#F9C3E9
(249,195,233)
#F9C9EB
(249,201,235)
#F9CFED
(249,207,237)
#F9D5EF
(249,213,239)
#F9DBF1
(249,219,241)
#F9E1F3
(249,225,243)
#F9E7F5
(249,231,245)
#F9EDF7
(249,237,247)
#F9F3F9
(249,243,249)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BDE7 color. Also use rgb(249,189,231) instead hex code.

Text Font Color

.myTextColor { color: #F9BDE7; }

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

This text font color is #F9BDE7.

Background Color

.myBgColor { background-color: #F9BDE7; }

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

This div background color is #F9BDE7.

Border color

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

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

This div border color is #F9BDE7.

Opacity

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

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

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

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

This text has shadow with #F9BDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9BDE7.

Preview

Color preview on black background

This text has color #F9BDE7 on black background.


Color preview on white background

This text has color #F9BDE7 on white background.


Black color preview on #F9BDE7 background

This text has black color on #F9BDE7 background.


White color preview on #F9BDE7 background

This text has white color on #F9BDE7 background.


Related colors

Complementary color

Complementary color for #hex is #064218.


I love getcolorcode.com

Triadic colors

1 #E7F9BD and #BDE7F9 with #F9BDE7 are triadic colors.

2 #E7BDF9 and #BDF9E7 with #F9BDE7 are triadic colors.