COLOR #F9EBCF

HEX: #F9EBCF RGB: (249,235,207)

Color info

#F9EBCF contains red, green and blue colors in about the same proportion. Web safe color of #F9EBCF is #FFFFCC (or #FFC).

RGB color model

#F9EBCF color RGB value is (249,235,207).

RGB: (249,235,207) (98%, 92%, 81%)

RGB channels and saturation

R 249 of 255 = 98%
G 235 of 255 = 92%
B 207 of 255 = 81%

249
235
207

R + G + B ~ 90%. #F9EBCF is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 235 + 207 = 691 (100%)
R 249 of 691 ~ 36.03%
G 235 of 691 ~ 34.01%
B 207 of 691 ~ 29.96'%

%36.03
%34.01
%29.96

CMYK color model

#F9EBCF color CMYK value is (0,6,17,2).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 16.87%
  • key color value is 2.35%

CMYK: (0,6,17,2)
C0M6Y17K2 (0%, 6%, 17%, 2%)
(0.00 / 0.06 / 0.17 / 0.02)

CMYK percentages

%0
%5.62
%16.87
%2.35

Codes

Color #F9EBCF in popluar color models

F9 EB CF
RGB 249 235 207
HSL 40° 77.78% 89.41%
HSB/HSV 40° 16.87% 97.65%
CMYK 0.00% 5.62% 16.87%
2.35%

Color #F9EBCF in popluar number systems.

HEX F9 EB CF
Decimal 249 235 207
Binary 11111001 11101011 11001111
Octal 371 353 317

Shades and tints

Shades of #F9EBCF

#F9EBCF
(249,235,207)
#E3D6BD
(227,214,189)
#CDC1AB
(205,193,171)
#B7AC99
(183,172,153)
#A19787
(161,151,135)
#8B8275
(139,130,117)
#756D63
(117,109,99)
#5F5851
(95,88,81)
#49433F
(73,67,63)
#332E2D
(51,46,45)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #F9EBCF

#F9EBCF
(249,235,207)
#F9ECD3
(249,236,211)
#F9EDD7
(249,237,215)
#F9EEDB
(249,238,219)
#F9EFDF
(249,239,223)
#F9F0E3
(249,240,227)
#F9F1E7
(249,241,231)
#F9F2EB
(249,242,235)
#F9F3EF
(249,243,239)
#F9F4F3
(249,244,243)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EBCF color. Also use rgb(249,235,207) instead hex code.

Text Font Color

.myTextColor { color: #F9EBCF; }

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

This text font color is #F9EBCF.

Background Color

.myBgColor { background-color: #F9EBCF; }

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

This div background color is #F9EBCF.

Border color

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

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

This div border color is #F9EBCF.

Opacity

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

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

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

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

This text has shadow with #F9EBCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EBCF.

Preview

Color preview on black background

This text has color #F9EBCF on black background.


Color preview on white background

This text has color #F9EBCF on white background.


Black color preview on #F9EBCF background

This text has black color on #F9EBCF background.


White color preview on #F9EBCF background

This text has white color on #F9EBCF background.


Related colors

Complementary color

Complementary color for #hex is #061430.


I love getcolorcode.com

Triadic colors

1 #CFF9EB and #EBCFF9 with #F9EBCF are triadic colors.

2 #CFEBF9 and #EBF9CF with #F9EBCF are triadic colors.