COLOR #FADCFB

HEX: #FADCFB RGB: (250,220,251)

Color info

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

RGB color model

#FADCFB color RGB value is (250,220,251).

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

RGB channels and saturation

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

250
220
251

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

Portions of RGB colors in percentages

R + G + B = 250 + 220 + 251 = 721 (100%)
R 250 of 721 ~ 34.67%
G 220 of 721 ~ 30.51%
B 251 of 721 ~ 34.81'%

%34.67
%30.51
%34.81

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (0,12,0,2) C0M12Y0K2 (0%,12%,0%,2%) (0.00/0.12/0.00/0.02) 

CMYK percentages

%0.4
%12.35
%0
%1.57

Codes

Color #FADCFB in popluar color models

FA DC FB
RGB 250 220 251
HSL 298° 79.49% 92.35%
HSB/HSV 298° 12.35% 98.43%
CMYK 0.40% 12.35% 0.00%
1.57%

Color #FADCFB in popluar number systems.

HEX FA DC FB
Decimal 250 220 251
Binary 11111010 11011100 11111011
Octal 372 334 373

Shades and tints

Shades of #FADCFB

#FADCFB
(250,220,251)
#E4C8E5
(228,200,229)
#CEB4CF
(206,180,207)
#B8A0B9
(184,160,185)
#A28CA3
(162,140,163)
#8C788D
(140,120,141)
#766477
(118,100,119)
#605061
(96,80,97)
#4A3C4B
(74,60,75)
#342835
(52,40,53)
#1E141F
(30,20,31)
#000000
(0,0,0)

Tints of #FADCFB

#FADCFB
(250,220,251)
#FADFFB
(250,223,251)
#FAE2FB
(250,226,251)
#FAE5FB
(250,229,251)
#FAE8FB
(250,232,251)
#FAEBFB
(250,235,251)
#FAEEFB
(250,238,251)
#FAF1FB
(250,241,251)
#FAF4FB
(250,244,251)
#FAF7FB
(250,247,251)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADCFB; }

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

This text font color is #FADCFB.

Background Color

.myBgColor { background-color: #FADCFB; }

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

This div background color is #FADCFB.

Border color

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

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

This div border color is #FADCFB.

Opacity

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

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

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

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

This text has shadow with #FADCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADCFB.

Preview

Color preview on black background

This text has color #FADCFB on black background.


Color preview on white background

This text has color #FADCFB on white background.


Black color preview on #FADCFB background

This text has black color on #FADCFB background.


White color preview on #FADCFB background

This text has white color on #FADCFB background.


Related colors

Complementary color

Complementary color for #hex is #052304.


I love getcolorcode.com

Triadic colors

1 #FBFADC and #DCFBFA with #FADCFB are triadic colors.

2 #FBDCFA and #DCFAFB with #FADCFB are triadic colors.