COLOR #F9C4BF

HEX: #F9C4BF
RGB: (249,196,191)

Color info

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

RGB color model

#F9C4BF color RGB value is (249,196,191).

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

RGB channels and saturation

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

249
196
191

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

Portions of RGB colors in percentages

R + G + B =
249 + 196 + 191 = 636 (100%)
R 249 of 636 ~ 39.15%
G 196 of 636 ~ 30.82%
B 191 of 636 ~ 30.03%

%39.15
%30.82
%30.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.29%
  • 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
%21.29
%23.29
%2.35

Codes

Color #F9C4BF in popluar color models

F9C4BF
RGB249196191
HSL82.86%86.27%
HSB/HSV23.29%97.65%
CMYK0.00%21.29%23.29%
2.35%

Color #F9C4BF in popluar number systems.

HEXF9C4BF
Decimal249196191
Binary111110011100010010111111
Octal371304277

Shades and tints

Shades of #F9C4BF

#F9C4BF
(249,196,191)
#E3B3AE
(227,179,174)
#CDA29D
(205,162,157)
#B7918C
(183,145,140)
#A1807B
(161,128,123)
#8B6F6A
(139,111,106)
#755E59
(117,94,89)
#5F4D48
(95,77,72)
#493C37
(73,60,55)
#332B26
(51,43,38)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #F9C4BF

#F9C4BF
(249,196,191)
#F9C9C4
(249,201,196)
#F9CEC9
(249,206,201)
#F9D3CE
(249,211,206)
#F9D8D3
(249,216,211)
#F9DDD8
(249,221,216)
#F9E2DD
(249,226,221)
#F9E7E2
(249,231,226)
#F9ECE7
(249,236,231)
#F9F1EC
(249,241,236)
#F9F6F1
(249,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C4BF; }

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

This text font color is #F9C4BF.


Background Color

.myBgColor { background-color: #F9C4BF; }

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

This div background color is #F9C4BF.


Border color

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

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

This div border color is #F9C4BF.


Opacity

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

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

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

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

This text has shadow with #F9C4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C4BF on black background.


Color preview on white background

This text has color #F9C4BF on white background.



Black color preview on #F9C4BF background

This text has black color on #F9C4BF background.


White color preview on #F9C4BF background

This text has white color on #F9C4BF background.