COLOR #FAD0FC

HEX: #FAD0FC RGB: (250,208,252)

Color info

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

RGB color model

#FAD0FC color RGB value is (250,208,252).

RGB: (250,208,252) (98%, 82%, 99%)

RGB channels and saturation

R 250 of 255 = 98%
G 208 of 255 = 82%
B 252 of 255 = 99%

250
208
252

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

Portions of RGB colors in percentages

R + G + B = 250 + 208 + 252 = 710 (100%)
R 250 of 710 ~ 35.21%
G 208 of 710 ~ 29.3%
B 252 of 710 ~ 35.49'%

%35.21
%29.3
%35.49

CMYK color model

#FAD0FC color CMYK value is (1,17,0,1).

  • cyan value is 0.79%
  • magenta value is 17.46%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (1,17,0,1)
C1M17Y0K1 (1%, 17%, 0%, 1%)
(0.01 / 0.17 / 0.00 / 0.01)

CMYK percentages

%0.79
%17.46
%0
%1.18

Codes

Color #FAD0FC in popluar color models

FA D0 FC
RGB 250 208 252
HSL 297° 88.00% 90.20%
HSB/HSV 297° 17.46% 98.82%
CMYK 0.79% 17.46% 0.00%
1.18%

Color #FAD0FC in popluar number systems.

HEX FA D0 FC
Decimal 250 208 252
Binary 11111010 11010000 11111100
Octal 372 320 374

Shades and tints

Shades of #FAD0FC

#FAD0FC
(250,208,252)
#E4BEE6
(228,190,230)
#CEACD0
(206,172,208)
#B89ABA
(184,154,186)
#A288A4
(162,136,164)
#8C768E
(140,118,142)
#766478
(118,100,120)
#605262
(96,82,98)
#4A404C
(74,64,76)
#342E36
(52,46,54)
#1E1C20
(30,28,32)
#000000
(0,0,0)

Tints of #FAD0FC

#FAD0FC
(250,208,252)
#FAD4FC
(250,212,252)
#FAD8FC
(250,216,252)
#FADCFC
(250,220,252)
#FAE0FC
(250,224,252)
#FAE4FC
(250,228,252)
#FAE8FC
(250,232,252)
#FAECFC
(250,236,252)
#FAF0FC
(250,240,252)
#FAF4FC
(250,244,252)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD0FC; }

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

This text font color is #FAD0FC.

Background Color

.myBgColor { background-color: #FAD0FC; }

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

This div background color is #FAD0FC.

Border color

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

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

This div border color is #FAD0FC.

Opacity

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

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

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

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

This text has shadow with #FAD0FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD0FC.

Preview

Color preview on black background

This text has color #FAD0FC on black background.


Color preview on white background

This text has color #FAD0FC on white background.


Black color preview on #FAD0FC background

This text has black color on #FAD0FC background.


White color preview on #FAD0FC background

This text has white color on #FAD0FC background.


Related colors

Complementary color

Complementary color for #hex is #052F03.


I love getcolorcode.com

Triadic colors

1 #FCFAD0 and #D0FCFA with #FAD0FC are triadic colors.

2 #FCD0FA and #D0FAFC with #FAD0FC are triadic colors.