COLOR #F9EBC0

HEX: #F9EBC0 RGB: (249,235,192)

Color info

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

RGB color model

#F9EBC0 color RGB value is (249,235,192).

RGB: (249,235,192) (98%, 92%, 75%)

RGB channels and saturation

R 249 of 255 = 98%
G 235 of 255 = 92%
B 192 of 255 = 75%

249
235
192

R + G + B ~ 88%. #F9EBC0 is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 235 + 192 = 676 (100%)
R 249 of 676 ~ 36.83%
G 235 of 676 ~ 34.76%
B 192 of 676 ~ 28.4'%

%36.83
%34.76
%28.4

CMYK color model

#F9EBC0 color CMYK value is (0,6,23,2).

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

CMYK: (0,6,23,2)
C0M6Y23K2 (0%, 6%, 23%, 2%)
(0.00 / 0.06 / 0.23 / 0.02)

CMYK percentages

%0
%5.62
%22.89
%2.35

Codes

Color #F9EBC0 in popluar color models

F9 EB C0
RGB 249 235 192
HSL 45° 82.61% 86.47%
HSB/HSV 45° 22.89% 97.65%
CMYK 0.00% 5.62% 22.89%
2.35%

Color #F9EBC0 in popluar number systems.

HEX F9 EB C0
Decimal 249 235 192
Binary 11111001 11101011 11000000
Octal 371 353 300

Shades and tints

Shades of #F9EBC0

#F9EBC0
(249,235,192)
#E3D6AF
(227,214,175)
#CDC19E
(205,193,158)
#B7AC8D
(183,172,141)
#A1977C
(161,151,124)
#8B826B
(139,130,107)
#756D5A
(117,109,90)
#5F5849
(95,88,73)
#494338
(73,67,56)
#332E27
(51,46,39)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #F9EBC0

#F9EBC0
(249,235,192)
#F9ECC5
(249,236,197)
#F9EDCA
(249,237,202)
#F9EECF
(249,238,207)
#F9EFD4
(249,239,212)
#F9F0D9
(249,240,217)
#F9F1DE
(249,241,222)
#F9F2E3
(249,242,227)
#F9F3E8
(249,243,232)
#F9F4ED
(249,244,237)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EBC0; }

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

This text font color is #F9EBC0.

Background Color

.myBgColor { background-color: #F9EBC0; }

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

This div background color is #F9EBC0.

Border color

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

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

This div border color is #F9EBC0.

Opacity

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

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

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

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

This text has shadow with #F9EBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EBC0.

Preview

Color preview on black background

This text has color #F9EBC0 on black background.


Color preview on white background

This text has color #F9EBC0 on white background.


Black color preview on #F9EBC0 background

This text has black color on #F9EBC0 background.


White color preview on #F9EBC0 background

This text has white color on #F9EBC0 background.


Related colors

Complementary color

Complementary color for #hex is #06143F.


I love getcolorcode.com

Triadic colors

1 #C0F9EB and #EBC0F9 with #F9EBC0 are triadic colors.

2 #C0EBF9 and #EBF9C0 with #F9EBC0 are triadic colors.