COLOR #FBD1FA

HEX: #FBD1FA RGB: (251,209,250)

Color info

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

RGB color model

#FBD1FA color RGB value is (251,209,250).

RGB: (251,209,250) (98%, 82%, 98%)

RGB channels and saturation

R 251 of 255 = 98%
G 209 of 255 = 82%
B 250 of 255 = 98%

251
209
250

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

Portions of RGB colors in percentages

R + G + B = 251 + 209 + 250 = 710 (100%)
R 251 of 710 ~ 35.35%
G 209 of 710 ~ 29.44%
B 250 of 710 ~ 35.21'%

%35.35
%29.44
%35.21

CMYK color model

#FBD1FA color CMYK value is (0,17,0,2).

  • cyan value is 0.00%
  • magenta value is 16.73%
  • yellow value is 0.40%
  • key color value is 1.57%

CMYK: (0,17,0,2)
C0M17Y0K2 (0%, 17%, 0%, 2%)
(0.00 / 0.17 / 0.00 / 0.02)

CMYK percentages

%0
%16.73
%0.4
%1.57

Codes

Color #FBD1FA in popluar color models

FB D1 FA
RGB 251 209 250
HSL 301° 84.00% 90.20%
HSB/HSV 301° 16.73% 98.43%
CMYK 0.00% 16.73% 0.40%
1.57%

Color #FBD1FA in popluar number systems.

HEX FB D1 FA
Decimal 251 209 250
Binary 11111011 11010001 11111010
Octal 373 321 372

Shades and tints

Shades of #FBD1FA

#FBD1FA
(251,209,250)
#E5BEE4
(229,190,228)
#CFABCE
(207,171,206)
#B998B8
(185,152,184)
#A385A2
(163,133,162)
#8D728C
(141,114,140)
#775F76
(119,95,118)
#614C60
(97,76,96)
#4B394A
(75,57,74)
#352634
(53,38,52)
#1F131E
(31,19,30)
#000000
(0,0,0)

Tints of #FBD1FA

#FBD1FA
(251,209,250)
#FBD5FA
(251,213,250)
#FBD9FA
(251,217,250)
#FBDDFA
(251,221,250)
#FBE1FA
(251,225,250)
#FBE5FA
(251,229,250)
#FBE9FA
(251,233,250)
#FBEDFA
(251,237,250)
#FBF1FA
(251,241,250)
#FBF5FA
(251,245,250)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD1FA; }

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

This text font color is #FBD1FA.

Background Color

.myBgColor { background-color: #FBD1FA; }

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

This div background color is #FBD1FA.

Border color

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

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

This div border color is #FBD1FA.

Opacity

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

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

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

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

This text has shadow with #FBD1FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD1FA.

Preview

Color preview on black background

This text has color #FBD1FA on black background.


Color preview on white background

This text has color #FBD1FA on white background.


Black color preview on #FBD1FA background

This text has black color on #FBD1FA background.


White color preview on #FBD1FA background

This text has white color on #FBD1FA background.


Related colors

Complementary color

Complementary color for #hex is #042E05.


I love getcolorcode.com

Triadic colors

1 #FAFBD1 and #D1FAFB with #FBD1FA are triadic colors.

2 #FAD1FB and #D1FBFA with #FBD1FA are triadic colors.