COLOR #F9C5BD

HEX: #F9C5BD RGB: (249,197,189)

Color info

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

RGB color model

#F9C5BD color RGB value is (249,197,189).

RGB: (249,197,189) (98%, 77%, 74%)

RGB channels and saturation

R 249 of 255 = 98%
G 197 of 255 = 77%
B 189 of 255 = 74%

249
197
189

R + G + B ~ 83%. #F9C5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 197 + 189 = 635 (100%)
R 249 of 635 ~ 39.21%
G 197 of 635 ~ 31.02%
B 189 of 635 ~ 29.76'%

%39.21
%31.02
%29.76

CMYK color model

#F9C5BD color CMYK value is (0,21,24,2).

  • cyan value is 0.00%
  • magenta value is 20.88%
  • yellow value is 24.10%
  • key color value is 2.35%

CMYK: (0,21,24,2)
C0M21Y24K2 (0%, 21%, 24%, 2%)
(0.00 / 0.21 / 0.24 / 0.02)

CMYK percentages

%0
%20.88
%24.1
%2.35

Codes

Color #F9C5BD in popluar color models

F9 C5 BD
RGB 249 197 189
HSL 83.33% 85.88%
HSB/HSV 24.10% 97.65%
CMYK 0.00% 20.88% 24.10%
2.35%

Color #F9C5BD in popluar number systems.

HEX F9 C5 BD
Decimal 249 197 189
Binary 11111001 11000101 10111101
Octal 371 305 275

Shades and tints

Shades of #F9C5BD

#F9C5BD
(249,197,189)
#E3B4AC
(227,180,172)
#CDA39B
(205,163,155)
#B7928A
(183,146,138)
#A18179
(161,129,121)
#8B7068
(139,112,104)
#755F57
(117,95,87)
#5F4E46
(95,78,70)
#493D35
(73,61,53)
#332C24
(51,44,36)
#1D1B13
(29,27,19)
#000000
(0,0,0)

Tints of #F9C5BD

#F9C5BD
(249,197,189)
#F9CAC3
(249,202,195)
#F9CFC9
(249,207,201)
#F9D4CF
(249,212,207)
#F9D9D5
(249,217,213)
#F9DEDB
(249,222,219)
#F9E3E1
(249,227,225)
#F9E8E7
(249,232,231)
#F9EDED
(249,237,237)
#F9F2F3
(249,242,243)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C5BD color. Also use rgb(249,197,189) instead hex code.

Text Font Color

.myTextColor { color: #F9C5BD; }

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

This text font color is #F9C5BD.

Background Color

.myBgColor { background-color: #F9C5BD; }

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

This div background color is #F9C5BD.

Border color

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

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

This div border color is #F9C5BD.

Opacity

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

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

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

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

This text has shadow with #F9C5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C5BD.

Preview

Color preview on black background

This text has color #F9C5BD on black background.


Color preview on white background

This text has color #F9C5BD on white background.


Black color preview on #F9C5BD background

This text has black color on #F9C5BD background.


White color preview on #F9C5BD background

This text has white color on #F9C5BD background.


Related colors

Complementary color

Complementary color for #hex is #063A42.


I love getcolorcode.com

Triadic colors

1 #BDF9C5 and #C5BDF9 with #F9C5BD are triadic colors.

2 #BDC5F9 and #C5F9BD with #F9C5BD are triadic colors.