COLOR #FACDFF

HEX: #FACDFF
RGB: (250,205,255)

Color info

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

RGB color model

#FACDFF color RGB value is (250,205,255).

  • red value is 250;
  • green value is 205;
  • blue value is 255.
RGB:
(250,205,255)
(98%,80%,100%)

RGB channels and saturation

R 250 of 255 = 98%
G 205 of 255 = 80%
B 255 of 255 = 100%

250
205
255

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

Portions of RGB colors in percentages

R + G + B =
250 + 205 + 255 = 710 (100%)
R 250 of 710 ~ 35.21%
G 205 of 710 ~ 28.87%
B 255 of 710 ~ 35.92%

%35.21
%28.87
%35.92

CMYK color model

#FACDFF color CMYK value is (2,20,0,0).

  • cyan value is 1.96%
  • magenta value is 19.61%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(2,20,0,0)
C2M20Y0K0 
(2%,20%,0%,0%)
(0.02/0.20/0.00/0.00)	

CMYK percentages

%1.96
%19.61
%0
%0

Codes

Color #FACDFF in popluar color models

FACDFF
RGB250205255
HSL294°100.00%90.20%
HSB/HSV294°19.61%100.00%
CMYK1.96%19.61%0.00%
0.00%

Color #FACDFF in popluar number systems.

HEXFACDFF
Decimal250205255
Binary111110101100110111111111
Octal372315377

Shades and tints

Shades of #FACDFF

#FACDFF
(250,205,255)
#E4BBE8
(228,187,232)
#CEA9D1
(206,169,209)
#B897BA
(184,151,186)
#A285A3
(162,133,163)
#8C738C
(140,115,140)
#766175
(118,97,117)
#604F5E
(96,79,94)
#4A3D47
(74,61,71)
#342B30
(52,43,48)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #FACDFF

#FACDFF
(250,205,255)
#FAD1FF
(250,209,255)
#FAD5FF
(250,213,255)
#FAD9FF
(250,217,255)
#FADDFF
(250,221,255)
#FAE1FF
(250,225,255)
#FAE5FF
(250,229,255)
#FAE9FF
(250,233,255)
#FAEDFF
(250,237,255)
#FAF1FF
(250,241,255)
#FAF5FF
(250,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACDFF; }

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

This text font color is #FACDFF.


Background Color

.myBgColor { background-color: #FACDFF; }

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

This div background color is #FACDFF.


Border color

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

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

This div border color is #FACDFF.


Opacity

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

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

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

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

This text has shadow with #FACDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACDFF on black background.


Color preview on white background

This text has color #FACDFF on white background.



Black color preview on #FACDFF background

This text has black color on #FACDFF background.


White color preview on #FACDFF background

This text has white color on #FACDFF background.