COLOR #FAD5F7

HEX: #FAD5F7 RGB: (250,213,247)

Color info

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

RGB color model

#FAD5F7 color RGB value is (250,213,247).

RGB: (250,213,247) (98%, 84%, 97%)

RGB channels and saturation

R 250 of 255 = 98%
G 213 of 255 = 84%
B 247 of 255 = 97%

250
213
247

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

Portions of RGB colors in percentages

R + G + B = 250 + 213 + 247 = 710 (100%)
R 250 of 710 ~ 35.21%
G 213 of 710 ~ 30%
B 247 of 710 ~ 34.79'%

%35.21
%30
%34.79

CMYK color model

#FAD5F7 color CMYK value is (0,15,1,2).

  • cyan value is 0.00%
  • magenta value is 14.80%
  • yellow value is 1.20%
  • key color value is 1.96%

CMYK: (0,15,1,2)
C0M15Y1K2 (0%, 15%, 1%, 2%)
(0.00 / 0.15 / 0.01 / 0.02)

CMYK percentages

%0
%14.8
%1.2
%1.96

Codes

Color #FAD5F7 in popluar color models

FA D5 F7
RGB 250 213 247
HSL 305° 78.72% 90.78%
HSB/HSV 305° 14.80% 98.04%
CMYK 0.00% 14.80% 1.20%
1.96%

Color #FAD5F7 in popluar number systems.

HEX FA D5 F7
Decimal 250 213 247
Binary 11111010 11010101 11110111
Octal 372 325 367

Shades and tints

Shades of #FAD5F7

#FAD5F7
(250,213,247)
#E4C2E1
(228,194,225)
#CEAFCB
(206,175,203)
#B89CB5
(184,156,181)
#A2899F
(162,137,159)
#8C7689
(140,118,137)
#766373
(118,99,115)
#60505D
(96,80,93)
#4A3D47
(74,61,71)
#342A31
(52,42,49)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #FAD5F7

#FAD5F7
(250,213,247)
#FAD8F7
(250,216,247)
#FADBF7
(250,219,247)
#FADEF7
(250,222,247)
#FAE1F7
(250,225,247)
#FAE4F7
(250,228,247)
#FAE7F7
(250,231,247)
#FAEAF7
(250,234,247)
#FAEDF7
(250,237,247)
#FAF0F7
(250,240,247)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD5F7 color. Also use rgb(250,213,247) instead hex code.

Text Font Color

.myTextColor { color: #FAD5F7; }

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

This text font color is #FAD5F7.

Background Color

.myBgColor { background-color: #FAD5F7; }

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

This div background color is #FAD5F7.

Border color

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

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

This div border color is #FAD5F7.

Opacity

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

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

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

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

This text has shadow with #FAD5F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD5F7.

Preview

Color preview on black background

This text has color #FAD5F7 on black background.


Color preview on white background

This text has color #FAD5F7 on white background.


Black color preview on #FAD5F7 background

This text has black color on #FAD5F7 background.


White color preview on #FAD5F7 background

This text has white color on #FAD5F7 background.


Related colors

Complementary color

Complementary color for #hex is #052A08.


I love getcolorcode.com

Triadic colors

1 #F7FAD5 and #D5F7FA with #FAD5F7 are triadic colors.

2 #F7D5FA and #D5FAF7 with #FAD5F7 are triadic colors.