COLOR #FAF4DA

HEX: #FAF4DA RGB: (250,244,218)

Color info

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

RGB color model

#FAF4DA color RGB value is (250,244,218).

RGB: (250,244,218) (98%, 96%, 85%)

RGB channels and saturation

R 250 of 255 = 98%
G 244 of 255 = 96%
B 218 of 255 = 85%

250
244
218

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

Portions of RGB colors in percentages

R + G + B = 250 + 244 + 218 = 712 (100%)
R 250 of 712 ~ 35.11%
G 244 of 712 ~ 34.27%
B 218 of 712 ~ 30.62'%

%35.11
%34.27
%30.62

CMYK color model

#FAF4DA color CMYK value is (0,2,13,2).

  • cyan value is 0.00%
  • magenta value is 2.40%
  • yellow value is 12.80%
  • key color value is 1.96%

CMYK: (0,2,13,2)
C0M2Y13K2 (0%, 2%, 13%, 2%)
(0.00 / 0.02 / 0.13 / 0.02)

CMYK percentages

%0
%2.4
%12.8
%1.96

Codes

Color #FAF4DA in popluar color models

FA F4 DA
RGB 250 244 218
HSL 49° 76.19% 91.76%
HSB/HSV 49° 12.80% 98.04%
CMYK 0.00% 2.40% 12.80%
1.96%

Color #FAF4DA in popluar number systems.

HEX FA F4 DA
Decimal 250 244 218
Binary 11111010 11110100 11011010
Octal 372 364 332

Shades and tints

Shades of #FAF4DA

#FAF4DA
(250,244,218)
#E4DEC7
(228,222,199)
#CEC8B4
(206,200,180)
#B8B2A1
(184,178,161)
#A29C8E
(162,156,142)
#8C867B
(140,134,123)
#767068
(118,112,104)
#605A55
(96,90,85)
#4A4442
(74,68,66)
#342E2F
(52,46,47)
#1E181C
(30,24,28)
#000000
(0,0,0)

Tints of #FAF4DA

#FAF4DA
(250,244,218)
#FAF5DD
(250,245,221)
#FAF6E0
(250,246,224)
#FAF7E3
(250,247,227)
#FAF8E6
(250,248,230)
#FAF9E9
(250,249,233)
#FAFAEC
(250,250,236)
#FAFBEF
(250,251,239)
#FAFCF2
(250,252,242)
#FAFDF5
(250,253,245)
#FAFEF8
(250,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF4DA color. Also use rgb(250,244,218) instead hex code.

Text Font Color

.myTextColor { color: #FAF4DA; }

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

This text font color is #FAF4DA.

Background Color

.myBgColor { background-color: #FAF4DA; }

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

This div background color is #FAF4DA.

Border color

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

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

This div border color is #FAF4DA.

Opacity

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

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

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

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

This text has shadow with #FAF4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF4DA.

Preview

Color preview on black background

This text has color #FAF4DA on black background.


Color preview on white background

This text has color #FAF4DA on white background.


Black color preview on #FAF4DA background

This text has black color on #FAF4DA background.


White color preview on #FAF4DA background

This text has white color on #FAF4DA background.


Related colors

Complementary color

Complementary color for #hex is #050B25.


I love getcolorcode.com

Triadic colors

1 #DAFAF4 and #F4DAFA with #FAF4DA are triadic colors.

2 #DAF4FA and #F4FADA with #FAF4DA are triadic colors.