COLOR #FAF3DF

HEX: #FAF3DF RGB: (250,243,223)

Color info

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

RGB color model

#FAF3DF color RGB value is (250,243,223).

RGB: (250,243,223) (98%, 95%, 87%)

RGB channels and saturation

R 250 of 255 = 98%
G 243 of 255 = 95%
B 223 of 255 = 87%

250
243
223

R + G + B ~ 93%. #FAF3DF is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 243 + 223 = 716 (100%)
R 250 of 716 ~ 34.92%
G 243 of 716 ~ 33.94%
B 223 of 716 ~ 31.15'%

%34.92
%33.94
%31.15

CMYK color model

#FAF3DF color CMYK value is (0,3,11,2).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 10.80%
  • key color value is 1.96%

CMYK: (0,3,11,2)
C0M3Y11K2 (0%, 3%, 11%, 2%)
(0.00 / 0.03 / 0.11 / 0.02)

CMYK percentages

%0
%2.8
%10.8
%1.96

Codes

Color #FAF3DF in popluar color models

FA F3 DF
RGB 250 243 223
HSL 44° 72.97% 92.75%
HSB/HSV 44° 10.80% 98.04%
CMYK 0.00% 2.80% 10.80%
1.96%

Color #FAF3DF in popluar number systems.

HEX FA F3 DF
Decimal 250 243 223
Binary 11111010 11110011 11011111
Octal 372 363 337

Shades and tints

Shades of #FAF3DF

#FAF3DF
(250,243,223)
#E4DDCB
(228,221,203)
#CEC7B7
(206,199,183)
#B8B1A3
(184,177,163)
#A29B8F
(162,155,143)
#8C857B
(140,133,123)
#766F67
(118,111,103)
#605953
(96,89,83)
#4A433F
(74,67,63)
#342D2B
(52,45,43)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #FAF3DF

#FAF3DF
(250,243,223)
#FAF4E1
(250,244,225)
#FAF5E3
(250,245,227)
#FAF6E5
(250,246,229)
#FAF7E7
(250,247,231)
#FAF8E9
(250,248,233)
#FAF9EB
(250,249,235)
#FAFAED
(250,250,237)
#FAFBEF
(250,251,239)
#FAFCF1
(250,252,241)
#FAFDF3
(250,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF3DF; }

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

This text font color is #FAF3DF.

Background Color

.myBgColor { background-color: #FAF3DF; }

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

This div background color is #FAF3DF.

Border color

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

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

This div border color is #FAF3DF.

Opacity

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

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

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

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

This text has shadow with #FAF3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF3DF.

Preview

Color preview on black background

This text has color #FAF3DF on black background.


Color preview on white background

This text has color #FAF3DF on white background.


Black color preview on #FAF3DF background

This text has black color on #FAF3DF background.


White color preview on #FAF3DF background

This text has white color on #FAF3DF background.


Related colors

Complementary color

Complementary color for #hex is #050C20.


I love getcolorcode.com

Triadic colors

1 #DFFAF3 and #F3DFFA with #FAF3DF are triadic colors.

2 #DFF3FA and #F3FADF with #FAF3DF are triadic colors.