COLOR #FAF7D3

HEX: #FAF7D3 RGB: (250,247,211)

Color info

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

RGB color model

#FAF7D3 color RGB value is (250,247,211).

RGB: (250,247,211) (98%, 97%, 83%)

RGB channels and saturation

R 250 of 255 = 98%
G 247 of 255 = 97%
B 211 of 255 = 83%

250
247
211

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

Portions of RGB colors in percentages

R + G + B = 250 + 247 + 211 = 708 (100%)
R 250 of 708 ~ 35.31%
G 247 of 708 ~ 34.89%
B 211 of 708 ~ 29.8'%

%35.31
%34.89
%29.8

CMYK color model

#FAF7D3 color CMYK value is (0,1,16,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 15.60%
  • key color value is 1.96%

CMYK: (0,1,16,2)
C0M1Y16K2 (0%, 1%, 16%, 2%)
(0.00 / 0.01 / 0.16 / 0.02)

CMYK percentages

%0
%1.2
%15.6
%1.96

Codes

Color #FAF7D3 in popluar color models

FA F7 D3
RGB 250 247 211
HSL 55° 79.59% 90.39%
HSB/HSV 55° 15.60% 98.04%
CMYK 0.00% 1.20% 15.60%
1.96%

Color #FAF7D3 in popluar number systems.

HEX FA F7 D3
Decimal 250 247 211
Binary 11111010 11110111 11010011
Octal 372 367 323

Shades and tints

Shades of #FAF7D3

#FAF7D3
(250,247,211)
#E4E1C0
(228,225,192)
#CECBAD
(206,203,173)
#B8B59A
(184,181,154)
#A29F87
(162,159,135)
#8C8974
(140,137,116)
#767361
(118,115,97)
#605D4E
(96,93,78)
#4A473B
(74,71,59)
#343128
(52,49,40)
#1E1B15
(30,27,21)
#000000
(0,0,0)

Tints of #FAF7D3

#FAF7D3
(250,247,211)
#FAF7D7
(250,247,215)
#FAF7DB
(250,247,219)
#FAF7DF
(250,247,223)
#FAF7E3
(250,247,227)
#FAF7E7
(250,247,231)
#FAF7EB
(250,247,235)
#FAF7EF
(250,247,239)
#FAF7F3
(250,247,243)
#FAF7F7
(250,247,247)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF7D3 color. Also use rgb(250,247,211) instead hex code.

Text Font Color

.myTextColor { color: #FAF7D3; }

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

This text font color is #FAF7D3.

Background Color

.myBgColor { background-color: #FAF7D3; }

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

This div background color is #FAF7D3.

Border color

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

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

This div border color is #FAF7D3.

Opacity

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

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

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

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

This text has shadow with #FAF7D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF7D3.

Preview

Color preview on black background

This text has color #FAF7D3 on black background.


Color preview on white background

This text has color #FAF7D3 on white background.


Black color preview on #FAF7D3 background

This text has black color on #FAF7D3 background.


White color preview on #FAF7D3 background

This text has white color on #FAF7D3 background.


Related colors

Complementary color

Complementary color for #hex is #05082C.


I love getcolorcode.com

Triadic colors

1 #D3FAF7 and #F7D3FA with #FAF7D3 are triadic colors.

2 #D3F7FA and #F7FAD3 with #FAF7D3 are triadic colors.