COLOR #F9EFD2

HEX: #F9EFD2 RGB: (249,239,210)

Color info

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

RGB color model

#F9EFD2 color RGB value is (249,239,210).

RGB: (249,239,210) (98%, 94%, 82%)

RGB channels and saturation

R 249 of 255 = 98%
G 239 of 255 = 94%
B 210 of 255 = 82%

249
239
210

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

Portions of RGB colors in percentages

R + G + B = 249 + 239 + 210 = 698 (100%)
R 249 of 698 ~ 35.67%
G 239 of 698 ~ 34.24%
B 210 of 698 ~ 30.09'%

%35.67
%34.24
%30.09

CMYK color model

#F9EFD2 color CMYK value is (0,4,16,2).

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 15.66%
  • key color value is 2.35%

CMYK: (0,4,16,2)
C0M4Y16K2 (0%, 4%, 16%, 2%)
(0.00 / 0.04 / 0.16 / 0.02)

CMYK percentages

%0
%4.02
%15.66
%2.35

Codes

Color #F9EFD2 in popluar color models

F9 EF D2
RGB 249 239 210
HSL 45° 76.47% 90.00%
HSB/HSV 45° 15.66% 97.65%
CMYK 0.00% 4.02% 15.66%
2.35%

Color #F9EFD2 in popluar number systems.

HEX F9 EF D2
Decimal 249 239 210
Binary 11111001 11101111 11010010
Octal 371 357 322

Shades and tints

Shades of #F9EFD2

#F9EFD2
(249,239,210)
#E3DABF
(227,218,191)
#CDC5AC
(205,197,172)
#B7B099
(183,176,153)
#A19B86
(161,155,134)
#8B8673
(139,134,115)
#757160
(117,113,96)
#5F5C4D
(95,92,77)
#49473A
(73,71,58)
#333227
(51,50,39)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #F9EFD2

#F9EFD2
(249,239,210)
#F9F0D6
(249,240,214)
#F9F1DA
(249,241,218)
#F9F2DE
(249,242,222)
#F9F3E2
(249,243,226)
#F9F4E6
(249,244,230)
#F9F5EA
(249,245,234)
#F9F6EE
(249,246,238)
#F9F7F2
(249,247,242)
#F9F8F6
(249,248,246)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EFD2 color. Also use rgb(249,239,210) instead hex code.

Text Font Color

.myTextColor { color: #F9EFD2; }

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

This text font color is #F9EFD2.

Background Color

.myBgColor { background-color: #F9EFD2; }

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

This div background color is #F9EFD2.

Border color

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

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

This div border color is #F9EFD2.

Opacity

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

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

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

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

This text has shadow with #F9EFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EFD2.

Preview

Color preview on black background

This text has color #F9EFD2 on black background.


Color preview on white background

This text has color #F9EFD2 on white background.


Black color preview on #F9EFD2 background

This text has black color on #F9EFD2 background.


White color preview on #F9EFD2 background

This text has white color on #F9EFD2 background.


Related colors

Complementary color

Complementary color for #hex is #06102D.


I love getcolorcode.com

Triadic colors

1 #D2F9EF and #EFD2F9 with #F9EFD2 are triadic colors.

2 #D2EFF9 and #EFF9D2 with #F9EFD2 are triadic colors.