COLOR #F9B898

HEX: #F9B898
RGB: (249,184,152)

Color info

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

RGB color model

#F9B898 color RGB value is (249,184,152).

  • red value is 249;
  • green value is 184;
  • blue value is 152.
RGB:
(249,184,152)
(98%,72%,60%)

RGB channels and saturation

R 249 of 255 = 98%
G 184 of 255 = 72%
B 152 of 255 = 60%

249
184
152

R + G + B ~ 77%. #F9B898 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 184 + 152 = 585 (100%)
R 249 of 585 ~ 42.56%
G 184 of 585 ~ 31.45%
B 152 of 585 ~ 25.98%

%42.56
%31.45
%25.98

CMYK color model

#F9B898 color CMYK value is (0,26,39,2).

  • cyan value is 0.00%
  • magenta value is 26.10%
  • yellow value is 38.96%
  • key color value is 2.35%
CMYK:
(0,26,39,2)
C0M26Y39K2 
(0%,26%,39%,2%)
(0.00/0.26/0.39/0.02)	

CMYK percentages

%0
%26.1
%38.96
%2.35

Codes

Color #F9B898 in popluar color models

F9B898
RGB249184152
HSL20°88.99%78.63%
HSB/HSV20°38.96%97.65%
CMYK0.00%26.10%38.96%
2.35%

Color #F9B898 in popluar number systems.

HEXF9B898
Decimal249184152
Binary111110011011100010011000
Octal371270230

Shades and tints

Shades of #F9B898

#F9B898
(249,184,152)
#E3A88B
(227,168,139)
#CD987E
(205,152,126)
#B78871
(183,136,113)
#A17864
(161,120,100)
#8B6857
(139,104,87)
#75584A
(117,88,74)
#5F483D
(95,72,61)
#493830
(73,56,48)
#332823
(51,40,35)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #F9B898

#F9B898
(249,184,152)
#F9BEA1
(249,190,161)
#F9C4AA
(249,196,170)
#F9CAB3
(249,202,179)
#F9D0BC
(249,208,188)
#F9D6C5
(249,214,197)
#F9DCCE
(249,220,206)
#F9E2D7
(249,226,215)
#F9E8E0
(249,232,224)
#F9EEE9
(249,238,233)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9B898; }

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

This text font color is #F9B898.


Background Color

.myBgColor { background-color: #F9B898; }

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

This div background color is #F9B898.


Border color

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

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

This div border color is #F9B898.


Opacity

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

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

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

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

This text has shadow with #F9B898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B898 on black background.


Color preview on white background

This text has color #F9B898 on white background.



Black color preview on #F9B898 background

This text has black color on #F9B898 background.


White color preview on #F9B898 background

This text has white color on #F9B898 background.