COLOR #FCF8BE

HEX: #FCF8BE RGB: (252,248,190)

Color info

#FCF8BE contains mainly red and green colors. Web safe color of #FCF8BE is #FFFFCC (or #FFC).

RGB color model

#FCF8BE color RGB value is (252,248,190).

RGB: (252,248,190) (99%, 97%, 75%)

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 190 of 255 = 75%

252
248
190

R + G + B ~ 90%. #FCF8BE is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 248 + 190 = 690 (100%)
R 252 of 690 ~ 36.52%
G 248 of 690 ~ 35.94%
B 190 of 690 ~ 27.54'%

%36.52
%35.94
%27.54

CMYK color model

#FCF8BE color CMYK value is (0,2,25,1).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 24.60%
  • key color value is 1.18%

CMYK: (0,2,25,1)
C0M2Y25K1 (0%, 2%, 25%, 1%)
(0.00 / 0.02 / 0.25 / 0.01)

CMYK percentages

%0
%1.59
%24.6
%1.18

Codes

Color #FCF8BE in popluar color models

FC F8 BE
RGB 252 248 190
HSL 56° 91.18% 86.67%
HSB/HSV 56° 24.60% 98.82%
CMYK 0.00% 1.59% 24.60%
1.18%

Color #FCF8BE in popluar number systems.

HEX FC F8 BE
Decimal 252 248 190
Binary 11111100 11111000 10111110
Octal 374 370 276

Shades and tints

Shades of #FCF8BE

#FCF8BE
(252,248,190)
#E6E2AD
(230,226,173)
#D0CC9C
(208,204,156)
#BAB68B
(186,182,139)
#A4A07A
(164,160,122)
#8E8A69
(142,138,105)
#787458
(120,116,88)
#625E47
(98,94,71)
#4C4836
(76,72,54)
#363225
(54,50,37)
#201C14
(32,28,20)
#000000
(0,0,0)

Tints of #FCF8BE

#FCF8BE
(252,248,190)
#FCF8C3
(252,248,195)
#FCF8C8
(252,248,200)
#FCF8CD
(252,248,205)
#FCF8D2
(252,248,210)
#FCF8D7
(252,248,215)
#FCF8DC
(252,248,220)
#FCF8E1
(252,248,225)
#FCF8E6
(252,248,230)
#FCF8EB
(252,248,235)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF8BE color. Also use rgb(252,248,190) instead hex code.

Text Font Color

.myTextColor { color: #FCF8BE; }

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

This text font color is #FCF8BE.

Background Color

.myBgColor { background-color: #FCF8BE; }

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

This div background color is #FCF8BE.

Border color

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

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

This div border color is #FCF8BE.

Opacity

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

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

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

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

This text has shadow with #FCF8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF8BE.

Preview

Color preview on black background

This text has color #FCF8BE on black background.


Color preview on white background

This text has color #FCF8BE on white background.


Black color preview on #FCF8BE background

This text has black color on #FCF8BE background.


White color preview on #FCF8BE background

This text has white color on #FCF8BE background.


Related colors

Complementary color

Complementary color for #hex is #030741.


I love getcolorcode.com

Triadic colors

1 #BEFCF8 and #F8BEFC with #FCF8BE are triadic colors.

2 #BEF8FC and #F8FCBE with #FCF8BE are triadic colors.