COLOR #FAFDC6

HEX: #FAFDC6
RGB: (250,253,198)

Color info

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

RGB color model

#FAFDC6 color RGB value is (250,253,198).

  • red value is 250;
  • green value is 253;
  • blue value is 198.
RGB:
(250,253,198)
(98%,99%,78%)

RGB channels and saturation

R 250 of 255 = 98%
G 253 of 255 = 99%
B 198 of 255 = 78%

250
253
198

R + G + B ~ 92%. #FAFDC6 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 253 + 198 = 701 (100%)
R 250 of 701 ~ 35.66%
G 253 of 701 ~ 36.09%
B 198 of 701 ~ 28.25%

%35.66
%36.09
%28.25

CMYK color model

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

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 0.78%
CMYK:
(1,0,22,1)
C1M0Y22K1 
(1%,0%,22%,1%)
(0.01/0.00/0.22/0.01)	

CMYK percentages

%1.19
%0
%21.74
%0.78

Codes

Color #FAFDC6 in popluar color models

FAFDC6
RGB250253198
HSL63°93.22%88.43%
HSB/HSV63°21.74%99.22%
CMYK1.19%0.00%21.74%
0.78%

Color #FAFDC6 in popluar number systems.

HEXFAFDC6
Decimal250253198
Binary111110101111110111000110
Octal372375306

Shades and tints

Shades of #FAFDC6

#FAFDC6
(250,253,198)
#E4E6B4
(228,230,180)
#CECFA2
(206,207,162)
#B8B890
(184,184,144)
#A2A17E
(162,161,126)
#8C8A6C
(140,138,108)
#76735A
(118,115,90)
#605C48
(96,92,72)
#4A4536
(74,69,54)
#342E24
(52,46,36)
#1E1712
(30,23,18)
#000000
(0,0,0)

Tints of #FAFDC6

#FAFDC6
(250,253,198)
#FAFDCB
(250,253,203)
#FAFDD0
(250,253,208)
#FAFDD5
(250,253,213)
#FAFDDA
(250,253,218)
#FAFDDF
(250,253,223)
#FAFDE4
(250,253,228)
#FAFDE9
(250,253,233)
#FAFDEE
(250,253,238)
#FAFDF3
(250,253,243)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAFDC6 color. Also use rgb(250,253,198) instead hex code.

Text Font Color

.myTextColor { color: #FAFDC6; }

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

This text font color is #FAFDC6.


Background Color

.myBgColor { background-color: #FAFDC6; }

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

This div background color is #FAFDC6.


Border color

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

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

This div border color is #FAFDC6.


Opacity

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

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

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

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

This text has shadow with #FAFDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFDC6 on black background.


Color preview on white background

This text has color #FAFDC6 on white background.



Black color preview on #FAFDC6 background

This text has black color on #FAFDC6 background.


White color preview on #FAFDC6 background

This text has white color on #FAFDC6 background.