COLOR #F9F0EB

HEX: #F9F0EB RGB: (249,240,235)

Color info

#F9F0EB contains red, green and blue colors in about the same proportion. Web safe color of #F9F0EB is #FFFFFF (or #FFF).

RGB color model

#F9F0EB color RGB value is (249,240,235).

RGB: (249,240,235) (98%, 94%, 92%)

RGB channels and saturation

R 249 of 255 = 98%
G 240 of 255 = 94%
B 235 of 255 = 92%

249
240
235

R + G + B ~ 95%. #F9F0EB is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 240 + 235 = 724 (100%)
R 249 of 724 ~ 34.39%
G 240 of 724 ~ 33.15%
B 235 of 724 ~ 32.46'%

%34.39
%33.15
%32.46

CMYK color model

#F9F0EB color CMYK value is (0,4,6,2).

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

CMYK: (0,4,6,2)
C0M4Y6K2 (0%, 4%, 6%, 2%)
(0.00 / 0.04 / 0.06 / 0.02)

CMYK percentages

%0
%3.61
%5.62
%2.35

Codes

Color #F9F0EB in popluar color models

F9 F0 EB
RGB 249 240 235
HSL 21° 53.85% 94.90%
HSB/HSV 21° 5.62% 97.65%
CMYK 0.00% 3.61% 5.62%
2.35%

Color #F9F0EB in popluar number systems.

HEX F9 F0 EB
Decimal 249 240 235
Binary 11111001 11110000 11101011
Octal 371 360 353

Shades and tints

Shades of #F9F0EB

#F9F0EB
(249,240,235)
#E3DBD6
(227,219,214)
#CDC6C1
(205,198,193)
#B7B1AC
(183,177,172)
#A19C97
(161,156,151)
#8B8782
(139,135,130)
#75726D
(117,114,109)
#5F5D58
(95,93,88)
#494843
(73,72,67)
#33332E
(51,51,46)
#1D1E19
(29,30,25)
#000000
(0,0,0)

Tints of #F9F0EB

#F9F0EB
(249,240,235)
#F9F1EC
(249,241,236)
#F9F2ED
(249,242,237)
#F9F3EE
(249,243,238)
#F9F4EF
(249,244,239)
#F9F5F0
(249,245,240)
#F9F6F1
(249,246,241)
#F9F7F2
(249,247,242)
#F9F8F3
(249,248,243)
#F9F9F4
(249,249,244)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F0EB; }

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

This text font color is #F9F0EB.

Background Color

.myBgColor { background-color: #F9F0EB; }

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

This div background color is #F9F0EB.

Border color

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

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

This div border color is #F9F0EB.

Opacity

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

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

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

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

This text has shadow with #F9F0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9F0EB.

Preview

Color preview on black background

This text has color #F9F0EB on black background.


Color preview on white background

This text has color #F9F0EB on white background.


Black color preview on #F9F0EB background

This text has black color on #F9F0EB background.


White color preview on #F9F0EB background

This text has white color on #F9F0EB background.


Related colors

Complementary color

Complementary color for #hex is #060F14.


I love getcolorcode.com

Triadic colors

1 #EBF9F0 and #F0EBF9 with #F9F0EB are triadic colors.

2 #EBF0F9 and #F0F9EB with #F9F0EB are triadic colors.