COLOR #F9F3E6

HEX: #F9F3E6
RGB: (249,243,230)

Color info

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

RGB color model

#F9F3E6 color RGB value is (249,243,230).

  • red value is 249;
  • green value is 243;
  • blue value is 230.
RGB:
(249,243,230)
(98%,95%,90%)

RGB channels and saturation

R 249 of 255 = 98%
G 243 of 255 = 95%
B 230 of 255 = 90%

249
243
230

R + G + B ~ 94%. #F9F3E6 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 243 + 230 = 722 (100%)
R 249 of 722 ~ 34.49%
G 243 of 722 ~ 33.66%
B 230 of 722 ~ 31.86%

%34.49
%33.66
%31.86

CMYK color model

#F9F3E6 color CMYK value is (0,2,8,2).

  • cyan value is 0.00%
  • magenta value is 2.41%
  • yellow value is 7.63%
  • key color value is 2.35%
CMYK:
(0,2,8,2)
C0M2Y8K2 
(0%,2%,8%,2%)
(0.00/0.02/0.08/0.02)	

CMYK percentages

%0
%2.41
%7.63
%2.35

Codes

Color #F9F3E6 in popluar color models

F9F3E6
RGB249243230
HSL41°61.29%93.92%
HSB/HSV41°7.63%97.65%
CMYK0.00%2.41%7.63%
2.35%

Color #F9F3E6 in popluar number systems.

HEXF9F3E6
Decimal249243230
Binary111110011111001111100110
Octal371363346

Shades and tints

Shades of #F9F3E6

#F9F3E6
(249,243,230)
#E3DDD2
(227,221,210)
#CDC7BE
(205,199,190)
#B7B1AA
(183,177,170)
#A19B96
(161,155,150)
#8B8582
(139,133,130)
#756F6E
(117,111,110)
#5F595A
(95,89,90)
#494346
(73,67,70)
#332D32
(51,45,50)
#1D171E
(29,23,30)
#000000
(0,0,0)

Tints of #F9F3E6

#F9F3E6
(249,243,230)
#F9F4E8
(249,244,232)
#F9F5EA
(249,245,234)
#F9F6EC
(249,246,236)
#F9F7EE
(249,247,238)
#F9F8F0
(249,248,240)
#F9F9F2
(249,249,242)
#F9FAF4
(249,250,244)
#F9FBF6
(249,251,246)
#F9FCF8
(249,252,248)
#F9FDFA
(249,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F3E6 color. Also use rgb(249,243,230) instead hex code.

Text Font Color

.myTextColor { color: #F9F3E6; }

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

This text font color is #F9F3E6.


Background Color

.myBgColor { background-color: #F9F3E6; }

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

This div background color is #F9F3E6.


Border color

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

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

This div border color is #F9F3E6.


Opacity

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

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

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

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

This text has shadow with #F9F3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F3E6 on black background.


Color preview on white background

This text has color #F9F3E6 on white background.



Black color preview on #F9F3E6 background

This text has black color on #F9F3E6 background.


White color preview on #F9F3E6 background

This text has white color on #F9F3E6 background.