COLOR #F9C5BF

HEX: #F9C5BF
RGB: (249,197,191)

Color info

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

RGB color model

#F9C5BF color RGB value is (249,197,191).

  • red value is 249;
  • green value is 197;
  • blue value is 191.
RGB:
(249,197,191)
(98%,77%,75%)

RGB channels and saturation

R 249 of 255 = 98%
G 197 of 255 = 77%
B 191 of 255 = 75%

249
197
191

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

Portions of RGB colors in percentages

R + G + B =
249 + 197 + 191 = 637 (100%)
R 249 of 637 ~ 39.09%
G 197 of 637 ~ 30.93%
B 191 of 637 ~ 29.98%

%39.09
%30.93
%29.98

CMYK color model

#F9C5BF color CMYK value is (0,21,23,2).

  • cyan value is 0.00%
  • magenta value is 20.88%
  • yellow value is 23.29%
  • key color value is 2.35%
CMYK:
(0,21,23,2)
C0M21Y23K2 
(0%,21%,23%,2%)
(0.00/0.21/0.23/0.02)	

CMYK percentages

%0
%20.88
%23.29
%2.35

Codes

Color #F9C5BF in popluar color models

F9C5BF
RGB249197191
HSL82.86%86.27%
HSB/HSV23.29%97.65%
CMYK0.00%20.88%23.29%
2.35%

Color #F9C5BF in popluar number systems.

HEXF9C5BF
Decimal249197191
Binary111110011100010110111111
Octal371305277

Shades and tints

Shades of #F9C5BF

#F9C5BF
(249,197,191)
#E3B4AE
(227,180,174)
#CDA39D
(205,163,157)
#B7928C
(183,146,140)
#A1817B
(161,129,123)
#8B706A
(139,112,106)
#755F59
(117,95,89)
#5F4E48
(95,78,72)
#493D37
(73,61,55)
#332C26
(51,44,38)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #F9C5BF

#F9C5BF
(249,197,191)
#F9CAC4
(249,202,196)
#F9CFC9
(249,207,201)
#F9D4CE
(249,212,206)
#F9D9D3
(249,217,211)
#F9DED8
(249,222,216)
#F9E3DD
(249,227,221)
#F9E8E2
(249,232,226)
#F9EDE7
(249,237,231)
#F9F2EC
(249,242,236)
#F9F7F1
(249,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C5BF; }

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

This text font color is #F9C5BF.


Background Color

.myBgColor { background-color: #F9C5BF; }

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

This div background color is #F9C5BF.


Border color

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

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

This div border color is #F9C5BF.


Opacity

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

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

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

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

This text has shadow with #F9C5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C5BF on black background.


Color preview on white background

This text has color #F9C5BF on white background.



Black color preview on #F9C5BF background

This text has black color on #F9C5BF background.


White color preview on #F9C5BF background

This text has white color on #F9C5BF background.