COLOR #F9F3CF

HEX: #F9F3CF RGB: (249,243,207)

Color info

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

RGB color model

#F9F3CF color RGB value is (249,243,207).

RGB: (249,243,207) (98%, 95%, 81%)

RGB channels and saturation

R 249 of 255 = 98%
G 243 of 255 = 95%
B 207 of 255 = 81%

249
243
207

R + G + B ~ 91%. #F9F3CF is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 243 + 207 = 699 (100%)
R 249 of 699 ~ 35.62%
G 243 of 699 ~ 34.76%
B 207 of 699 ~ 29.61'%

%35.62
%34.76
%29.61

CMYK color model

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

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

CMYK: (0,2,17,2)
C0M2Y17K2 (0%, 2%, 17%, 2%)
(0.00 / 0.02 / 0.17 / 0.02)

CMYK percentages

%0
%2.41
%16.87
%2.35

Codes

Color #F9F3CF in popluar color models

F9 F3 CF
RGB 249 243 207
HSL 51° 77.78% 89.41%
HSB/HSV 51° 16.87% 97.65%
CMYK 0.00% 2.41% 16.87%
2.35%

Color #F9F3CF in popluar number systems.

HEX F9 F3 CF
Decimal 249 243 207
Binary 11111001 11110011 11001111
Octal 371 363 317

Shades and tints

Shades of #F9F3CF

#F9F3CF
(249,243,207)
#E3DDBD
(227,221,189)
#CDC7AB
(205,199,171)
#B7B199
(183,177,153)
#A19B87
(161,155,135)
#8B8575
(139,133,117)
#756F63
(117,111,99)
#5F5951
(95,89,81)
#49433F
(73,67,63)
#332D2D
(51,45,45)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #F9F3CF

#F9F3CF
(249,243,207)
#F9F4D3
(249,244,211)
#F9F5D7
(249,245,215)
#F9F6DB
(249,246,219)
#F9F7DF
(249,247,223)
#F9F8E3
(249,248,227)
#F9F9E7
(249,249,231)
#F9FAEB
(249,250,235)
#F9FBEF
(249,251,239)
#F9FCF3
(249,252,243)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F3CF; }

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

This text font color is #F9F3CF.

Background Color

.myBgColor { background-color: #F9F3CF; }

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

This div background color is #F9F3CF.

Border color

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

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

This div border color is #F9F3CF.

Opacity

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

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

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

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

This text has shadow with #F9F3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9F3CF.

Preview

Color preview on black background

This text has color #F9F3CF on black background.


Color preview on white background

This text has color #F9F3CF on white background.


Black color preview on #F9F3CF background

This text has black color on #F9F3CF background.


White color preview on #F9F3CF background

This text has white color on #F9F3CF background.


Related colors

Complementary color

Complementary color for #hex is #060C30.


I love getcolorcode.com

Triadic colors

1 #CFF9F3 and #F3CFF9 with #F9F3CF are triadic colors.

2 #CFF3F9 and #F3F9CF with #F9F3CF are triadic colors.