COLOR #FFF6C8

HEX: #FFF6C8 RGB: (255,246,200)

Color info

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

RGB color model

#FFF6C8 color RGB value is (255,246,200).

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

RGB channels and saturation

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

255
246
200

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

Portions of RGB colors in percentages

R + G + B = 255 + 246 + 200 = 701 (100%)
R 255 of 701 ~ 36.38%
G 246 of 701 ~ 35.09%
B 200 of 701 ~ 28.53'%

%36.38
%35.09
%28.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 21.57%
  • 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.57
%0

Codes

Color #FFF6C8 in popluar color models

FF F6 C8
RGB 255 246 200
HSL 50° 100.00% 89.22%
HSB/HSV 50° 21.57% 100.00%
CMYK 0.00% 3.53% 21.57%
0.00%

Color #FFF6C8 in popluar number systems.

HEX FF F6 C8
Decimal 255 246 200
Binary 11111111 11110110 11001000
Octal 377 366 310

Shades and tints

Shades of #FFF6C8

#FFF6C8
(255,246,200)
#E8E0B6
(232,224,182)
#D1CAA4
(209,202,164)
#BAB492
(186,180,146)
#A39E80
(163,158,128)
#8C886E
(140,136,110)
#75725C
(117,114,92)
#5E5C4A
(94,92,74)
#474638
(71,70,56)
#303026
(48,48,38)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #FFF6C8

#FFF6C8
(255,246,200)
#FFF6CD
(255,246,205)
#FFF6D2
(255,246,210)
#FFF6D7
(255,246,215)
#FFF6DC
(255,246,220)
#FFF6E1
(255,246,225)
#FFF6E6
(255,246,230)
#FFF6EB
(255,246,235)
#FFF6F0
(255,246,240)
#FFF6F5
(255,246,245)
#FFF6FA
(255,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF6C8; }

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

This text font color is #FFF6C8.

Background Color

.myBgColor { background-color: #FFF6C8; }

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

This div background color is #FFF6C8.

Border color

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

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

This div border color is #FFF6C8.

Opacity

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

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

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

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

This text has shadow with #FFF6C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF6C8.

Preview

Color preview on black background

This text has color #FFF6C8 on black background.


Color preview on white background

This text has color #FFF6C8 on white background.


Black color preview on #FFF6C8 background

This text has black color on #FFF6C8 background.


White color preview on #FFF6C8 background

This text has white color on #FFF6C8 background.


Related colors

Complementary color

Complementary color for #hex is #000937.


I love getcolorcode.com

Triadic colors

1 #C8FFF6 and #F6C8FF with #FFF6C8 are triadic colors.

2 #C8F6FF and #F6FFC8 with #FFF6C8 are triadic colors.