COLOR #F4B9A9

HEX: #F4B9A9 RGB: (244,185,169)

Color info

#F4B9A9 contains mainly red and green colors. Web safe color of #F4B9A9 is #FFCC99 (or #FC9).

RGB color model

#F4B9A9 color RGB value is (244,185,169).

RGB: (244,185,169) (96%, 73%, 66%)

RGB channels and saturation

R 244 of 255 = 96%
G 185 of 255 = 73%
B 169 of 255 = 66%

244
185
169

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

Portions of RGB colors in percentages

R + G + B = 244 + 185 + 169 = 598 (100%)
R 244 of 598 ~ 40.8%
G 185 of 598 ~ 30.94%
B 169 of 598 ~ 28.26'%

%40.8
%30.94
%28.26

CMYK color model

#F4B9A9 color CMYK value is (0,24,31,4).

  • cyan value is 0.00%
  • magenta value is 24.18%
  • yellow value is 30.74%
  • key color value is 4.31%

CMYK: (0,24,31,4)
C0M24Y31K4 (0%, 24%, 31%, 4%)
(0.00 / 0.24 / 0.31 / 0.04)

CMYK percentages

%0
%24.18
%30.74
%4.31

Codes

Color #F4B9A9 in popluar color models

F4 B9 A9
RGB 244 185 169
HSL 13° 77.32% 80.98%
HSB/HSV 13° 30.74% 95.69%
CMYK 0.00% 24.18% 30.74%
4.31%

Color #F4B9A9 in popluar number systems.

HEX F4 B9 A9
Decimal 244 185 169
Binary 11110100 10111001 10101001
Octal 364 271 251

Shades and tints

Shades of #F4B9A9

#F4B9A9
(244,185,169)
#DEA99A
(222,169,154)
#C8998B
(200,153,139)
#B2897C
(178,137,124)
#9C796D
(156,121,109)
#86695E
(134,105,94)
#70594F
(112,89,79)
#5A4940
(90,73,64)
#443931
(68,57,49)
#2E2922
(46,41,34)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #F4B9A9

#F4B9A9
(244,185,169)
#F5BFB0
(245,191,176)
#F6C5B7
(246,197,183)
#F7CBBE
(247,203,190)
#F8D1C5
(248,209,197)
#F9D7CC
(249,215,204)
#FADDD3
(250,221,211)
#FBE3DA
(251,227,218)
#FCE9E1
(252,233,225)
#FDEFE8
(253,239,232)
#FEF5EF
(254,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4B9A9 color. Also use rgb(244,185,169) instead hex code.

Text Font Color

.myTextColor { color: #F4B9A9; }

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

This text font color is #F4B9A9.

Background Color

.myBgColor { background-color: #F4B9A9; }

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

This div background color is #F4B9A9.

Border color

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

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

This div border color is #F4B9A9.

Opacity

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

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

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

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

This text has shadow with #F4B9A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4B9A9.

Preview

Color preview on black background

This text has color #F4B9A9 on black background.


Color preview on white background

This text has color #F4B9A9 on white background.


Black color preview on #F4B9A9 background

This text has black color on #F4B9A9 background.


White color preview on #F4B9A9 background

This text has white color on #F4B9A9 background.


Related colors

Complementary color

Complementary color for #hex is #0B4656.


I love getcolorcode.com

Triadic colors

1 #A9F4B9 and #B9A9F4 with #F4B9A9 are triadic colors.

2 #A9B9F4 and #B9F4A9 with #F4B9A9 are triadic colors.