COLOR #FAD3F8

HEX: #FAD3F8 RGB: (250,211,248)

Color info

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

RGB color model

#FAD3F8 color RGB value is (250,211,248).

RGB: (250,211,248) (98%, 83%, 97%)

RGB channels and saturation

R 250 of 255 = 98%
G 211 of 255 = 83%
B 248 of 255 = 97%

250
211
248

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

Portions of RGB colors in percentages

R + G + B = 250 + 211 + 248 = 709 (100%)
R 250 of 709 ~ 35.26%
G 211 of 709 ~ 29.76%
B 248 of 709 ~ 34.98'%

%35.26
%29.76
%34.98

CMYK color model

#FAD3F8 color CMYK value is (0,16,1,2).

  • cyan value is 0.00%
  • magenta value is 15.60%
  • yellow value is 0.80%
  • key color value is 1.96%

CMYK: (0,16,1,2)
C0M16Y1K2 (0%, 16%, 1%, 2%)
(0.00 / 0.16 / 0.01 / 0.02)

CMYK percentages

%0
%15.6
%0.8
%1.96

Codes

Color #FAD3F8 in popluar color models

FA D3 F8
RGB 250 211 248
HSL 303° 79.59% 90.39%
HSB/HSV 303° 15.60% 98.04%
CMYK 0.00% 15.60% 0.80%
1.96%

Color #FAD3F8 in popluar number systems.

HEX FA D3 F8
Decimal 250 211 248
Binary 11111010 11010011 11111000
Octal 372 323 370

Shades and tints

Shades of #FAD3F8

#FAD3F8
(250,211,248)
#E4C0E2
(228,192,226)
#CEADCC
(206,173,204)
#B89AB6
(184,154,182)
#A287A0
(162,135,160)
#8C748A
(140,116,138)
#766174
(118,97,116)
#604E5E
(96,78,94)
#4A3B48
(74,59,72)
#342832
(52,40,50)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #FAD3F8

#FAD3F8
(250,211,248)
#FAD7F8
(250,215,248)
#FADBF8
(250,219,248)
#FADFF8
(250,223,248)
#FAE3F8
(250,227,248)
#FAE7F8
(250,231,248)
#FAEBF8
(250,235,248)
#FAEFF8
(250,239,248)
#FAF3F8
(250,243,248)
#FAF7F8
(250,247,248)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAD3F8 color. Also use rgb(250,211,248) instead hex code.

Text Font Color

.myTextColor { color: #FAD3F8; }

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

This text font color is #FAD3F8.

Background Color

.myBgColor { background-color: #FAD3F8; }

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

This div background color is #FAD3F8.

Border color

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

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

This div border color is #FAD3F8.

Opacity

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

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

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

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

This text has shadow with #FAD3F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD3F8.

Preview

Color preview on black background

This text has color #FAD3F8 on black background.


Color preview on white background

This text has color #FAD3F8 on white background.


Black color preview on #FAD3F8 background

This text has black color on #FAD3F8 background.


White color preview on #FAD3F8 background

This text has white color on #FAD3F8 background.


Related colors

Complementary color

Complementary color for #hex is #052C07.


I love getcolorcode.com

Triadic colors

1 #F8FAD3 and #D3F8FA with #FAD3F8 are triadic colors.

2 #F8D3FA and #D3FAF8 with #FAD3F8 are triadic colors.