COLOR #F9DABE

HEX: #F9DABE RGB: (249,218,190)

Color info

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

RGB color model

#F9DABE color RGB value is (249,218,190).

RGB: (249,218,190) (98%, 85%, 75%)

RGB channels and saturation

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

249
218
190

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

Portions of RGB colors in percentages

R + G + B = 249 + 218 + 190 = 657 (100%)
R 249 of 657 ~ 37.9%
G 218 of 657 ~ 33.18%
B 190 of 657 ~ 28.92'%

%37.9
%33.18
%28.92

CMYK color model

#F9DABE color CMYK value is (0,12,24,2).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 23.69%
  • key color value is 2.35%

CMYK: (0,12,24,2)
C0M12Y24K2 (0%, 12%, 24%, 2%)
(0.00 / 0.12 / 0.24 / 0.02)

CMYK percentages

%0
%12.45
%23.69
%2.35

Codes

Color #F9DABE in popluar color models

F9 DA BE
RGB 249 218 190
HSL 28° 83.10% 86.08%
HSB/HSV 28° 23.69% 97.65%
CMYK 0.00% 12.45% 23.69%
2.35%

Color #F9DABE in popluar number systems.

HEX F9 DA BE
Decimal 249 218 190
Binary 11111001 11011010 10111110
Octal 371 332 276

Shades and tints

Shades of #F9DABE

#F9DABE
(249,218,190)
#E3C7AD
(227,199,173)
#CDB49C
(205,180,156)
#B7A18B
(183,161,139)
#A18E7A
(161,142,122)
#8B7B69
(139,123,105)
#756858
(117,104,88)
#5F5547
(95,85,71)
#494236
(73,66,54)
#332F25
(51,47,37)
#1D1C14
(29,28,20)
#000000
(0,0,0)

Tints of #F9DABE

#F9DABE
(249,218,190)
#F9DDC3
(249,221,195)
#F9E0C8
(249,224,200)
#F9E3CD
(249,227,205)
#F9E6D2
(249,230,210)
#F9E9D7
(249,233,215)
#F9ECDC
(249,236,220)
#F9EFE1
(249,239,225)
#F9F2E6
(249,242,230)
#F9F5EB
(249,245,235)
#F9F8F0
(249,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DABE; }

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

This text font color is #F9DABE.

Background Color

.myBgColor { background-color: #F9DABE; }

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

This div background color is #F9DABE.

Border color

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

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

This div border color is #F9DABE.

Opacity

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

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

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

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

This text has shadow with #F9DABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DABE.

Preview

Color preview on black background

This text has color #F9DABE on black background.


Color preview on white background

This text has color #F9DABE on white background.


Black color preview on #F9DABE background

This text has black color on #F9DABE background.


White color preview on #F9DABE background

This text has white color on #F9DABE background.


Related colors

Complementary color

Complementary color for #hex is #062541.


I love getcolorcode.com

Triadic colors

1 #BEF9DA and #DABEF9 with #F9DABE are triadic colors.

2 #BEDAF9 and #DAF9BE with #F9DABE are triadic colors.