COLOR #FCFBC4

HEX: #FCFBC4 RGB: (252,251,196)

Color info

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

RGB color model

#FCFBC4 color RGB value is (252,251,196).

RGB: (252,251,196) (99%, 98%, 77%)

RGB channels and saturation

R 252 of 255 = 99%
G 251 of 255 = 98%
B 196 of 255 = 77%

252
251
196

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

Portions of RGB colors in percentages

R + G + B = 252 + 251 + 196 = 699 (100%)
R 252 of 699 ~ 36.05%
G 251 of 699 ~ 35.91%
B 196 of 699 ~ 28.04'%

%36.05
%35.91
%28.04

CMYK color model

#FCFBC4 color CMYK value is (0,0,22,1).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 22.22%
  • key color value is 1.18%

CMYK: (0,0,22,1)
C0M0Y22K1 (0%, 0%, 22%, 1%)
(0.00 / 0.00 / 0.22 / 0.01)

CMYK percentages

%0
%0.4
%22.22
%1.18

Codes

Color #FCFBC4 in popluar color models

FC FB C4
RGB 252 251 196
HSL 59° 90.32% 87.84%
HSB/HSV 59° 22.22% 98.82%
CMYK 0.00% 0.40% 22.22%
1.18%

Color #FCFBC4 in popluar number systems.

HEX FC FB C4
Decimal 252 251 196
Binary 11111100 11111011 11000100
Octal 374 373 304

Shades and tints

Shades of #FCFBC4

#FCFBC4
(252,251,196)
#E6E5B3
(230,229,179)
#D0CFA2
(208,207,162)
#BAB991
(186,185,145)
#A4A380
(164,163,128)
#8E8D6F
(142,141,111)
#78775E
(120,119,94)
#62614D
(98,97,77)
#4C4B3C
(76,75,60)
#36352B
(54,53,43)
#201F1A
(32,31,26)
#000000
(0,0,0)

Tints of #FCFBC4

#FCFBC4
(252,251,196)
#FCFBC9
(252,251,201)
#FCFBCE
(252,251,206)
#FCFBD3
(252,251,211)
#FCFBD8
(252,251,216)
#FCFBDD
(252,251,221)
#FCFBE2
(252,251,226)
#FCFBE7
(252,251,231)
#FCFBEC
(252,251,236)
#FCFBF1
(252,251,241)
#FCFBF6
(252,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFBC4; }

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

This text font color is #FCFBC4.

Background Color

.myBgColor { background-color: #FCFBC4; }

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

This div background color is #FCFBC4.

Border color

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

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

This div border color is #FCFBC4.

Opacity

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

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

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

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

This text has shadow with #FCFBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFBC4.

Preview

Color preview on black background

This text has color #FCFBC4 on black background.


Color preview on white background

This text has color #FCFBC4 on white background.


Black color preview on #FCFBC4 background

This text has black color on #FCFBC4 background.


White color preview on #FCFBC4 background

This text has white color on #FCFBC4 background.


Related colors

Complementary color

Complementary color for #hex is #03043B.


I love getcolorcode.com

Triadic colors

1 #C4FCFB and #FBC4FC with #FCFBC4 are triadic colors.

2 #C4FBFC and #FBFCC4 with #FCFBC4 are triadic colors.