COLOR #FCFAC1

HEX: #FCFAC1 RGB: (252,250,193)

Color info

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

RGB color model

#FCFAC1 color RGB value is (252,250,193).

RGB: (252,250,193) (99%, 98%, 76%)

RGB channels and saturation

R 252 of 255 = 99%
G 250 of 255 = 98%
B 193 of 255 = 76%

252
250
193

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

Portions of RGB colors in percentages

R + G + B = 252 + 250 + 193 = 695 (100%)
R 252 of 695 ~ 36.26%
G 250 of 695 ~ 35.97%
B 193 of 695 ~ 27.77'%

%36.26
%35.97
%27.77

CMYK color model

#FCFAC1 color CMYK value is (0,1,23,1).

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

CMYK: (0,1,23,1)
C0M1Y23K1 (0%, 1%, 23%, 1%)
(0.00 / 0.01 / 0.23 / 0.01)

CMYK percentages

%0
%0.79
%23.41
%1.18

Codes

Color #FCFAC1 in popluar color models

FC FA C1
RGB 252 250 193
HSL 58° 90.77% 87.25%
HSB/HSV 58° 23.41% 98.82%
CMYK 0.00% 0.79% 23.41%
1.18%

Color #FCFAC1 in popluar number systems.

HEX FC FA C1
Decimal 252 250 193
Binary 11111100 11111010 11000001
Octal 374 372 301

Shades and tints

Shades of #FCFAC1

#FCFAC1
(252,250,193)
#E6E4B0
(230,228,176)
#D0CE9F
(208,206,159)
#BAB88E
(186,184,142)
#A4A27D
(164,162,125)
#8E8C6C
(142,140,108)
#78765B
(120,118,91)
#62604A
(98,96,74)
#4C4A39
(76,74,57)
#363428
(54,52,40)
#201E17
(32,30,23)
#000000
(0,0,0)

Tints of #FCFAC1

#FCFAC1
(252,250,193)
#FCFAC6
(252,250,198)
#FCFACB
(252,250,203)
#FCFAD0
(252,250,208)
#FCFAD5
(252,250,213)
#FCFADA
(252,250,218)
#FCFADF
(252,250,223)
#FCFAE4
(252,250,228)
#FCFAE9
(252,250,233)
#FCFAEE
(252,250,238)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFAC1; }

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

This text font color is #FCFAC1.

Background Color

.myBgColor { background-color: #FCFAC1; }

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

This div background color is #FCFAC1.

Border color

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

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

This div border color is #FCFAC1.

Opacity

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

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

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

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

This text has shadow with #FCFAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFAC1.

Preview

Color preview on black background

This text has color #FCFAC1 on black background.


Color preview on white background

This text has color #FCFAC1 on white background.


Black color preview on #FCFAC1 background

This text has black color on #FCFAC1 background.


White color preview on #FCFAC1 background

This text has white color on #FCFAC1 background.


Related colors

Complementary color

Complementary color for #hex is #03053E.


I love getcolorcode.com

Triadic colors

1 #C1FCFA and #FAC1FC with #FCFAC1 are triadic colors.

2 #C1FAFC and #FAFCC1 with #FCFAC1 are triadic colors.