COLOR #FAFFD0

HEX: #FAFFD0 RGB: (250,255,208)

Color info

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

RGB color model

#FAFFD0 color RGB value is (250,255,208).

RGB: (250,255,208) (98%, 100%, 82%)

RGB channels and saturation

R 250 of 255 = 98%
G 255 of 255 = 100%
B 208 of 255 = 82%

250
255
208

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

Portions of RGB colors in percentages

R + G + B = 250 + 255 + 208 = 713 (100%)
R 250 of 713 ~ 35.06%
G 255 of 713 ~ 35.76%
B 208 of 713 ~ 29.17'%

%35.06
%35.76
%29.17

CMYK color model

#FAFFD0 color CMYK value is (2,0,18,0).

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

CMYK: (2,0,18,0)
C2M0Y18K0 (2%, 0%, 18%, 0%)
(0.02 / 0.00 / 0.18 / 0.00)

CMYK percentages

%1.96
%0
%18.43
%0

Codes

Color #FAFFD0 in popluar color models

FA FF D0
RGB 250 255 208
HSL 66° 100.00% 90.78%
HSB/HSV 66° 18.43% 100.00%
CMYK 1.96% 0.00% 18.43%
0.00%

Color #FAFFD0 in popluar number systems.

HEX FA FF D0
Decimal 250 255 208
Binary 11111010 11111111 11010000
Octal 372 377 320

Shades and tints

Shades of #FAFFD0

#FAFFD0
(250,255,208)
#E4E8BE
(228,232,190)
#CED1AC
(206,209,172)
#B8BA9A
(184,186,154)
#A2A388
(162,163,136)
#8C8C76
(140,140,118)
#767564
(118,117,100)
#605E52
(96,94,82)
#4A4740
(74,71,64)
#34302E
(52,48,46)
#1E191C
(30,25,28)
#000000
(0,0,0)

Tints of #FAFFD0

#FAFFD0
(250,255,208)
#FAFFD4
(250,255,212)
#FAFFD8
(250,255,216)
#FAFFDC
(250,255,220)
#FAFFE0
(250,255,224)
#FAFFE4
(250,255,228)
#FAFFE8
(250,255,232)
#FAFFEC
(250,255,236)
#FAFFF0
(250,255,240)
#FAFFF4
(250,255,244)
#FAFFF8
(250,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFFD0; }

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

This text font color is #FAFFD0.

Background Color

.myBgColor { background-color: #FAFFD0; }

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

This div background color is #FAFFD0.

Border color

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

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

This div border color is #FAFFD0.

Opacity

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

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

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

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

This text has shadow with #FAFFD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFFD0.

Preview

Color preview on black background

This text has color #FAFFD0 on black background.


Color preview on white background

This text has color #FAFFD0 on white background.


Black color preview on #FAFFD0 background

This text has black color on #FAFFD0 background.


White color preview on #FAFFD0 background

This text has white color on #FAFFD0 background.


Related colors

Complementary color

Complementary color for #hex is #05002F.


I love getcolorcode.com

Triadic colors

1 #D0FAFF and #FFD0FA with #FAFFD0 are triadic colors.

2 #D0FFFA and #FFFAD0 with #FAFFD0 are triadic colors.