COLOR #FAFCDF

HEX: #FAFCDF
RGB: (250,252,223)

Color info

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

RGB color model

#FAFCDF color RGB value is (250,252,223).

  • red value is 250;
  • green value is 252;
  • blue value is 223.
RGB:
(250,252,223)
(98%,99%,87%)

RGB channels and saturation

R 250 of 255 = 98%
G 252 of 255 = 99%
B 223 of 255 = 87%

250
252
223

R + G + B ~ 95%. #FAFCDF is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 252 + 223 = 725 (100%)
R 250 of 725 ~ 34.48%
G 252 of 725 ~ 34.76%
B 223 of 725 ~ 30.76%

%34.48
%34.76
%30.76

CMYK color model

#FAFCDF color CMYK value is (1,0,12,1).

  • cyan value is 0.79%
  • magenta value is 0.00%
  • yellow value is 11.51%
  • key color value is 1.18%
CMYK:
(1,0,12,1)
C1M0Y12K1 
(1%,0%,12%,1%)
(0.01/0.00/0.12/0.01)	

CMYK percentages

%0.79
%0
%11.51
%1.18

Codes

Color #FAFCDF in popluar color models

FAFCDF
RGB250252223
HSL64°82.86%93.14%
HSB/HSV64°11.51%98.82%
CMYK0.79%0.00%11.51%
1.18%

Color #FAFCDF in popluar number systems.

HEXFAFCDF
Decimal250252223
Binary111110101111110011011111
Octal372374337

Shades and tints

Shades of #FAFCDF

#FAFCDF
(250,252,223)
#E4E6CB
(228,230,203)
#CED0B7
(206,208,183)
#B8BAA3
(184,186,163)
#A2A48F
(162,164,143)
#8C8E7B
(140,142,123)
#767867
(118,120,103)
#606253
(96,98,83)
#4A4C3F
(74,76,63)
#34362B
(52,54,43)
#1E2017
(30,32,23)
#000000
(0,0,0)

Tints of #FAFCDF

#FAFCDF
(250,252,223)
#FAFCE1
(250,252,225)
#FAFCE3
(250,252,227)
#FAFCE5
(250,252,229)
#FAFCE7
(250,252,231)
#FAFCE9
(250,252,233)
#FAFCEB
(250,252,235)
#FAFCED
(250,252,237)
#FAFCEF
(250,252,239)
#FAFCF1
(250,252,241)
#FAFCF3
(250,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFCDF; }

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

This text font color is #FAFCDF.


Background Color

.myBgColor { background-color: #FAFCDF; }

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

This div background color is #FAFCDF.


Border color

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

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

This div border color is #FAFCDF.


Opacity

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

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

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

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

This text has shadow with #FAFCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFCDF on black background.


Color preview on white background

This text has color #FAFCDF on white background.



Black color preview on #FAFCDF background

This text has black color on #FAFCDF background.


White color preview on #FAFCDF background

This text has white color on #FAFCDF background.