COLOR #FCF0BD

HEX: #FCF0BD
RGB: (252,240,189)

Color info

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

RGB color model

#FCF0BD color RGB value is (252,240,189).

  • red value is 252;
  • green value is 240;
  • blue value is 189.
RGB:
(252,240,189)
(99%,94%,74%)

RGB channels and saturation

R 252 of 255 = 99%
G 240 of 255 = 94%
B 189 of 255 = 74%

252
240
189

R + G + B ~ 89%. #FCF0BD is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 240 + 189 = 681 (100%)
R 252 of 681 ~ 37%
G 240 of 681 ~ 35.24%
B 189 of 681 ~ 27.75%

%37
%35.24
%27.75

CMYK color model

#FCF0BD color CMYK value is (0,5,25,1).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 25.00%
  • key color value is 1.18%
CMYK:
(0,5,25,1)
C0M5Y25K1 
(0%,5%,25%,1%)
(0.00/0.05/0.25/0.01)	

CMYK percentages

%0
%4.76
%25
%1.18

Codes

Color #FCF0BD in popluar color models

FCF0BD
RGB252240189
HSL49°91.30%86.47%
HSB/HSV49°25.00%98.82%
CMYK0.00%4.76%25.00%
1.18%

Color #FCF0BD in popluar number systems.

HEXFCF0BD
Decimal252240189
Binary111111001111000010111101
Octal374360275

Shades and tints

Shades of #FCF0BD

#FCF0BD
(252,240,189)
#E6DBAC
(230,219,172)
#D0C69B
(208,198,155)
#BAB18A
(186,177,138)
#A49C79
(164,156,121)
#8E8768
(142,135,104)
#787257
(120,114,87)
#625D46
(98,93,70)
#4C4835
(76,72,53)
#363324
(54,51,36)
#201E13
(32,30,19)
#000000
(0,0,0)

Tints of #FCF0BD

#FCF0BD
(252,240,189)
#FCF1C3
(252,241,195)
#FCF2C9
(252,242,201)
#FCF3CF
(252,243,207)
#FCF4D5
(252,244,213)
#FCF5DB
(252,245,219)
#FCF6E1
(252,246,225)
#FCF7E7
(252,247,231)
#FCF8ED
(252,248,237)
#FCF9F3
(252,249,243)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF0BD color. Also use rgb(252,240,189) instead hex code.

Text Font Color

.myTextColor { color: #FCF0BD; }

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

This text font color is #FCF0BD.


Background Color

.myBgColor { background-color: #FCF0BD; }

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

This div background color is #FCF0BD.


Border color

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

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

This div border color is #FCF0BD.


Opacity

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

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

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

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

This text has shadow with #FCF0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF0BD on black background.


Color preview on white background

This text has color #FCF0BD on white background.



Black color preview on #FCF0BD background

This text has black color on #FCF0BD background.


White color preview on #FCF0BD background

This text has white color on #FCF0BD background.