COLOR #F9EABF

HEX: #F9EABF RGB: (249,234,191)

Color info

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

RGB color model

#F9EABF color RGB value is (249,234,191).

RGB: (249,234,191) (98%, 92%, 75%)

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 191 of 255 = 75%

249
234
191

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

Portions of RGB colors in percentages

R + G + B = 249 + 234 + 191 = 674 (100%)
R 249 of 674 ~ 36.94%
G 234 of 674 ~ 34.72%
B 191 of 674 ~ 28.34'%

%36.94
%34.72
%28.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 23.29%
  • 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
%6.02
%23.29
%2.35

Codes

Color #F9EABF in popluar color models

F9 EA BF
RGB 249 234 191
HSL 44° 82.86% 86.27%
HSB/HSV 44° 23.29% 97.65%
CMYK 0.00% 6.02% 23.29%
2.35%

Color #F9EABF in popluar number systems.

HEX F9 EA BF
Decimal 249 234 191
Binary 11111001 11101010 10111111
Octal 371 352 277

Shades and tints

Shades of #F9EABF

#F9EABF
(249,234,191)
#E3D5AE
(227,213,174)
#CDC09D
(205,192,157)
#B7AB8C
(183,171,140)
#A1967B
(161,150,123)
#8B816A
(139,129,106)
#756C59
(117,108,89)
#5F5748
(95,87,72)
#494237
(73,66,55)
#332D26
(51,45,38)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #F9EABF

#F9EABF
(249,234,191)
#F9EBC4
(249,235,196)
#F9ECC9
(249,236,201)
#F9EDCE
(249,237,206)
#F9EED3
(249,238,211)
#F9EFD8
(249,239,216)
#F9F0DD
(249,240,221)
#F9F1E2
(249,241,226)
#F9F2E7
(249,242,231)
#F9F3EC
(249,243,236)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EABF color. Also use rgb(249,234,191) instead hex code.

Text Font Color

.myTextColor { color: #F9EABF; }

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

This text font color is #F9EABF.

Background Color

.myBgColor { background-color: #F9EABF; }

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

This div background color is #F9EABF.

Border color

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

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

This div border color is #F9EABF.

Opacity

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

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

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

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

This text has shadow with #F9EABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EABF.

Preview

Color preview on black background

This text has color #F9EABF on black background.


Color preview on white background

This text has color #F9EABF on white background.


Black color preview on #F9EABF background

This text has black color on #F9EABF background.


White color preview on #F9EABF background

This text has white color on #F9EABF background.


Related colors

Complementary color

Complementary color for #hex is #061540.


I love getcolorcode.com

Triadic colors

1 #BFF9EA and #EABFF9 with #F9EABF are triadic colors.

2 #BFEAF9 and #EAF9BF with #F9EABF are triadic colors.