COLOR #F9B4AB

HEX: #F9B4AB
RGB: (249,180,171)

Color info

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

RGB color model

#F9B4AB color RGB value is (249,180,171).

  • red value is 249;
  • green value is 180;
  • blue value is 171.
RGB:
(249,180,171)
(98%,71%,67%)

RGB channels and saturation

R 249 of 255 = 98%
G 180 of 255 = 71%
B 171 of 255 = 67%

249
180
171

R + G + B ~ 79%. #F9B4AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 180 + 171 = 600 (100%)
R 249 of 600 ~ 41.5%
G 180 of 600 ~ 30%
B 171 of 600 ~ 28.5%

%41.5
%30
%28.5

CMYK color model

#F9B4AB color CMYK value is (0,28,31,2).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 31.33%
  • key color value is 2.35%
CMYK:
(0,28,31,2)
C0M28Y31K2 
(0%,28%,31%,2%)
(0.00/0.28/0.31/0.02)	

CMYK percentages

%0
%27.71
%31.33
%2.35

Codes

Color #F9B4AB in popluar color models

F9B4AB
RGB249180171
HSL86.67%82.35%
HSB/HSV31.33%97.65%
CMYK0.00%27.71%31.33%
2.35%

Color #F9B4AB in popluar number systems.

HEXF9B4AB
Decimal249180171
Binary111110011011010010101011
Octal371264253

Shades and tints

Shades of #F9B4AB

#F9B4AB
(249,180,171)
#E3A49C
(227,164,156)
#CD948D
(205,148,141)
#B7847E
(183,132,126)
#A1746F
(161,116,111)
#8B6460
(139,100,96)
#755451
(117,84,81)
#5F4442
(95,68,66)
#493433
(73,52,51)
#332424
(51,36,36)
#1D1415
(29,20,21)
#000000
(0,0,0)

Tints of #F9B4AB

#F9B4AB
(249,180,171)
#F9BAB2
(249,186,178)
#F9C0B9
(249,192,185)
#F9C6C0
(249,198,192)
#F9CCC7
(249,204,199)
#F9D2CE
(249,210,206)
#F9D8D5
(249,216,213)
#F9DEDC
(249,222,220)
#F9E4E3
(249,228,227)
#F9EAEA
(249,234,234)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B4AB color. Also use rgb(249,180,171) instead hex code.

Text Font Color

.myTextColor { color: #F9B4AB; }

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

This text font color is #F9B4AB.


Background Color

.myBgColor { background-color: #F9B4AB; }

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

This div background color is #F9B4AB.


Border color

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

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

This div border color is #F9B4AB.


Opacity

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

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

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

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

This text has shadow with #F9B4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B4AB on black background.


Color preview on white background

This text has color #F9B4AB on white background.



Black color preview on #F9B4AB background

This text has black color on #F9B4AB background.


White color preview on #F9B4AB background

This text has white color on #F9B4AB background.