COLOR #FCFADB

HEX: #FCFADB RGB: (252,250,219)

Color info

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

RGB color model

#FCFADB color RGB value is (252,250,219).

RGB: (252,250,219) (99%, 98%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 250 of 255 = 98%
B 219 of 255 = 86%

252
250
219

R + G + B ~ 94%. #FCFADB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 250 + 219 = 721 (100%)
R 252 of 721 ~ 34.95%
G 250 of 721 ~ 34.67%
B 219 of 721 ~ 30.37'%

%34.95
%34.67
%30.37

CMYK color model

#FCFADB color CMYK value is (0,1,13,1).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 13.10%
  • key color value is 1.18%

CMYK: (0,1,13,1)
C0M1Y13K1 (0%, 1%, 13%, 1%)
(0.00 / 0.01 / 0.13 / 0.01)

CMYK percentages

%0
%0.79
%13.1
%1.18

Codes

Color #FCFADB in popluar color models

FC FA DB
RGB 252 250 219
HSL 56° 84.62% 92.35%
HSB/HSV 56° 13.10% 98.82%
CMYK 0.00% 0.79% 13.10%
1.18%

Color #FCFADB in popluar number systems.

HEX FC FA DB
Decimal 252 250 219
Binary 11111100 11111010 11011011
Octal 374 372 333

Shades and tints

Shades of #FCFADB

#FCFADB
(252,250,219)
#E6E4C8
(230,228,200)
#D0CEB5
(208,206,181)
#BAB8A2
(186,184,162)
#A4A28F
(164,162,143)
#8E8C7C
(142,140,124)
#787669
(120,118,105)
#626056
(98,96,86)
#4C4A43
(76,74,67)
#363430
(54,52,48)
#201E1D
(32,30,29)
#000000
(0,0,0)

Tints of #FCFADB

#FCFADB
(252,250,219)
#FCFADE
(252,250,222)
#FCFAE1
(252,250,225)
#FCFAE4
(252,250,228)
#FCFAE7
(252,250,231)
#FCFAEA
(252,250,234)
#FCFAED
(252,250,237)
#FCFAF0
(252,250,240)
#FCFAF3
(252,250,243)
#FCFAF6
(252,250,246)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCFADB color. Also use rgb(252,250,219) instead hex code.

Text Font Color

.myTextColor { color: #FCFADB; }

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

This text font color is #FCFADB.

Background Color

.myBgColor { background-color: #FCFADB; }

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

This div background color is #FCFADB.

Border color

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

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

This div border color is #FCFADB.

Opacity

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

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

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

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

This text has shadow with #FCFADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFADB.

Preview

Color preview on black background

This text has color #FCFADB on black background.


Color preview on white background

This text has color #FCFADB on white background.


Black color preview on #FCFADB background

This text has black color on #FCFADB background.


White color preview on #FCFADB background

This text has white color on #FCFADB background.


Related colors

Complementary color

Complementary color for #hex is #030524.


I love getcolorcode.com

Triadic colors

1 #DBFCFA and #FADBFC with #FCFADB are triadic colors.

2 #DBFAFC and #FAFCDB with #FCFADB are triadic colors.