COLOR #FADCFA

HEX: #FADCFA RGB: (250,220,250)

Color info

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

RGB color model

#FADCFA color RGB value is (250,220,250).

RGB: (250,220,250) (98%, 86%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 220 of 255 = 86%
B 250 of 255 = 98%

250
220
250

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

Portions of RGB colors in percentages

R + G + B = 250 + 220 + 250 = 720 (100%)
R 250 of 720 ~ 34.72%
G 220 of 720 ~ 30.56%
B 250 of 720 ~ 34.72'%

%34.72
%30.56
%34.72

CMYK color model

#FADCFA color CMYK value is (0,12,0,2).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (0,12,0,2)
C0M12Y0K2 (0%, 12%, 0%, 2%)
(0.00 / 0.12 / 0.00 / 0.02)

CMYK percentages

%0
%12
%0
%1.96

Codes

Color #FADCFA in popluar color models

FA DC FA
RGB 250 220 250
HSL 300° 75.00% 92.16%
HSB/HSV 300° 12.00% 98.04%
CMYK 0.00% 12.00% 0.00%
1.96%

Color #FADCFA in popluar number systems.

HEX FA DC FA
Decimal 250 220 250
Binary 11111010 11011100 11111010
Octal 372 334 372

Shades and tints

Shades of #FADCFA

#FADCFA
(250,220,250)
#E4C8E4
(228,200,228)
#CEB4CE
(206,180,206)
#B8A0B8
(184,160,184)
#A28CA2
(162,140,162)
#8C788C
(140,120,140)
#766476
(118,100,118)
#605060
(96,80,96)
#4A3C4A
(74,60,74)
#342834
(52,40,52)
#1E141E
(30,20,30)
#000000
(0,0,0)

Tints of #FADCFA

#FADCFA
(250,220,250)
#FADFFA
(250,223,250)
#FAE2FA
(250,226,250)
#FAE5FA
(250,229,250)
#FAE8FA
(250,232,250)
#FAEBFA
(250,235,250)
#FAEEFA
(250,238,250)
#FAF1FA
(250,241,250)
#FAF4FA
(250,244,250)
#FAF7FA
(250,247,250)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADCFA; }

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

This text font color is #FADCFA.

Background Color

.myBgColor { background-color: #FADCFA; }

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

This div background color is #FADCFA.

Border color

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

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

This div border color is #FADCFA.

Opacity

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

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

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

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

This text has shadow with #FADCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADCFA.

Preview

Color preview on black background

This text has color #FADCFA on black background.


Color preview on white background

This text has color #FADCFA on white background.


Black color preview on #FADCFA background

This text has black color on #FADCFA background.


White color preview on #FADCFA background

This text has white color on #FADCFA background.


Related colors

Complementary color

Complementary color for #hex is #052305.


I love getcolorcode.com

Triadic colors

1 #FAFADC and #DCFAFA with #FADCFA are triadic colors.

2 #FADCFA and #DCFAFA with #FADCFA are triadic colors.