COLOR #F9C3B6

HEX: #F9C3B6
RGB: (249,195,182)

Color info

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

RGB color model

#F9C3B6 color RGB value is (249,195,182).

  • red value is 249;
  • green value is 195;
  • blue value is 182.
RGB:
(249,195,182)
(98%,76%,71%)

RGB channels and saturation

R 249 of 255 = 98%
G 195 of 255 = 76%
B 182 of 255 = 71%

249
195
182

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

Portions of RGB colors in percentages

R + G + B =
249 + 195 + 182 = 626 (100%)
R 249 of 626 ~ 39.78%
G 195 of 626 ~ 31.15%
B 182 of 626 ~ 29.07%

%39.78
%31.15
%29.07

CMYK color model

#F9C3B6 color CMYK value is (0,22,27,2).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 26.91%
  • key color value is 2.35%
CMYK:
(0,22,27,2)
C0M22Y27K2 
(0%,22%,27%,2%)
(0.00/0.22/0.27/0.02)	

CMYK percentages

%0
%21.69
%26.91
%2.35

Codes

Color #F9C3B6 in popluar color models

F9C3B6
RGB249195182
HSL12°84.81%84.51%
HSB/HSV12°26.91%97.65%
CMYK0.00%21.69%26.91%
2.35%

Color #F9C3B6 in popluar number systems.

HEXF9C3B6
Decimal249195182
Binary111110011100001110110110
Octal371303266

Shades and tints

Shades of #F9C3B6

#F9C3B6
(249,195,182)
#E3B2A6
(227,178,166)
#CDA196
(205,161,150)
#B79086
(183,144,134)
#A17F76
(161,127,118)
#8B6E66
(139,110,102)
#755D56
(117,93,86)
#5F4C46
(95,76,70)
#493B36
(73,59,54)
#332A26
(51,42,38)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #F9C3B6

#F9C3B6
(249,195,182)
#F9C8BC
(249,200,188)
#F9CDC2
(249,205,194)
#F9D2C8
(249,210,200)
#F9D7CE
(249,215,206)
#F9DCD4
(249,220,212)
#F9E1DA
(249,225,218)
#F9E6E0
(249,230,224)
#F9EBE6
(249,235,230)
#F9F0EC
(249,240,236)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C3B6 color. Also use rgb(249,195,182) instead hex code.

Text Font Color

.myTextColor { color: #F9C3B6; }

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

This text font color is #F9C3B6.


Background Color

.myBgColor { background-color: #F9C3B6; }

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

This div background color is #F9C3B6.


Border color

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

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

This div border color is #F9C3B6.


Opacity

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

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

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

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

This text has shadow with #F9C3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C3B6 on black background.


Color preview on white background

This text has color #F9C3B6 on white background.



Black color preview on #F9C3B6 background

This text has black color on #F9C3B6 background.


White color preview on #F9C3B6 background

This text has white color on #F9C3B6 background.