COLOR #FBD3FF

HEX: #FBD3FF
RGB: (251,211,255)

Color info

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

RGB color model

#FBD3FF color RGB value is (251,211,255).

  • red value is 251;
  • green value is 211;
  • blue value is 255.
RGB:
(251,211,255)
(98%,83%,100%)

RGB channels and saturation

R 251 of 255 = 98%
G 211 of 255 = 83%
B 255 of 255 = 100%

251
211
255

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

Portions of RGB colors in percentages

R + G + B =
251 + 211 + 255 = 717 (100%)
R 251 of 717 ~ 35.01%
G 211 of 717 ~ 29.43%
B 255 of 717 ~ 35.56%

%35.01
%29.43
%35.56

CMYK color model

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

  • cyan value is 1.57%
  • magenta value is 17.25%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(2,17,0,0)
C2M17Y0K0 
(2%,17%,0%,0%)
(0.02/0.17/0.00/0.00)	

CMYK percentages

%1.57
%17.25
%0
%0

Codes

Color #FBD3FF in popluar color models

FBD3FF
RGB251211255
HSL295°100.00%91.37%
HSB/HSV295°17.25%100.00%
CMYK1.57%17.25%0.00%
0.00%

Color #FBD3FF in popluar number systems.

HEXFBD3FF
Decimal251211255
Binary111110111101001111111111
Octal373323377

Shades and tints

Shades of #FBD3FF

#FBD3FF
(251,211,255)
#E5C0E8
(229,192,232)
#CFADD1
(207,173,209)
#B99ABA
(185,154,186)
#A387A3
(163,135,163)
#8D748C
(141,116,140)
#776175
(119,97,117)
#614E5E
(97,78,94)
#4B3B47
(75,59,71)
#352830
(53,40,48)
#1F1519
(31,21,25)
#000000
(0,0,0)

Tints of #FBD3FF

#FBD3FF
(251,211,255)
#FBD7FF
(251,215,255)
#FBDBFF
(251,219,255)
#FBDFFF
(251,223,255)
#FBE3FF
(251,227,255)
#FBE7FF
(251,231,255)
#FBEBFF
(251,235,255)
#FBEFFF
(251,239,255)
#FBF3FF
(251,243,255)
#FBF7FF
(251,247,255)
#FBFBFF
(251,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD3FF color. Also use rgb(251,211,255) instead hex code.

Text Font Color

.myTextColor { color: #FBD3FF; }

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

This text font color is #FBD3FF.


Background Color

.myBgColor { background-color: #FBD3FF; }

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

This div background color is #FBD3FF.


Border color

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

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

This div border color is #FBD3FF.


Opacity

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

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

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

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

This text has shadow with #FBD3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD3FF on black background.


Color preview on white background

This text has color #FBD3FF on white background.



Black color preview on #FBD3FF background

This text has black color on #FBD3FF background.


White color preview on #FBD3FF background

This text has white color on #FBD3FF background.