COLOR #FFF6D1

HEX: #FFF6D1 RGB: (255,246,209)

Color info

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

RGB color model

#FFF6D1 color RGB value is (255,246,209).

RGB: (255,246,209) (100%, 96%, 82%)

RGB channels and saturation

R 255 of 255 = 100%
G 246 of 255 = 96%
B 209 of 255 = 82%

255
246
209

R + G + B ~ 93%. #FFF6D1 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 246 + 209 = 710 (100%)
R 255 of 710 ~ 35.92%
G 246 of 710 ~ 34.65%
B 209 of 710 ~ 29.44'%

%35.92
%34.65
%29.44

CMYK color model

#FFF6D1 color CMYK value is (0,4,18,0).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 18.04%
  • key color value is 0.00%

CMYK: (0,4,18,0)
C0M4Y18K0 (0%, 4%, 18%, 0%)
(0.00 / 0.04 / 0.18 / 0.00)

CMYK percentages

%0
%3.53
%18.04
%0

Codes

Color #FFF6D1 in popluar color models

FF F6 D1
RGB 255 246 209
HSL 48° 100.00% 90.98%
HSB/HSV 48° 18.04% 100.00%
CMYK 0.00% 3.53% 18.04%
0.00%

Color #FFF6D1 in popluar number systems.

HEX FF F6 D1
Decimal 255 246 209
Binary 11111111 11110110 11010001
Octal 377 366 321

Shades and tints

Shades of #FFF6D1

#FFF6D1
(255,246,209)
#E8E0BE
(232,224,190)
#D1CAAB
(209,202,171)
#BAB498
(186,180,152)
#A39E85
(163,158,133)
#8C8872
(140,136,114)
#75725F
(117,114,95)
#5E5C4C
(94,92,76)
#474639
(71,70,57)
#303026
(48,48,38)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #FFF6D1

#FFF6D1
(255,246,209)
#FFF6D5
(255,246,213)
#FFF6D9
(255,246,217)
#FFF6DD
(255,246,221)
#FFF6E1
(255,246,225)
#FFF6E5
(255,246,229)
#FFF6E9
(255,246,233)
#FFF6ED
(255,246,237)
#FFF6F1
(255,246,241)
#FFF6F5
(255,246,245)
#FFF6F9
(255,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF6D1 color. Also use rgb(255,246,209) instead hex code.

Text Font Color

.myTextColor { color: #FFF6D1; }

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

This text font color is #FFF6D1.

Background Color

.myBgColor { background-color: #FFF6D1; }

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

This div background color is #FFF6D1.

Border color

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

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

This div border color is #FFF6D1.

Opacity

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

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

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

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

This text has shadow with #FFF6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF6D1.

Preview

Color preview on black background

This text has color #FFF6D1 on black background.


Color preview on white background

This text has color #FFF6D1 on white background.


Black color preview on #FFF6D1 background

This text has black color on #FFF6D1 background.


White color preview on #FFF6D1 background

This text has white color on #FFF6D1 background.


Related colors

Complementary color

Complementary color for #hex is #00092E.


I love getcolorcode.com

Triadic colors

1 #D1FFF6 and #F6D1FF with #FFF6D1 are triadic colors.

2 #D1F6FF and #F6FFD1 with #FFF6D1 are triadic colors.