COLOR #FADFF1

HEX: #FADFF1 RGB: (250,223,241)

Color info

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

RGB color model

#FADFF1 color RGB value is (250,223,241).

RGB: (250,223,241) (98%, 87%, 95%)

RGB channels and saturation

R 250 of 255 = 98%
G 223 of 255 = 87%
B 241 of 255 = 95%

250
223
241

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

Portions of RGB colors in percentages

R + G + B = 250 + 223 + 241 = 714 (100%)
R 250 of 714 ~ 35.01%
G 223 of 714 ~ 31.23%
B 241 of 714 ~ 33.75'%

%35.01
%31.23
%33.75

CMYK color model

#FADFF1 color CMYK value is (0,11,4,2).

  • cyan value is 0.00%
  • magenta value is 10.80%
  • yellow value is 3.60%
  • key color value is 1.96%

CMYK: (0,11,4,2)
C0M11Y4K2 (0%, 11%, 4%, 2%)
(0.00 / 0.11 / 0.04 / 0.02)

CMYK percentages

%0
%10.8
%3.6
%1.96

Codes

Color #FADFF1 in popluar color models

FA DF F1
RGB 250 223 241
HSL 320° 72.97% 92.75%
HSB/HSV 320° 10.80% 98.04%
CMYK 0.00% 10.80% 3.60%
1.96%

Color #FADFF1 in popluar number systems.

HEX FA DF F1
Decimal 250 223 241
Binary 11111010 11011111 11110001
Octal 372 337 361

Shades and tints

Shades of #FADFF1

#FADFF1
(250,223,241)
#E4CBDC
(228,203,220)
#CEB7C7
(206,183,199)
#B8A3B2
(184,163,178)
#A28F9D
(162,143,157)
#8C7B88
(140,123,136)
#766773
(118,103,115)
#60535E
(96,83,94)
#4A3F49
(74,63,73)
#342B34
(52,43,52)
#1E171F
(30,23,31)
#000000
(0,0,0)

Tints of #FADFF1

#FADFF1
(250,223,241)
#FAE1F2
(250,225,242)
#FAE3F3
(250,227,243)
#FAE5F4
(250,229,244)
#FAE7F5
(250,231,245)
#FAE9F6
(250,233,246)
#FAEBF7
(250,235,247)
#FAEDF8
(250,237,248)
#FAEFF9
(250,239,249)
#FAF1FA
(250,241,250)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADFF1; }

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

This text font color is #FADFF1.

Background Color

.myBgColor { background-color: #FADFF1; }

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

This div background color is #FADFF1.

Border color

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

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

This div border color is #FADFF1.

Opacity

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

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

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

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

This text has shadow with #FADFF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADFF1.

Preview

Color preview on black background

This text has color #FADFF1 on black background.


Color preview on white background

This text has color #FADFF1 on white background.


Black color preview on #FADFF1 background

This text has black color on #FADFF1 background.


White color preview on #FADFF1 background

This text has white color on #FADFF1 background.


Related colors

Complementary color

Complementary color for #hex is #05200E.


I love getcolorcode.com

Triadic colors

1 #F1FADF and #DFF1FA with #FADFF1 are triadic colors.

2 #F1DFFA and #DFFAF1 with #FADFF1 are triadic colors.