COLOR #FCFBD0

HEX: #FCFBD0
RGB: (252,251,208)

Color info

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

RGB color model

#FCFBD0 color RGB value is (252,251,208).

  • red value is 252;
  • green value is 251;
  • blue value is 208.
RGB:
(252,251,208)
(99%,98%,82%)

RGB channels and saturation

R 252 of 255 = 99%
G 251 of 255 = 98%
B 208 of 255 = 82%

252
251
208

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

Portions of RGB colors in percentages

R + G + B =
252 + 251 + 208 = 711 (100%)
R 252 of 711 ~ 35.44%
G 251 of 711 ~ 35.3%
B 208 of 711 ~ 29.25%

%35.44
%35.3
%29.25

CMYK color model

#FCFBD0 color CMYK value is (0,0,17,1).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 17.46%
  • key color value is 1.18%
CMYK:
(0,0,17,1)
C0M0Y17K1 
(0%,0%,17%,1%)
(0.00/0.00/0.17/0.01)	

CMYK percentages

%0
%0.4
%17.46
%1.18

Codes

Color #FCFBD0 in popluar color models

FCFBD0
RGB252251208
HSL59°88.00%90.20%
HSB/HSV59°17.46%98.82%
CMYK0.00%0.40%17.46%
1.18%

Color #FCFBD0 in popluar number systems.

HEXFCFBD0
Decimal252251208
Binary111111001111101111010000
Octal374373320

Shades and tints

Shades of #FCFBD0

#FCFBD0
(252,251,208)
#E6E5BE
(230,229,190)
#D0CFAC
(208,207,172)
#BAB99A
(186,185,154)
#A4A388
(164,163,136)
#8E8D76
(142,141,118)
#787764
(120,119,100)
#626152
(98,97,82)
#4C4B40
(76,75,64)
#36352E
(54,53,46)
#201F1C
(32,31,28)
#000000
(0,0,0)

Tints of #FCFBD0

#FCFBD0
(252,251,208)
#FCFBD4
(252,251,212)
#FCFBD8
(252,251,216)
#FCFBDC
(252,251,220)
#FCFBE0
(252,251,224)
#FCFBE4
(252,251,228)
#FCFBE8
(252,251,232)
#FCFBEC
(252,251,236)
#FCFBF0
(252,251,240)
#FCFBF4
(252,251,244)
#FCFBF8
(252,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCFBD0 color. Also use rgb(252,251,208) instead hex code.

Text Font Color

.myTextColor { color: #FCFBD0; }

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

This text font color is #FCFBD0.


Background Color

.myBgColor { background-color: #FCFBD0; }

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

This div background color is #FCFBD0.


Border color

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

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

This div border color is #FCFBD0.


Opacity

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

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

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

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

This text has shadow with #FCFBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFBD0 on black background.


Color preview on white background

This text has color #FCFBD0 on white background.



Black color preview on #FCFBD0 background

This text has black color on #FCFBD0 background.


White color preview on #FCFBD0 background

This text has white color on #FCFBD0 background.