COLOR #FAD4FB

HEX: #FAD4FB RGB: (250,212,251)

Color info

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

RGB color model

#FAD4FB color RGB value is (250,212,251).

RGB: (250,212,251) (98%, 83%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 212 of 255 = 83%
B 251 of 255 = 98%

250
212
251

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

Portions of RGB colors in percentages

R + G + B = 250 + 212 + 251 = 713 (100%)
R 250 of 713 ~ 35.06%
G 212 of 713 ~ 29.73%
B 251 of 713 ~ 35.2'%

%35.06
%29.73
%35.2

CMYK color model

#FAD4FB color CMYK value is (0,16,0,2).

  • cyan value is 0.40%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (0,16,0,2) C0M16Y0K2 (0%,16%,0%,2%) (0.00/0.16/0.00/0.02) 

CMYK percentages

%0.4
%15.54
%0
%1.57

Codes

Color #FAD4FB in popluar color models

FA D4 FB
RGB 250 212 251
HSL 298° 82.98% 90.78%
HSB/HSV 298° 15.54% 98.43%
CMYK 0.40% 15.54% 0.00%
1.57%

Color #FAD4FB in popluar number systems.

HEX FA D4 FB
Decimal 250 212 251
Binary 11111010 11010100 11111011
Octal 372 324 373

Shades and tints

Shades of #FAD4FB

#FAD4FB
(250,212,251)
#E4C1E5
(228,193,229)
#CEAECF
(206,174,207)
#B89BB9
(184,155,185)
#A288A3
(162,136,163)
#8C758D
(140,117,141)
#766277
(118,98,119)
#604F61
(96,79,97)
#4A3C4B
(74,60,75)
#342935
(52,41,53)
#1E161F
(30,22,31)
#000000
(0,0,0)

Tints of #FAD4FB

#FAD4FB
(250,212,251)
#FAD7FB
(250,215,251)
#FADAFB
(250,218,251)
#FADDFB
(250,221,251)
#FAE0FB
(250,224,251)
#FAE3FB
(250,227,251)
#FAE6FB
(250,230,251)
#FAE9FB
(250,233,251)
#FAECFB
(250,236,251)
#FAEFFB
(250,239,251)
#FAF2FB
(250,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD4FB; }

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

This text font color is #FAD4FB.

Background Color

.myBgColor { background-color: #FAD4FB; }

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

This div background color is #FAD4FB.

Border color

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

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

This div border color is #FAD4FB.

Opacity

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

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

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

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

This text has shadow with #FAD4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD4FB.

Preview

Color preview on black background

This text has color #FAD4FB on black background.


Color preview on white background

This text has color #FAD4FB on white background.


Black color preview on #FAD4FB background

This text has black color on #FAD4FB background.


White color preview on #FAD4FB background

This text has white color on #FAD4FB background.


Related colors

Complementary color

Complementary color for #hex is #052B04.


I love getcolorcode.com

Triadic colors

1 #FBFAD4 and #D4FBFA with #FAD4FB are triadic colors.

2 #FBD4FA and #D4FAFB with #FAD4FB are triadic colors.