COLOR #F9B5E5

HEX: #F9B5E5
RGB: (249,181,229)

Color info

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

RGB color model

#F9B5E5 color RGB value is (249,181,229).

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

RGB channels and saturation

R 249 of 255 = 98%
G 181 of 255 = 71%
B 229 of 255 = 90%

249
181
229

R + G + B ~ 86%. #F9B5E5 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 181 + 229 = 659 (100%)
R 249 of 659 ~ 37.78%
G 181 of 659 ~ 27.47%
B 229 of 659 ~ 34.75%

%37.78
%27.47
%34.75

CMYK color model

#F9B5E5 color CMYK value is (0,27,8,2).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 8.03%
  • key color value is 2.35%
CMYK:
(0,27,8,2)
C0M27Y8K2 
(0%,27%,8%,2%)
(0.00/0.27/0.08/0.02)	

CMYK percentages

%0
%27.31
%8.03
%2.35

Codes

Color #F9B5E5 in popluar color models

F9B5E5
RGB249181229
HSL318°85.00%84.31%
HSB/HSV318°27.31%97.65%
CMYK0.00%27.31%8.03%
2.35%

Color #F9B5E5 in popluar number systems.

HEXF9B5E5
Decimal249181229
Binary111110011011010111100101
Octal371265345

Shades and tints

Shades of #F9B5E5

#F9B5E5
(249,181,229)
#E3A5D1
(227,165,209)
#CD95BD
(205,149,189)
#B785A9
(183,133,169)
#A17595
(161,117,149)
#8B6581
(139,101,129)
#75556D
(117,85,109)
#5F4559
(95,69,89)
#493545
(73,53,69)
#332531
(51,37,49)
#1D151D
(29,21,29)
#000000
(0,0,0)

Tints of #F9B5E5

#F9B5E5
(249,181,229)
#F9BBE7
(249,187,231)
#F9C1E9
(249,193,233)
#F9C7EB
(249,199,235)
#F9CDED
(249,205,237)
#F9D3EF
(249,211,239)
#F9D9F1
(249,217,241)
#F9DFF3
(249,223,243)
#F9E5F5
(249,229,245)
#F9EBF7
(249,235,247)
#F9F1F9
(249,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B5E5; }

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

This text font color is #F9B5E5.


Background Color

.myBgColor { background-color: #F9B5E5; }

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

This div background color is #F9B5E5.


Border color

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

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

This div border color is #F9B5E5.


Opacity

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

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

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

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

This text has shadow with #F9B5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B5E5 on black background.


Color preview on white background

This text has color #F9B5E5 on white background.



Black color preview on #F9B5E5 background

This text has black color on #F9B5E5 background.


White color preview on #F9B5E5 background

This text has white color on #F9B5E5 background.