COLOR #FCFAD0

HEX: #FCFAD0 RGB: (252,250,208)

Color info

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

RGB color model

#FCFAD0 color RGB value is (252,250,208).

RGB: (252,250,208) (99%, 98%, 82%)

RGB channels and saturation

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

252
250
208

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

Portions of RGB colors in percentages

R + G + B = 252 + 250 + 208 = 710 (100%)
R 252 of 710 ~ 35.49%
G 250 of 710 ~ 35.21%
B 208 of 710 ~ 29.3'%

%35.49
%35.21
%29.3

CMYK color model

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

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

CMYK: (0,1,17,1)
C0M1Y17K1 (0%, 1%, 17%, 1%)
(0.00 / 0.01 / 0.17 / 0.01)

CMYK percentages

%0
%0.79
%17.46
%1.18

Codes

Color #FCFAD0 in popluar color models

FC FA D0
RGB 252 250 208
HSL 57° 88.00% 90.20%
HSB/HSV 57° 17.46% 98.82%
CMYK 0.00% 0.79% 17.46%
1.18%

Color #FCFAD0 in popluar number systems.

HEX FC FA D0
Decimal 252 250 208
Binary 11111100 11111010 11010000
Octal 374 372 320

Shades and tints

Shades of #FCFAD0

#FCFAD0
(252,250,208)
#E6E4BE
(230,228,190)
#D0CEAC
(208,206,172)
#BAB89A
(186,184,154)
#A4A288
(164,162,136)
#8E8C76
(142,140,118)
#787664
(120,118,100)
#626052
(98,96,82)
#4C4A40
(76,74,64)
#36342E
(54,52,46)
#201E1C
(32,30,28)
#000000
(0,0,0)

Tints of #FCFAD0

#FCFAD0
(252,250,208)
#FCFAD4
(252,250,212)
#FCFAD8
(252,250,216)
#FCFADC
(252,250,220)
#FCFAE0
(252,250,224)
#FCFAE4
(252,250,228)
#FCFAE8
(252,250,232)
#FCFAEC
(252,250,236)
#FCFAF0
(252,250,240)
#FCFAF4
(252,250,244)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFAD0; }

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

This text font color is #FCFAD0.

Background Color

.myBgColor { background-color: #FCFAD0; }

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

This div background color is #FCFAD0.

Border color

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

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

This div border color is #FCFAD0.

Opacity

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

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

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

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

This text has shadow with #FCFAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFAD0.

Preview

Color preview on black background

This text has color #FCFAD0 on black background.


Color preview on white background

This text has color #FCFAD0 on white background.


Black color preview on #FCFAD0 background

This text has black color on #FCFAD0 background.


White color preview on #FCFAD0 background

This text has white color on #FCFAD0 background.


Related colors

Complementary color

Complementary color for #hex is #03052F.


I love getcolorcode.com

Triadic colors

1 #D0FCFA and #FAD0FC with #FCFAD0 are triadic colors.

2 #D0FAFC and #FAFCD0 with #FCFAD0 are triadic colors.