COLOR #FAFFDD

HEX: #FAFFDD
RGB: (250,255,221)

Color info

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

RGB color model

#FAFFDD color RGB value is (250,255,221).

  • red value is 250;
  • green value is 255;
  • blue value is 221.
RGB:
(250,255,221)
(98%,100%,87%)

RGB channels and saturation

R 250 of 255 = 98%
G 255 of 255 = 100%
B 221 of 255 = 87%

250
255
221

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

Portions of RGB colors in percentages

R + G + B =
250 + 255 + 221 = 726 (100%)
R 250 of 726 ~ 34.44%
G 255 of 726 ~ 35.12%
B 221 of 726 ~ 30.44%

%34.44
%35.12
%30.44

CMYK color model

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

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 0.00%
CMYK:
(2,0,13,0)
C2M0Y13K0 
(2%,0%,13%,0%)
(0.02/0.00/0.13/0.00)	

CMYK percentages

%1.96
%0
%13.33
%0

Codes

Color #FAFFDD in popluar color models

FAFFDD
RGB250255221
HSL69°100.00%93.33%
HSB/HSV69°13.33%100.00%
CMYK1.96%0.00%13.33%
0.00%

Color #FAFFDD in popluar number systems.

HEXFAFFDD
Decimal250255221
Binary111110101111111111011101
Octal372377335

Shades and tints

Shades of #FAFFDD

#FAFFDD
(250,255,221)
#E4E8C9
(228,232,201)
#CED1B5
(206,209,181)
#B8BAA1
(184,186,161)
#A2A38D
(162,163,141)
#8C8C79
(140,140,121)
#767565
(118,117,101)
#605E51
(96,94,81)
#4A473D
(74,71,61)
#343029
(52,48,41)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #FAFFDD

#FAFFDD
(250,255,221)
#FAFFE0
(250,255,224)
#FAFFE3
(250,255,227)
#FAFFE6
(250,255,230)
#FAFFE9
(250,255,233)
#FAFFEC
(250,255,236)
#FAFFEF
(250,255,239)
#FAFFF2
(250,255,242)
#FAFFF5
(250,255,245)
#FAFFF8
(250,255,248)
#FAFFFB
(250,255,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFFDD; }

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

This text font color is #FAFFDD.


Background Color

.myBgColor { background-color: #FAFFDD; }

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

This div background color is #FAFFDD.


Border color

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

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

This div border color is #FAFFDD.


Opacity

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

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

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

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

This text has shadow with #FAFFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFFDD on black background.


Color preview on white background

This text has color #FAFFDD on white background.



Black color preview on #FAFFDD background

This text has black color on #FAFFDD background.


White color preview on #FAFFDD background

This text has white color on #FAFFDD background.