COLOR #F9CDB6

HEX: #F9CDB6
RGB: (249,205,182)

Color info

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

RGB color model

#F9CDB6 color RGB value is (249,205,182).

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

RGB channels and saturation

R 249 of 255 = 98%
G 205 of 255 = 80%
B 182 of 255 = 71%

249
205
182

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

Portions of RGB colors in percentages

R + G + B =
249 + 205 + 182 = 636 (100%)
R 249 of 636 ~ 39.15%
G 205 of 636 ~ 32.23%
B 182 of 636 ~ 28.62%

%39.15
%32.23
%28.62

CMYK color model

#F9CDB6 color CMYK value is (0,18,27,2).

  • cyan value is 0.00%
  • magenta value is 17.67%
  • yellow value is 26.91%
  • key color value is 2.35%
CMYK:
(0,18,27,2)
C0M18Y27K2 
(0%,18%,27%,2%)
(0.00/0.18/0.27/0.02)	

CMYK percentages

%0
%17.67
%26.91
%2.35

Codes

Color #F9CDB6 in popluar color models

F9CDB6
RGB249205182
HSL21°84.81%84.51%
HSB/HSV21°26.91%97.65%
CMYK0.00%17.67%26.91%
2.35%

Color #F9CDB6 in popluar number systems.

HEXF9CDB6
Decimal249205182
Binary111110011100110110110110
Octal371315266

Shades and tints

Shades of #F9CDB6

#F9CDB6
(249,205,182)
#E3BBA6
(227,187,166)
#CDA996
(205,169,150)
#B79786
(183,151,134)
#A18576
(161,133,118)
#8B7366
(139,115,102)
#756156
(117,97,86)
#5F4F46
(95,79,70)
#493D36
(73,61,54)
#332B26
(51,43,38)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #F9CDB6

#F9CDB6
(249,205,182)
#F9D1BC
(249,209,188)
#F9D5C2
(249,213,194)
#F9D9C8
(249,217,200)
#F9DDCE
(249,221,206)
#F9E1D4
(249,225,212)
#F9E5DA
(249,229,218)
#F9E9E0
(249,233,224)
#F9EDE6
(249,237,230)
#F9F1EC
(249,241,236)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CDB6; }

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

This text font color is #F9CDB6.


Background Color

.myBgColor { background-color: #F9CDB6; }

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

This div background color is #F9CDB6.


Border color

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

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

This div border color is #F9CDB6.


Opacity

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

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

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

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

This text has shadow with #F9CDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CDB6 on black background.


Color preview on white background

This text has color #F9CDB6 on white background.



Black color preview on #F9CDB6 background

This text has black color on #F9CDB6 background.


White color preview on #F9CDB6 background

This text has white color on #F9CDB6 background.