COLOR #F9C6BE

HEX: #F9C6BE RGB: (249,198,190)

Color info

#F9C6BE contains red, green and blue colors in about the same proportion. Web safe color of #F9C6BE is #FFCCCC (or #FCC).

RGB color model

#F9C6BE color RGB value is (249,198,190).

RGB: (249,198,190) (98%, 78%, 75%)

RGB channels and saturation

R 249 of 255 = 98%
G 198 of 255 = 78%
B 190 of 255 = 75%

249
198
190

R + G + B ~ 84%. #F9C6BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 198 + 190 = 637 (100%)
R 249 of 637 ~ 39.09%
G 198 of 637 ~ 31.08%
B 190 of 637 ~ 29.83'%

%39.09
%31.08
%29.83

CMYK color model

#F9C6BE color CMYK value is (0,20,24,2).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK: (0,20,24,2) C0M20Y24K2 (0%,20%,24%,2%) (0.00/0.20/0.24/0.02) 

CMYK percentages

%0
%20.48
%23.69
%2.35

Codes

Color #F9C6BE in popluar color models

F9 C6 BE
RGB 249 198 190
HSL 83.10% 86.08%
HSB/HSV 23.69% 97.65%
CMYK 0.00% 20.48% 23.69%
2.35%

Color #F9C6BE in popluar number systems.

HEX F9 C6 BE
Decimal 249 198 190
Binary 11111001 11000110 10111110
Octal 371 306 276

Shades and tints

Shades of #F9C6BE

#F9C6BE
(249,198,190)
#E3B4AD
(227,180,173)
#CDA29C
(205,162,156)
#B7908B
(183,144,139)
#A17E7A
(161,126,122)
#8B6C69
(139,108,105)
#755A58
(117,90,88)
#5F4847
(95,72,71)
#493636
(73,54,54)
#332425
(51,36,37)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #F9C6BE

#F9C6BE
(249,198,190)
#F9CBC3
(249,203,195)
#F9D0C8
(249,208,200)
#F9D5CD
(249,213,205)
#F9DAD2
(249,218,210)
#F9DFD7
(249,223,215)
#F9E4DC
(249,228,220)
#F9E9E1
(249,233,225)
#F9EEE6
(249,238,230)
#F9F3EB
(249,243,235)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C6BE; }

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

This text font color is #F9C6BE.

Background Color

.myBgColor { background-color: #F9C6BE; }

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

This div background color is #F9C6BE.

Border color

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

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

This div border color is #F9C6BE.

Opacity

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

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

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

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

This text has shadow with #F9C6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C6BE.

Preview

Color preview on black background

This text has color #F9C6BE on black background.


Color preview on white background

This text has color #F9C6BE on white background.


Black color preview on #F9C6BE background

This text has black color on #F9C6BE background.


White color preview on #F9C6BE background

This text has white color on #F9C6BE background.


Related colors

Complementary color

Complementary color for #hex is #063941.


I love getcolorcode.com

Triadic colors

1 #BEF9C6 and #C6BEF9 with #F9C6BE are triadic colors.

2 #BEC6F9 and #C6F9BE with #F9C6BE are triadic colors.