COLOR #FAFFDC

HEX: #FAFFDC RGB: (250,255,220)

Color info

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

RGB color model

#FAFFDC color RGB value is (250,255,220).

RGB: (250,255,220) (98%, 100%, 86%)

RGB channels and saturation

R 250 of 255 = 98%
G 255 of 255 = 100%
B 220 of 255 = 86%

250
255
220

R + G + B ~ 95%. #FAFFDC is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 255 + 220 = 725 (100%)
R 250 of 725 ~ 34.48%
G 255 of 725 ~ 35.17%
B 220 of 725 ~ 30.34'%

%34.48
%35.17
%30.34

CMYK color model

#FAFFDC color CMYK value is (2,0,14,0).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 0.00%

CMYK: (2,0,14,0)
C2M0Y14K0 (2%, 0%, 14%, 0%)
(0.02 / 0.00 / 0.14 / 0.00)

CMYK percentages

%1.96
%0
%13.73
%0

Codes

Color #FAFFDC in popluar color models

FA FF DC
RGB 250 255 220
HSL 69° 100.00% 93.14%
HSB/HSV 69° 13.73% 100.00%
CMYK 1.96% 0.00% 13.73%
0.00%

Color #FAFFDC in popluar number systems.

HEX FA FF DC
Decimal 250 255 220
Binary 11111010 11111111 11011100
Octal 372 377 334

Shades and tints

Shades of #FAFFDC

#FAFFDC
(250,255,220)
#E4E8C8
(228,232,200)
#CED1B4
(206,209,180)
#B8BAA0
(184,186,160)
#A2A38C
(162,163,140)
#8C8C78
(140,140,120)
#767564
(118,117,100)
#605E50
(96,94,80)
#4A473C
(74,71,60)
#343028
(52,48,40)
#1E1914
(30,25,20)
#000000
(0,0,0)

Tints of #FAFFDC

#FAFFDC
(250,255,220)
#FAFFDF
(250,255,223)
#FAFFE2
(250,255,226)
#FAFFE5
(250,255,229)
#FAFFE8
(250,255,232)
#FAFFEB
(250,255,235)
#FAFFEE
(250,255,238)
#FAFFF1
(250,255,241)
#FAFFF4
(250,255,244)
#FAFFF7
(250,255,247)
#FAFFFA
(250,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAFFDC color. Also use rgb(250,255,220) instead hex code.

Text Font Color

.myTextColor { color: #FAFFDC; }

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

This text font color is #FAFFDC.

Background Color

.myBgColor { background-color: #FAFFDC; }

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

This div background color is #FAFFDC.

Border color

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

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

This div border color is #FAFFDC.

Opacity

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

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

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

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

This text has shadow with #FAFFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFFDC.

Preview

Color preview on black background

This text has color #FAFFDC on black background.


Color preview on white background

This text has color #FAFFDC on white background.


Black color preview on #FAFFDC background

This text has black color on #FAFFDC background.


White color preview on #FAFFDC background

This text has white color on #FAFFDC background.


Related colors

Complementary color

Complementary color for #hex is #050023.


I love getcolorcode.com

Triadic colors

1 #DCFAFF and #FFDCFA with #FAFFDC are triadic colors.

2 #DCFFFA and #FFFADC with #FAFFDC are triadic colors.