COLOR #F9BFD2

HEX: #F9BFD2
RGB: (249,191,210)

Color info

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

RGB color model

#F9BFD2 color RGB value is (249,191,210).

  • red value is 249;
  • green value is 191;
  • blue value is 210.
RGB:
(249,191,210)
(98%,75%,82%)

RGB channels and saturation

R 249 of 255 = 98%
G 191 of 255 = 75%
B 210 of 255 = 82%

249
191
210

R + G + B ~ 85%. #F9BFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 191 + 210 = 650 (100%)
R 249 of 650 ~ 38.31%
G 191 of 650 ~ 29.38%
B 210 of 650 ~ 32.31%

%38.31
%29.38
%32.31

CMYK color model

#F9BFD2 color CMYK value is (0,23,16,2).

  • cyan value is 0.00%
  • magenta value is 23.29%
  • yellow value is 15.66%
  • key color value is 2.35%
CMYK:
(0,23,16,2)
C0M23Y16K2 
(0%,23%,16%,2%)
(0.00/0.23/0.16/0.02)	

CMYK percentages

%0
%23.29
%15.66
%2.35

Codes

Color #F9BFD2 in popluar color models

F9BFD2
RGB249191210
HSL340°82.86%86.27%
HSB/HSV340°23.29%97.65%
CMYK0.00%23.29%15.66%
2.35%

Color #F9BFD2 in popluar number systems.

HEXF9BFD2
Decimal249191210
Binary111110011011111111010010
Octal371277322

Shades and tints

Shades of #F9BFD2

#F9BFD2
(249,191,210)
#E3AEBF
(227,174,191)
#CD9DAC
(205,157,172)
#B78C99
(183,140,153)
#A17B86
(161,123,134)
#8B6A73
(139,106,115)
#755960
(117,89,96)
#5F484D
(95,72,77)
#49373A
(73,55,58)
#332627
(51,38,39)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #F9BFD2

#F9BFD2
(249,191,210)
#F9C4D6
(249,196,214)
#F9C9DA
(249,201,218)
#F9CEDE
(249,206,222)
#F9D3E2
(249,211,226)
#F9D8E6
(249,216,230)
#F9DDEA
(249,221,234)
#F9E2EE
(249,226,238)
#F9E7F2
(249,231,242)
#F9ECF6
(249,236,246)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9BFD2; }

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

This text font color is #F9BFD2.


Background Color

.myBgColor { background-color: #F9BFD2; }

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

This div background color is #F9BFD2.


Border color

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

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

This div border color is #F9BFD2.


Opacity

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

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

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

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

This text has shadow with #F9BFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BFD2 on black background.


Color preview on white background

This text has color #F9BFD2 on white background.



Black color preview on #F9BFD2 background

This text has black color on #F9BFD2 background.


White color preview on #F9BFD2 background

This text has white color on #F9BFD2 background.