COLOR #F9C6B4

HEX: #F9C6B4 RGB: (249,198,180)

Color info

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

RGB color model

#F9C6B4 color RGB value is (249,198,180).

RGB: (249,198,180) (98%, 78%, 71%)

RGB channels and saturation

R 249 of 255 = 98%
G 198 of 255 = 78%
B 180 of 255 = 71%

249
198
180

R + G + B ~ 82%. #F9C6B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 198 + 180 = 627 (100%)
R 249 of 627 ~ 39.71%
G 198 of 627 ~ 31.58%
B 180 of 627 ~ 28.71'%

%39.71
%31.58
%28.71

CMYK color model

#F9C6B4 color CMYK value is (0,20,28,2).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 27.71%
  • key color value is 2.35%

CMYK: (0,20,28,2)
C0M20Y28K2 (0%, 20%, 28%, 2%)
(0.00 / 0.20 / 0.28 / 0.02)

CMYK percentages

%0
%20.48
%27.71
%2.35

Codes

Color #F9C6B4 in popluar color models

F9 C6 B4
RGB 249 198 180
HSL 16° 85.19% 84.12%
HSB/HSV 16° 27.71% 97.65%
CMYK 0.00% 20.48% 27.71%
2.35%

Color #F9C6B4 in popluar number systems.

HEX F9 C6 B4
Decimal 249 198 180
Binary 11111001 11000110 10110100
Octal 371 306 264

Shades and tints

Shades of #F9C6B4

#F9C6B4
(249,198,180)
#E3B4A4
(227,180,164)
#CDA294
(205,162,148)
#B79084
(183,144,132)
#A17E74
(161,126,116)
#8B6C64
(139,108,100)
#755A54
(117,90,84)
#5F4844
(95,72,68)
#493634
(73,54,52)
#332424
(51,36,36)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #F9C6B4

#F9C6B4
(249,198,180)
#F9CBBA
(249,203,186)
#F9D0C0
(249,208,192)
#F9D5C6
(249,213,198)
#F9DACC
(249,218,204)
#F9DFD2
(249,223,210)
#F9E4D8
(249,228,216)
#F9E9DE
(249,233,222)
#F9EEE4
(249,238,228)
#F9F3EA
(249,243,234)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C6B4; }

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

This text font color is #F9C6B4.

Background Color

.myBgColor { background-color: #F9C6B4; }

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

This div background color is #F9C6B4.

Border color

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

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

This div border color is #F9C6B4.

Opacity

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

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

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

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

This text has shadow with #F9C6B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C6B4.

Preview

Color preview on black background

This text has color #F9C6B4 on black background.


Color preview on white background

This text has color #F9C6B4 on white background.


Black color preview on #F9C6B4 background

This text has black color on #F9C6B4 background.


White color preview on #F9C6B4 background

This text has white color on #F9C6B4 background.


Related colors

Complementary color

Complementary color for #hex is #06394B.


I love getcolorcode.com

Triadic colors

1 #B4F9C6 and #C6B4F9 with #F9C6B4 are triadic colors.

2 #B4C6F9 and #C6F9B4 with #F9C6B4 are triadic colors.