COLOR #FAD8F9

HEX: #FAD8F9 RGB: (250,216,249)

Color info

#FAD8F9 contains red, green and blue colors in about the same proportion. Web safe color of #FAD8F9 is #FFCCFF (or #FCF).

RGB color model

#FAD8F9 color RGB value is (250,216,249).

RGB: (250,216,249) (98%, 85%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 216 of 255 = 85%
B 249 of 255 = 98%

250
216
249

R + G + B ~ 94%. #FAD8F9 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 216 + 249 = 715 (100%)
R 250 of 715 ~ 34.97%
G 216 of 715 ~ 30.21%
B 249 of 715 ~ 34.83'%

%34.97
%30.21
%34.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.60%
  • yellow value is 0.40%
  • key color value is 1.96%

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

CMYK percentages

%0
%13.6
%0.4
%1.96

Codes

Color #FAD8F9 in popluar color models

FA D8 F9
RGB 250 216 249
HSL 302° 77.27% 91.37%
HSB/HSV 302° 13.60% 98.04%
CMYK 0.00% 13.60% 0.40%
1.96%

Color #FAD8F9 in popluar number systems.

HEX FA D8 F9
Decimal 250 216 249
Binary 11111010 11011000 11111001
Octal 372 330 371

Shades and tints

Shades of #FAD8F9

#FAD8F9
(250,216,249)
#E4C5E3
(228,197,227)
#CEB2CD
(206,178,205)
#B89FB7
(184,159,183)
#A28CA1
(162,140,161)
#8C798B
(140,121,139)
#766675
(118,102,117)
#60535F
(96,83,95)
#4A4049
(74,64,73)
#342D33
(52,45,51)
#1E1A1D
(30,26,29)
#000000
(0,0,0)

Tints of #FAD8F9

#FAD8F9
(250,216,249)
#FADBF9
(250,219,249)
#FADEF9
(250,222,249)
#FAE1F9
(250,225,249)
#FAE4F9
(250,228,249)
#FAE7F9
(250,231,249)
#FAEAF9
(250,234,249)
#FAEDF9
(250,237,249)
#FAF0F9
(250,240,249)
#FAF3F9
(250,243,249)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD8F9 color. Also use rgb(250,216,249) instead hex code.

Text Font Color

.myTextColor { color: #FAD8F9; }

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

This text font color is #FAD8F9.

Background Color

.myBgColor { background-color: #FAD8F9; }

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

This div background color is #FAD8F9.

Border color

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

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

This div border color is #FAD8F9.

Opacity

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

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

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

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

This text has shadow with #FAD8F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD8F9.

Preview

Color preview on black background

This text has color #FAD8F9 on black background.


Color preview on white background

This text has color #FAD8F9 on white background.


Black color preview on #FAD8F9 background

This text has black color on #FAD8F9 background.


White color preview on #FAD8F9 background

This text has white color on #FAD8F9 background.


Related colors

Complementary color

Complementary color for #hex is #052706.


I love getcolorcode.com

Triadic colors

1 #F9FAD8 and #D8F9FA with #FAD8F9 are triadic colors.

2 #F9D8FA and #D8FAF9 with #FAD8F9 are triadic colors.