COLOR #FFF8CE

HEX: #FFF8CE RGB: (255,248,206)

Color info

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

RGB color model

#FFF8CE color RGB value is (255,248,206).

RGB: (255,248,206) (100%, 97%, 81%)

RGB channels and saturation

R 255 of 255 = 100%
G 248 of 255 = 97%
B 206 of 255 = 81%

255
248
206

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

Portions of RGB colors in percentages

R + G + B = 255 + 248 + 206 = 709 (100%)
R 255 of 709 ~ 35.97%
G 248 of 709 ~ 34.98%
B 206 of 709 ~ 29.06'%

%35.97
%34.98
%29.06

CMYK color model

#FFF8CE color CMYK value is (0,3,19,0).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 19.22%
  • key color value is 0.00%

CMYK: (0,3,19,0)
C0M3Y19K0 (0%, 3%, 19%, 0%)
(0.00 / 0.03 / 0.19 / 0.00)

CMYK percentages

%0
%2.75
%19.22
%0

Codes

Color #FFF8CE in popluar color models

FF F8 CE
RGB 255 248 206
HSL 51° 100.00% 90.39%
HSB/HSV 51° 19.22% 100.00%
CMYK 0.00% 2.75% 19.22%
0.00%

Color #FFF8CE in popluar number systems.

HEX FF F8 CE
Decimal 255 248 206
Binary 11111111 11111000 11001110
Octal 377 370 316

Shades and tints

Shades of #FFF8CE

#FFF8CE
(255,248,206)
#E8E2BC
(232,226,188)
#D1CCAA
(209,204,170)
#BAB698
(186,182,152)
#A3A086
(163,160,134)
#8C8A74
(140,138,116)
#757462
(117,116,98)
#5E5E50
(94,94,80)
#47483E
(71,72,62)
#30322C
(48,50,44)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #FFF8CE

#FFF8CE
(255,248,206)
#FFF8D2
(255,248,210)
#FFF8D6
(255,248,214)
#FFF8DA
(255,248,218)
#FFF8DE
(255,248,222)
#FFF8E2
(255,248,226)
#FFF8E6
(255,248,230)
#FFF8EA
(255,248,234)
#FFF8EE
(255,248,238)
#FFF8F2
(255,248,242)
#FFF8F6
(255,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF8CE color. Also use rgb(255,248,206) instead hex code.

Text Font Color

.myTextColor { color: #FFF8CE; }

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

This text font color is #FFF8CE.

Background Color

.myBgColor { background-color: #FFF8CE; }

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

This div background color is #FFF8CE.

Border color

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

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

This div border color is #FFF8CE.

Opacity

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

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

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

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

This text has shadow with #FFF8CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF8CE.

Preview

Color preview on black background

This text has color #FFF8CE on black background.


Color preview on white background

This text has color #FFF8CE on white background.


Black color preview on #FFF8CE background

This text has black color on #FFF8CE background.


White color preview on #FFF8CE background

This text has white color on #FFF8CE background.


Related colors

Complementary color

Complementary color for #hex is #000731.


I love getcolorcode.com

Triadic colors

1 #CEFFF8 and #F8CEFF with #FFF8CE are triadic colors.

2 #CEF8FF and #F8FFCE with #FFF8CE are triadic colors.