COLOR #FAF3DB

HEX: #FAF3DB RGB: (250,243,219)

Color info

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

RGB color model

#FAF3DB color RGB value is (250,243,219).

RGB: (250,243,219) (98%, 95%, 86%)

RGB channels and saturation

R 250 of 255 = 98%
G 243 of 255 = 95%
B 219 of 255 = 86%

250
243
219

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

Portions of RGB colors in percentages

R + G + B = 250 + 243 + 219 = 712 (100%)
R 250 of 712 ~ 35.11%
G 243 of 712 ~ 34.13%
B 219 of 712 ~ 30.76'%

%35.11
%34.13
%30.76

CMYK color model

#FAF3DB color CMYK value is (0,3,12,2).

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

CMYK: (0,3,12,2)
C0M3Y12K2 (0%, 3%, 12%, 2%)
(0.00 / 0.03 / 0.12 / 0.02)

CMYK percentages

%0
%2.8
%12.4
%1.96

Codes

Color #FAF3DB in popluar color models

FA F3 DB
RGB 250 243 219
HSL 46° 75.61% 91.96%
HSB/HSV 46° 12.40% 98.04%
CMYK 0.00% 2.80% 12.40%
1.96%

Color #FAF3DB in popluar number systems.

HEX FA F3 DB
Decimal 250 243 219
Binary 11111010 11110011 11011011
Octal 372 363 333

Shades and tints

Shades of #FAF3DB

#FAF3DB
(250,243,219)
#E4DDC8
(228,221,200)
#CEC7B5
(206,199,181)
#B8B1A2
(184,177,162)
#A29B8F
(162,155,143)
#8C857C
(140,133,124)
#766F69
(118,111,105)
#605956
(96,89,86)
#4A4343
(74,67,67)
#342D30
(52,45,48)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #FAF3DB

#FAF3DB
(250,243,219)
#FAF4DE
(250,244,222)
#FAF5E1
(250,245,225)
#FAF6E4
(250,246,228)
#FAF7E7
(250,247,231)
#FAF8EA
(250,248,234)
#FAF9ED
(250,249,237)
#FAFAF0
(250,250,240)
#FAFBF3
(250,251,243)
#FAFCF6
(250,252,246)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF3DB; }

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

This text font color is #FAF3DB.

Background Color

.myBgColor { background-color: #FAF3DB; }

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

This div background color is #FAF3DB.

Border color

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

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

This div border color is #FAF3DB.

Opacity

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

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

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

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

This text has shadow with #FAF3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF3DB.

Preview

Color preview on black background

This text has color #FAF3DB on black background.


Color preview on white background

This text has color #FAF3DB on white background.


Black color preview on #FAF3DB background

This text has black color on #FAF3DB background.


White color preview on #FAF3DB background

This text has white color on #FAF3DB background.


Related colors

Complementary color

Complementary color for #hex is #050C24.


I love getcolorcode.com

Triadic colors

1 #DBFAF3 and #F3DBFA with #FAF3DB are triadic colors.

2 #DBF3FA and #F3FADB with #FAF3DB are triadic colors.