COLOR #F9BFDD

HEX: #F9BFDD RGB: (249,191,221)

Color info

#F9BFDD contains red, green and blue colors in about the same proportion. Web safe color of #F9BFDD is #FFCCCC (or #FCC).

RGB color model

#F9BFDD color RGB value is (249,191,221).

RGB: (249,191,221) (98%, 75%, 87%)

RGB channels and saturation

R 249 of 255 = 98%
G 191 of 255 = 75%
B 221 of 255 = 87%

249
191
221

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

Portions of RGB colors in percentages

R + G + B = 249 + 191 + 221 = 661 (100%)
R 249 of 661 ~ 37.67%
G 191 of 661 ~ 28.9%
B 221 of 661 ~ 33.43'%

%37.67
%28.9
%33.43

CMYK color model

#F9BFDD color CMYK value is (0,23,11,2).

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 11.24%
  • key color value is 2.35%

CMYK: (0,23,11,2)
C0M23Y11K2 (0%, 23%, 11%, 2%)
(0.00 / 0.23 / 0.11 / 0.02)

CMYK percentages

%0
%23.29
%11.24
%2.35

Codes

Color #F9BFDD in popluar color models

F9 BF DD
RGB 249 191 221
HSL 329° 82.86% 86.27%
HSB/HSV 329° 23.29% 97.65%
CMYK 0.00% 23.29% 11.24%
2.35%

Color #F9BFDD in popluar number systems.

HEX F9 BF DD
Decimal 249 191 221
Binary 11111001 10111111 11011101
Octal 371 277 335

Shades and tints

Shades of #F9BFDD

#F9BFDD
(249,191,221)
#E3AEC9
(227,174,201)
#CD9DB5
(205,157,181)
#B78CA1
(183,140,161)
#A17B8D
(161,123,141)
#8B6A79
(139,106,121)
#755965
(117,89,101)
#5F4851
(95,72,81)
#49373D
(73,55,61)
#332629
(51,38,41)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #F9BFDD

#F9BFDD
(249,191,221)
#F9C4E0
(249,196,224)
#F9C9E3
(249,201,227)
#F9CEE6
(249,206,230)
#F9D3E9
(249,211,233)
#F9D8EC
(249,216,236)
#F9DDEF
(249,221,239)
#F9E2F2
(249,226,242)
#F9E7F5
(249,231,245)
#F9ECF8
(249,236,248)
#F9F1FB
(249,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BFDD color. Also use rgb(249,191,221) instead hex code.

Text Font Color

.myTextColor { color: #F9BFDD; }

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

This text font color is #F9BFDD.

Background Color

.myBgColor { background-color: #F9BFDD; }

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

This div background color is #F9BFDD.

Border color

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

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

This div border color is #F9BFDD.

Opacity

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

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

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

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

This text has shadow with #F9BFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9BFDD.

Preview

Color preview on black background

This text has color #F9BFDD on black background.


Color preview on white background

This text has color #F9BFDD on white background.


Black color preview on #F9BFDD background

This text has black color on #F9BFDD background.


White color preview on #F9BFDD background

This text has white color on #F9BFDD background.


Related colors

Complementary color

Complementary color for #hex is #064022.


I love getcolorcode.com

Triadic colors

1 #DDF9BF and #BFDDF9 with #F9BFDD are triadic colors.

2 #DDBFF9 and #BFF9DD with #F9BFDD are triadic colors.