COLOR #F9B5D2

HEX: #F9B5D2
RGB: (249,181,210)

Color info

#F9B5D2 contains mainly red and blue colors. Web safe color of #F9B5D2 is #FFCCCC (or #FCC).

RGB color model

#F9B5D2 color RGB value is (249,181,210).

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

RGB channels and saturation

R 249 of 255 = 98%
G 181 of 255 = 71%
B 210 of 255 = 82%

249
181
210

R + G + B ~ 84%. #F9B5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 181 + 210 = 640 (100%)
R 249 of 640 ~ 38.91%
G 181 of 640 ~ 28.28%
B 210 of 640 ~ 32.81%

%38.91
%28.28
%32.81

CMYK color model

#F9B5D2 color CMYK value is (0,27,16,2).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 15.66%
  • key color value is 2.35%
CMYK:
(0,27,16,2)
C0M27Y16K2 
(0%,27%,16%,2%)
(0.00/0.27/0.16/0.02)	

CMYK percentages

%0
%27.31
%15.66
%2.35

Codes

Color #F9B5D2 in popluar color models

F9B5D2
RGB249181210
HSL334°85.00%84.31%
HSB/HSV334°27.31%97.65%
CMYK0.00%27.31%15.66%
2.35%

Color #F9B5D2 in popluar number systems.

HEXF9B5D2
Decimal249181210
Binary111110011011010111010010
Octal371265322

Shades and tints

Shades of #F9B5D2

#F9B5D2
(249,181,210)
#E3A5BF
(227,165,191)
#CD95AC
(205,149,172)
#B78599
(183,133,153)
#A17586
(161,117,134)
#8B6573
(139,101,115)
#755560
(117,85,96)
#5F454D
(95,69,77)
#49353A
(73,53,58)
#332527
(51,37,39)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #F9B5D2

#F9B5D2
(249,181,210)
#F9BBD6
(249,187,214)
#F9C1DA
(249,193,218)
#F9C7DE
(249,199,222)
#F9CDE2
(249,205,226)
#F9D3E6
(249,211,230)
#F9D9EA
(249,217,234)
#F9DFEE
(249,223,238)
#F9E5F2
(249,229,242)
#F9EBF6
(249,235,246)
#F9F1FA
(249,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B5D2; }

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

This text font color is #F9B5D2.


Background Color

.myBgColor { background-color: #F9B5D2; }

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

This div background color is #F9B5D2.


Border color

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

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

This div border color is #F9B5D2.


Opacity

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

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

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

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

This text has shadow with #F9B5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B5D2 on black background.


Color preview on white background

This text has color #F9B5D2 on white background.



Black color preview on #F9B5D2 background

This text has black color on #F9B5D2 background.


White color preview on #F9B5D2 background

This text has white color on #F9B5D2 background.