COLOR #FADBF8

HEX: #FADBF8 RGB: (250,219,248)

Color info

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

RGB color model

#FADBF8 color RGB value is (250,219,248).

RGB: (250,219,248) (98%, 86%, 97%)

RGB channels and saturation

R 250 of 255 = 98%
G 219 of 255 = 86%
B 248 of 255 = 97%

250
219
248

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

Portions of RGB colors in percentages

R + G + B = 250 + 219 + 248 = 717 (100%)
R 250 of 717 ~ 34.87%
G 219 of 717 ~ 30.54%
B 248 of 717 ~ 34.59'%

%34.87
%30.54
%34.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 0.80%
  • key color value is 1.96%

CMYK: (0,12,1,2)
C0M12Y1K2 (0%, 12%, 1%, 2%)
(0.00 / 0.12 / 0.01 / 0.02)

CMYK percentages

%0
%12.4
%0.8
%1.96

Codes

Color #FADBF8 in popluar color models

FA DB F8
RGB 250 219 248
HSL 304° 75.61% 91.96%
HSB/HSV 304° 12.40% 98.04%
CMYK 0.00% 12.40% 0.80%
1.96%

Color #FADBF8 in popluar number systems.

HEX FA DB F8
Decimal 250 219 248
Binary 11111010 11011011 11111000
Octal 372 333 370

Shades and tints

Shades of #FADBF8

#FADBF8
(250,219,248)
#E4C8E2
(228,200,226)
#CEB5CC
(206,181,204)
#B8A2B6
(184,162,182)
#A28FA0
(162,143,160)
#8C7C8A
(140,124,138)
#766974
(118,105,116)
#60565E
(96,86,94)
#4A4348
(74,67,72)
#343032
(52,48,50)
#1E1D1C
(30,29,28)
#000000
(0,0,0)

Tints of #FADBF8

#FADBF8
(250,219,248)
#FADEF8
(250,222,248)
#FAE1F8
(250,225,248)
#FAE4F8
(250,228,248)
#FAE7F8
(250,231,248)
#FAEAF8
(250,234,248)
#FAEDF8
(250,237,248)
#FAF0F8
(250,240,248)
#FAF3F8
(250,243,248)
#FAF6F8
(250,246,248)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADBF8; }

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

This text font color is #FADBF8.

Background Color

.myBgColor { background-color: #FADBF8; }

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

This div background color is #FADBF8.

Border color

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

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

This div border color is #FADBF8.

Opacity

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

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

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

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

This text has shadow with #FADBF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADBF8.

Preview

Color preview on black background

This text has color #FADBF8 on black background.


Color preview on white background

This text has color #FADBF8 on white background.


Black color preview on #FADBF8 background

This text has black color on #FADBF8 background.


White color preview on #FADBF8 background

This text has white color on #FADBF8 background.


Related colors

Complementary color

Complementary color for #hex is #052407.


I love getcolorcode.com

Triadic colors

1 #F8FADB and #DBF8FA with #FADBF8 are triadic colors.

2 #F8DBFA and #DBFAF8 with #FADBF8 are triadic colors.