COLOR #FFF6C7

HEX: #FFF6C7 RGB: (255,246,199)

Color info

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

RGB color model

#FFF6C7 color RGB value is (255,246,199).

RGB: (255,246,199) (100%, 96%, 78%)

RGB channels and saturation

R 255 of 255 = 100%
G 246 of 255 = 96%
B 199 of 255 = 78%

255
246
199

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

Portions of RGB colors in percentages

R + G + B = 255 + 246 + 199 = 700 (100%)
R 255 of 700 ~ 36.43%
G 246 of 700 ~ 35.14%
B 199 of 700 ~ 28.43'%

%36.43
%35.14
%28.43

CMYK color model

#FFF6C7 color CMYK value is (0,4,22,0).

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

CMYK: (0,4,22,0)
C0M4Y22K0 (0%, 4%, 22%, 0%)
(0.00 / 0.04 / 0.22 / 0.00)

CMYK percentages

%0
%3.53
%21.96
%0

Codes

Color #FFF6C7 in popluar color models

FF F6 C7
RGB 255 246 199
HSL 50° 100.00% 89.02%
HSB/HSV 50° 21.96% 100.00%
CMYK 0.00% 3.53% 21.96%
0.00%

Color #FFF6C7 in popluar number systems.

HEX FF F6 C7
Decimal 255 246 199
Binary 11111111 11110110 11000111
Octal 377 366 307

Shades and tints

Shades of #FFF6C7

#FFF6C7
(255,246,199)
#E8E0B5
(232,224,181)
#D1CAA3
(209,202,163)
#BAB491
(186,180,145)
#A39E7F
(163,158,127)
#8C886D
(140,136,109)
#75725B
(117,114,91)
#5E5C49
(94,92,73)
#474637
(71,70,55)
#303025
(48,48,37)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #FFF6C7

#FFF6C7
(255,246,199)
#FFF6CC
(255,246,204)
#FFF6D1
(255,246,209)
#FFF6D6
(255,246,214)
#FFF6DB
(255,246,219)
#FFF6E0
(255,246,224)
#FFF6E5
(255,246,229)
#FFF6EA
(255,246,234)
#FFF6EF
(255,246,239)
#FFF6F4
(255,246,244)
#FFF6F9
(255,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF6C7; }

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

This text font color is #FFF6C7.

Background Color

.myBgColor { background-color: #FFF6C7; }

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

This div background color is #FFF6C7.

Border color

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

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

This div border color is #FFF6C7.

Opacity

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

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

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

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

This text has shadow with #FFF6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF6C7.

Preview

Color preview on black background

This text has color #FFF6C7 on black background.


Color preview on white background

This text has color #FFF6C7 on white background.


Black color preview on #FFF6C7 background

This text has black color on #FFF6C7 background.


White color preview on #FFF6C7 background

This text has white color on #FFF6C7 background.


Related colors

Complementary color

Complementary color for #hex is #000938.


I love getcolorcode.com

Triadic colors

1 #C7FFF6 and #F6C7FF with #FFF6C7 are triadic colors.

2 #C7F6FF and #F6FFC7 with #FFF6C7 are triadic colors.