COLOR #FAF1CE

HEX: #FAF1CE RGB: (250,241,206)

Color info

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

RGB color model

#FAF1CE color RGB value is (250,241,206).

RGB: (250,241,206) (98%, 95%, 81%)

RGB channels and saturation

R 250 of 255 = 98%
G 241 of 255 = 95%
B 206 of 255 = 81%

250
241
206

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

Portions of RGB colors in percentages

R + G + B = 250 + 241 + 206 = 697 (100%)
R 250 of 697 ~ 35.87%
G 241 of 697 ~ 34.58%
B 206 of 697 ~ 29.56'%

%35.87
%34.58
%29.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 17.60%
  • key color value is 1.96%

CMYK: (0,4,18,2)
C0M4Y18K2 (0%, 4%, 18%, 2%)
(0.00 / 0.04 / 0.18 / 0.02)

CMYK percentages

%0
%3.6
%17.6
%1.96

Codes

Color #FAF1CE in popluar color models

FA F1 CE
RGB 250 241 206
HSL 48° 81.48% 89.41%
HSB/HSV 48° 17.60% 98.04%
CMYK 0.00% 3.60% 17.60%
1.96%

Color #FAF1CE in popluar number systems.

HEX FA F1 CE
Decimal 250 241 206
Binary 11111010 11110001 11001110
Octal 372 361 316

Shades and tints

Shades of #FAF1CE

#FAF1CE
(250,241,206)
#E4DCBC
(228,220,188)
#CEC7AA
(206,199,170)
#B8B298
(184,178,152)
#A29D86
(162,157,134)
#8C8874
(140,136,116)
#767362
(118,115,98)
#605E50
(96,94,80)
#4A493E
(74,73,62)
#34342C
(52,52,44)
#1E1F1A
(30,31,26)
#000000
(0,0,0)

Tints of #FAF1CE

#FAF1CE
(250,241,206)
#FAF2D2
(250,242,210)
#FAF3D6
(250,243,214)
#FAF4DA
(250,244,218)
#FAF5DE
(250,245,222)
#FAF6E2
(250,246,226)
#FAF7E6
(250,247,230)
#FAF8EA
(250,248,234)
#FAF9EE
(250,249,238)
#FAFAF2
(250,250,242)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF1CE color. Also use rgb(250,241,206) instead hex code.

Text Font Color

.myTextColor { color: #FAF1CE; }

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

This text font color is #FAF1CE.

Background Color

.myBgColor { background-color: #FAF1CE; }

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

This div background color is #FAF1CE.

Border color

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

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

This div border color is #FAF1CE.

Opacity

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

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

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

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

This text has shadow with #FAF1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF1CE.

Preview

Color preview on black background

This text has color #FAF1CE on black background.


Color preview on white background

This text has color #FAF1CE on white background.


Black color preview on #FAF1CE background

This text has black color on #FAF1CE background.


White color preview on #FAF1CE background

This text has white color on #FAF1CE background.


Related colors

Complementary color

Complementary color for #hex is #050E31.


I love getcolorcode.com

Triadic colors

1 #CEFAF1 and #F1CEFA with #FAF1CE are triadic colors.

2 #CEF1FA and #F1FACE with #FAF1CE are triadic colors.