COLOR #F9B8A5

HEX: #F9B8A5 RGB: (249,184,165)

Color info

#F9B8A5 contains mainly red color. Web safe color of #F9B8A5 is #FFCC99 (or #FC9).

RGB color model

#F9B8A5 color RGB value is (249,184,165).

RGB: (249,184,165) (98%, 72%, 65%)

RGB channels and saturation

R 249 of 255 = 98%
G 184 of 255 = 72%
B 165 of 255 = 65%

249
184
165

R + G + B ~ 78%. #F9B8A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 184 + 165 = 598 (100%)
R 249 of 598 ~ 41.64%
G 184 of 598 ~ 30.77%
B 165 of 598 ~ 27.59'%

%41.64
%30.77
%27.59

CMYK color model

#F9B8A5 color CMYK value is (0,26,34,2).

  • cyan value is 0.00%
  • magenta value is 26.10%
  • yellow value is 33.73%
  • key color value is 2.35%
CMYK: (0,26,34,2) C0M26Y34K2 (0%,26%,34%,2%) (0.00/0.26/0.34/0.02) 

CMYK percentages

%0
%26.1
%33.73
%2.35

Codes

Color #F9B8A5 in popluar color models

F9 B8 A5
RGB 249 184 165
HSL 14° 87.50% 81.18%
HSB/HSV 14° 33.73% 97.65%
CMYK 0.00% 26.10% 33.73%
2.35%

Color #F9B8A5 in popluar number systems.

HEX F9 B8 A5
Decimal 249 184 165
Binary 11111001 10111000 10100101
Octal 371 270 245

Shades and tints

Shades of #F9B8A5

#F9B8A5
(249,184,165)
#E3A896
(227,168,150)
#CD9887
(205,152,135)
#B78878
(183,136,120)
#A17869
(161,120,105)
#8B685A
(139,104,90)
#75584B
(117,88,75)
#5F483C
(95,72,60)
#49382D
(73,56,45)
#33281E
(51,40,30)
#1D180F
(29,24,15)
#000000
(0,0,0)

Tints of #F9B8A5

#F9B8A5
(249,184,165)
#F9BEAD
(249,190,173)
#F9C4B5
(249,196,181)
#F9CABD
(249,202,189)
#F9D0C5
(249,208,197)
#F9D6CD
(249,214,205)
#F9DCD5
(249,220,213)
#F9E2DD
(249,226,221)
#F9E8E5
(249,232,229)
#F9EEED
(249,238,237)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B8A5 color. Also use rgb(249,184,165) instead hex code.

Text Font Color

.myTextColor { color: #F9B8A5; }

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

This text font color is #F9B8A5.

Background Color

.myBgColor { background-color: #F9B8A5; }

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

This div background color is #F9B8A5.

Border color

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

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

This div border color is #F9B8A5.

Opacity

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

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

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

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

This text has shadow with #F9B8A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9B8A5.

Preview

Color preview on black background

This text has color #F9B8A5 on black background.


Color preview on white background

This text has color #F9B8A5 on white background.


Black color preview on #F9B8A5 background

This text has black color on #F9B8A5 background.


White color preview on #F9B8A5 background

This text has white color on #F9B8A5 background.


Related colors

Complementary color

Complementary color for #hex is #06475A.


I love getcolorcode.com

Triadic colors

1 #A5F9B8 and #B8A5F9 with #F9B8A5 are triadic colors.

2 #A5B8F9 and #B8F9A5 with #F9B8A5 are triadic colors.