COLOR #FAF6CC

HEX: #FAF6CC RGB: (250,246,204)

Color info

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

RGB color model

#FAF6CC color RGB value is (250,246,204).

RGB: (250,246,204) (98%, 96%, 80%)

RGB channels and saturation

R 250 of 255 = 98%
G 246 of 255 = 96%
B 204 of 255 = 80%

250
246
204

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

Portions of RGB colors in percentages

R + G + B = 250 + 246 + 204 = 700 (100%)
R 250 of 700 ~ 35.71%
G 246 of 700 ~ 35.14%
B 204 of 700 ~ 29.14'%

%35.71
%35.14
%29.14

CMYK color model

#FAF6CC color CMYK value is (0,2,18,2).

  • cyan value is 0.00%
  • magenta value is 1.60%
  • yellow value is 18.40%
  • key color value is 1.96%

CMYK: (0,2,18,2)
C0M2Y18K2 (0%, 2%, 18%, 2%)
(0.00 / 0.02 / 0.18 / 0.02)

CMYK percentages

%0
%1.6
%18.4
%1.96

Codes

Color #FAF6CC in popluar color models

FA F6 CC
RGB 250 246 204
HSL 55° 82.14% 89.02%
HSB/HSV 55° 18.40% 98.04%
CMYK 0.00% 1.60% 18.40%
1.96%

Color #FAF6CC in popluar number systems.

HEX FA F6 CC
Decimal 250 246 204
Binary 11111010 11110110 11001100
Octal 372 366 314

Shades and tints

Shades of #FAF6CC

#FAF6CC
(250,246,204)
#E4E0BA
(228,224,186)
#CECAA8
(206,202,168)
#B8B496
(184,180,150)
#A29E84
(162,158,132)
#8C8872
(140,136,114)
#767260
(118,114,96)
#605C4E
(96,92,78)
#4A463C
(74,70,60)
#34302A
(52,48,42)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #FAF6CC

#FAF6CC
(250,246,204)
#FAF6D0
(250,246,208)
#FAF6D4
(250,246,212)
#FAF6D8
(250,246,216)
#FAF6DC
(250,246,220)
#FAF6E0
(250,246,224)
#FAF6E4
(250,246,228)
#FAF6E8
(250,246,232)
#FAF6EC
(250,246,236)
#FAF6F0
(250,246,240)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF6CC color. Also use rgb(250,246,204) instead hex code.

Text Font Color

.myTextColor { color: #FAF6CC; }

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

This text font color is #FAF6CC.

Background Color

.myBgColor { background-color: #FAF6CC; }

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

This div background color is #FAF6CC.

Border color

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

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

This div border color is #FAF6CC.

Opacity

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

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

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

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

This text has shadow with #FAF6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF6CC.

Preview

Color preview on black background

This text has color #FAF6CC on black background.


Color preview on white background

This text has color #FAF6CC on white background.


Black color preview on #FAF6CC background

This text has black color on #FAF6CC background.


White color preview on #FAF6CC background

This text has white color on #FAF6CC background.


Related colors

Complementary color

Complementary color for #hex is #050933.


I love getcolorcode.com

Triadic colors

1 #CCFAF6 and #F6CCFA with #FAF6CC are triadic colors.

2 #CCF6FA and #F6FACC with #FAF6CC are triadic colors.