COLOR #F9DFBE

HEX: #F9DFBE RGB: (249,223,190)

Color info

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

RGB color model

#F9DFBE color RGB value is (249,223,190).

RGB: (249,223,190) (98%, 87%, 75%)

RGB channels and saturation

R 249 of 255 = 98%
G 223 of 255 = 87%
B 190 of 255 = 75%

249
223
190

R + G + B ~ 87%. #F9DFBE is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 223 + 190 = 662 (100%)
R 249 of 662 ~ 37.61%
G 223 of 662 ~ 33.69%
B 190 of 662 ~ 28.7'%

%37.61
%33.69
%28.7

CMYK color model

#F9DFBE color CMYK value is (0,10,24,2).

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

CMYK: (0,10,24,2)
C0M10Y24K2 (0%, 10%, 24%, 2%)
(0.00 / 0.10 / 0.24 / 0.02)

CMYK percentages

%0
%10.44
%23.69
%2.35

Codes

Color #F9DFBE in popluar color models

F9 DF BE
RGB 249 223 190
HSL 34° 83.10% 86.08%
HSB/HSV 34° 23.69% 97.65%
CMYK 0.00% 10.44% 23.69%
2.35%

Color #F9DFBE in popluar number systems.

HEX F9 DF BE
Decimal 249 223 190
Binary 11111001 11011111 10111110
Octal 371 337 276

Shades and tints

Shades of #F9DFBE

#F9DFBE
(249,223,190)
#E3CBAD
(227,203,173)
#CDB79C
(205,183,156)
#B7A38B
(183,163,139)
#A18F7A
(161,143,122)
#8B7B69
(139,123,105)
#756758
(117,103,88)
#5F5347
(95,83,71)
#493F36
(73,63,54)
#332B25
(51,43,37)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #F9DFBE

#F9DFBE
(249,223,190)
#F9E1C3
(249,225,195)
#F9E3C8
(249,227,200)
#F9E5CD
(249,229,205)
#F9E7D2
(249,231,210)
#F9E9D7
(249,233,215)
#F9EBDC
(249,235,220)
#F9EDE1
(249,237,225)
#F9EFE6
(249,239,230)
#F9F1EB
(249,241,235)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DFBE; }

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

This text font color is #F9DFBE.

Background Color

.myBgColor { background-color: #F9DFBE; }

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

This div background color is #F9DFBE.

Border color

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

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

This div border color is #F9DFBE.

Opacity

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

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

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

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

This text has shadow with #F9DFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DFBE.

Preview

Color preview on black background

This text has color #F9DFBE on black background.


Color preview on white background

This text has color #F9DFBE on white background.


Black color preview on #F9DFBE background

This text has black color on #F9DFBE background.


White color preview on #F9DFBE background

This text has white color on #F9DFBE background.


Related colors

Complementary color

Complementary color for #hex is #062041.


I love getcolorcode.com

Triadic colors

1 #BEF9DF and #DFBEF9 with #F9DFBE are triadic colors.

2 #BEDFF9 and #DFF9BE with #F9DFBE are triadic colors.