COLOR #FAF8CA

HEX: #FAF8CA RGB: (250,248,202)

Color info

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

RGB color model

#FAF8CA color RGB value is (250,248,202).

RGB: (250,248,202) (98%, 97%, 79%)

RGB channels and saturation

R 250 of 255 = 98%
G 248 of 255 = 97%
B 202 of 255 = 79%

250
248
202

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

Portions of RGB colors in percentages

R + G + B = 250 + 248 + 202 = 700 (100%)
R 250 of 700 ~ 35.71%
G 248 of 700 ~ 35.43%
B 202 of 700 ~ 28.86'%

%35.71
%35.43
%28.86

CMYK color model

#FAF8CA color CMYK value is (0,1,19,2).

  • cyan value is 0.00%
  • magenta value is 0.80%
  • yellow value is 19.20%
  • key color value is 1.96%

CMYK: (0,1,19,2)
C0M1Y19K2 (0%, 1%, 19%, 2%)
(0.00 / 0.01 / 0.19 / 0.02)

CMYK percentages

%0
%0.8
%19.2
%1.96

Codes

Color #FAF8CA in popluar color models

FA F8 CA
RGB 250 248 202
HSL 58° 82.76% 88.63%
HSB/HSV 58° 19.20% 98.04%
CMYK 0.00% 0.80% 19.20%
1.96%

Color #FAF8CA in popluar number systems.

HEX FA F8 CA
Decimal 250 248 202
Binary 11111010 11111000 11001010
Octal 372 370 312

Shades and tints

Shades of #FAF8CA

#FAF8CA
(250,248,202)
#E4E2B8
(228,226,184)
#CECCA6
(206,204,166)
#B8B694
(184,182,148)
#A2A082
(162,160,130)
#8C8A70
(140,138,112)
#76745E
(118,116,94)
#605E4C
(96,94,76)
#4A483A
(74,72,58)
#343228
(52,50,40)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #FAF8CA

#FAF8CA
(250,248,202)
#FAF8CE
(250,248,206)
#FAF8D2
(250,248,210)
#FAF8D6
(250,248,214)
#FAF8DA
(250,248,218)
#FAF8DE
(250,248,222)
#FAF8E2
(250,248,226)
#FAF8E6
(250,248,230)
#FAF8EA
(250,248,234)
#FAF8EE
(250,248,238)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAF8CA color. Also use rgb(250,248,202) instead hex code.

Text Font Color

.myTextColor { color: #FAF8CA; }

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

This text font color is #FAF8CA.

Background Color

.myBgColor { background-color: #FAF8CA; }

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

This div background color is #FAF8CA.

Border color

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

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

This div border color is #FAF8CA.

Opacity

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

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

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

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

This text has shadow with #FAF8CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF8CA.

Preview

Color preview on black background

This text has color #FAF8CA on black background.


Color preview on white background

This text has color #FAF8CA on white background.


Black color preview on #FAF8CA background

This text has black color on #FAF8CA background.


White color preview on #FAF8CA background

This text has white color on #FAF8CA background.


Related colors

Complementary color

Complementary color for #hex is #050735.


I love getcolorcode.com

Triadic colors

1 #CAFAF8 and #F8CAFA with #FAF8CA are triadic colors.

2 #CAF8FA and #F8FACA with #FAF8CA are triadic colors.