COLOR #FAF6CB

HEX: #FAF6CB RGB: (250,246,203)

Color info

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

RGB color model

#FAF6CB color RGB value is (250,246,203).

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

RGB channels and saturation

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

250
246
203

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

Portions of RGB colors in percentages

R + G + B = 250 + 246 + 203 = 699 (100%)
R 250 of 699 ~ 35.77%
G 246 of 699 ~ 35.19%
B 203 of 699 ~ 29.04'%

%35.77
%35.19
%29.04

CMYK color model

#FAF6CB color CMYK value is (0,2,19,2).

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

CMYK: (0,2,19,2)
C0M2Y19K2 (0%, 2%, 19%, 2%)
(0.00 / 0.02 / 0.19 / 0.02)

CMYK percentages

%0
%1.6
%18.8
%1.96

Codes

Color #FAF6CB in popluar color models

FA F6 CB
RGB 250 246 203
HSL 55° 82.46% 88.82%
HSB/HSV 55° 18.80% 98.04%
CMYK 0.00% 1.60% 18.80%
1.96%

Color #FAF6CB in popluar number systems.

HEX FA F6 CB
Decimal 250 246 203
Binary 11111010 11110110 11001011
Octal 372 366 313

Shades and tints

Shades of #FAF6CB

#FAF6CB
(250,246,203)
#E4E0B9
(228,224,185)
#CECAA7
(206,202,167)
#B8B495
(184,180,149)
#A29E83
(162,158,131)
#8C8871
(140,136,113)
#76725F
(118,114,95)
#605C4D
(96,92,77)
#4A463B
(74,70,59)
#343029
(52,48,41)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #FAF6CB

#FAF6CB
(250,246,203)
#FAF6CF
(250,246,207)
#FAF6D3
(250,246,211)
#FAF6D7
(250,246,215)
#FAF6DB
(250,246,219)
#FAF6DF
(250,246,223)
#FAF6E3
(250,246,227)
#FAF6E7
(250,246,231)
#FAF6EB
(250,246,235)
#FAF6EF
(250,246,239)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF6CB; }

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

This text font color is #FAF6CB.

Background Color

.myBgColor { background-color: #FAF6CB; }

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

This div background color is #FAF6CB.

Border color

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

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

This div border color is #FAF6CB.

Opacity

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

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

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

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

This text has shadow with #FAF6CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF6CB.

Preview

Color preview on black background

This text has color #FAF6CB on black background.


Color preview on white background

This text has color #FAF6CB on white background.


Black color preview on #FAF6CB background

This text has black color on #FAF6CB background.


White color preview on #FAF6CB background

This text has white color on #FAF6CB background.


Related colors

Complementary color

Complementary color for #hex is #050934.


I love getcolorcode.com

Triadic colors

1 #CBFAF6 and #F6CBFA with #FAF6CB are triadic colors.

2 #CBF6FA and #F6FACB with #FAF6CB are triadic colors.