COLOR #F9D8BE

HEX: #F9D8BE
RGB: (249,216,190)

Color info

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

RGB color model

#F9D8BE color RGB value is (249,216,190).

  • red value is 249;
  • green value is 216;
  • blue value is 190.
RGB:
(249,216,190)
(98%,85%,75%)

RGB channels and saturation

R 249 of 255 = 98%
G 216 of 255 = 85%
B 190 of 255 = 75%

249
216
190

R + G + B ~ 86%. #F9D8BE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 216 + 190 = 655 (100%)
R 249 of 655 ~ 38.02%
G 216 of 655 ~ 32.98%
B 190 of 655 ~ 29.01%

%38.02
%32.98
%29.01

CMYK color model

#F9D8BE color CMYK value is (0,13,24,2).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 23.69%
  • key color value is 2.35%
CMYK:
(0,13,24,2)
C0M13Y24K2 
(0%,13%,24%,2%)
(0.00/0.13/0.24/0.02)	

CMYK percentages

%0
%13.25
%23.69
%2.35

Codes

Color #F9D8BE in popluar color models

F9D8BE
RGB249216190
HSL26°83.10%86.08%
HSB/HSV26°23.69%97.65%
CMYK0.00%13.25%23.69%
2.35%

Color #F9D8BE in popluar number systems.

HEXF9D8BE
Decimal249216190
Binary111110011101100010111110
Octal371330276

Shades and tints

Shades of #F9D8BE

#F9D8BE
(249,216,190)
#E3C5AD
(227,197,173)
#CDB29C
(205,178,156)
#B79F8B
(183,159,139)
#A18C7A
(161,140,122)
#8B7969
(139,121,105)
#756658
(117,102,88)
#5F5347
(95,83,71)
#494036
(73,64,54)
#332D25
(51,45,37)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #F9D8BE

#F9D8BE
(249,216,190)
#F9DBC3
(249,219,195)
#F9DEC8
(249,222,200)
#F9E1CD
(249,225,205)
#F9E4D2
(249,228,210)
#F9E7D7
(249,231,215)
#F9EADC
(249,234,220)
#F9EDE1
(249,237,225)
#F9F0E6
(249,240,230)
#F9F3EB
(249,243,235)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D8BE color. Also use rgb(249,216,190) instead hex code.

Text Font Color

.myTextColor { color: #F9D8BE; }

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

This text font color is #F9D8BE.


Background Color

.myBgColor { background-color: #F9D8BE; }

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

This div background color is #F9D8BE.


Border color

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

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

This div border color is #F9D8BE.


Opacity

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

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

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

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

This text has shadow with #F9D8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D8BE on black background.


Color preview on white background

This text has color #F9D8BE on white background.



Black color preview on #F9D8BE background

This text has black color on #F9D8BE background.


White color preview on #F9D8BE background

This text has white color on #F9D8BE background.